cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
shasunder
Level 2

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.
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

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.
0 Kudos