Creating software installer with additional options

Discussion in 'Programming' started by Dadabing, Apr 23, 2012.

  1. #1
    Hello,
    I have my own program written in Delphi 7. I would like to create installer for it with additional checkboxes for addons (babylon toolbar for example) But i have no idea what software to use to create installer with those addons. SO basically anyone could guide me to the article where i could learn how to create installers with additional options? also what installer creation software to use? I would like to create something like in this screenshot:
    http://i42.tinypic.com/2432gdw.jpg
    I've also got these parameters from affiliate manager, so I need to insert those to installer somehow. here is what he gave me:

    Here you can find a link to the Toolbar Exe file:
    Location: http://www.babylon.com/redirects/download.cgi?type=7318 (MyBabylonTB.exe)
    We have one new parameter we believe is important to add.
    Even before the toolbar's offer screen is presented to the user, your setup will start to run the Babylon installation file with the argument –dlonly.
    The idea is to have Babylon start download the relevant files in advanced and when the user chooses to take the toolbar è we are ready to go…
    This will make the installation process faster and should help with the take rate.

    Here are the command line parameters (key sensitive):
    • /aflt=babsst [mandatory]
    • /babTrack="affID= 112151" [mandatory]
    • /srcExt=ss [mandatory]
    • /instlRef=sst [mandatory]
    • /S .......... Silent install [mandatory]
    • /mhp /mnt .......... set home page (based on user selection)
    • /mds .......... set search provider (based on user selection)
    The below lines are mandatory and need to be added for these specific situations:
    - If the end user Unchecks the "toolbar installation" but keeps the Home Page and Search Provider checked than the –notb switch should be concatenated to the command string.
    - When the end user checks the "revert" option the /rvt switch should be concatenated to the command string.
    o The feature designed to "remember" the original HP of the customer before we take his HP therefore, during the uninstall it gives him the option to get back to what he had berfore…
    o The "Revert" option during install process will be active during uninstall, ONLY if installation includes the Babylon client inside the package (packages with Babylon toolbar only shouldn't use this option).

    Babylon’s toolbar EULA will appear at this link: http://www.babylon.com/redirects/redir.cgi?type=babylon_toolbar_eula
    Please help me understand all of this. Million thanks in advance people.
     
    Dadabing, Apr 23, 2012 IP
  2. Scarrfo

    Scarrfo Peon

    Messages:
    59
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    WIX installer. It's open source.

    http://wix.sourceforge.net/

    You probably will have to do some reading on all the scripting but it adheres to the windows installer specs and is super flexible.
     
    Scarrfo, Apr 26, 2012 IP
  3. Dadabing

    Dadabing Member

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #3
    Million thanks mate!
     
    Dadabing, Apr 26, 2012 IP