Archive: sticky question about install options.exe


sticky question about install options.exe
hey i am trying to make my installer use the install window to ask the user if when they install WA3 if they would like the BoxOr skin included in the same directory with WA3. I could do it in the intall sections screen or force it when WA3 is installed but what im looking for is the option to install the skin after the fact that the user has chosen to install WA3. I was thinking about ReadINIStr and the install opitions window and creating a variable some how but i think that it is a little over my head. a bit of code would help a lot. Some suggestions would help too.


this might help you
hi bballer182,

i created something similar. I let the user choose whether or not to install a tool and then let them choose (given they choose the tool) to adust the path of some program the tool is intended for. What I did (sorry, at this computer no code available...):

-reate an ini file with every option if full install is choosen.
-at run-time detect (IfFileExists) whether or not certain components have been installed.
-adjust the ini to this info with DeleteIniStr.
-remember to change the number of fields in the settings section of the ini.
-and then run the exe and ini.
-if a result is an empty string then apparently, the option was not available at run-time (but you can again check this with IfFileExists).

Still troubled???

Good luck, Hendri - :D Smile2Me :D -