Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Open source install creator that can use http

  • 13-05-2010 11:25pm
    #1
    Registered Users, Registered Users 2 Posts: 2,793 ✭✭✭


    Hi,

    I need to create an installer that can make a http post and read the response. This is to verify an inputted seria lis valid.

    Are there any open source install makers that can do this? The easier to use the better.

    Thanks,
    John


Comments

  • Registered Users, Registered Users 2 Posts: 515 ✭✭✭NeverSayDie


    I've found the Nullsoft Installer excellent, simple and effective, very easy to use - installers are defined in simple scripts which you compile to produce your installer binary. It's very widely used on both commercial and non-commercial projects.
    http://nsis.sourceforge.net/Main_Page
    Re your particular problem, it has a plugin mechanism which is usually where you'll find extended functionality. This plugin sounds like it might do the trick;
    http://nsis.sourceforge.net/NsisUrlLib_plug-in


  • Registered Users, Registered Users 2 Posts: 2,793 ✭✭✭John_Mc


    That's perfect thanks, I had come across that installer last night but the plugins aren't named very well and it was hard to find one that might be suitable.

    Thanks :)


Advertisement