This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Get Multiple input from the user and create ini
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Oct 20, 2008
05:22 AM
Get Multiple input from the user and create ini
I want to get multiple inputs from the user (using custom dialog) and create an ini file during installation. This has to be done using the project type : web (not using BasicMSI or InstallScript MSI Project) Please help me and let me know how to achieve this using installshield 2009.
(1) Reply
Oct 21, 2008
05:38 PM
A Web project is just a Basic MSI project with some extra settings, so the MSI technique will work: in your custom dialog box, set your controls to populate MYVALUE1, MYVALUE2, etc.; and then in the INI File Changes view you can set [MYVALUE1], [MYVALUE2], etc., to be the values written to the file.