cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
DataAnalyzer
Level 8

INI File Save Value from ISM Code

During the installation process, I want to set some data values in an INI file.

The documentation mentions I can reference Windows Installer Properties like [InstallDir] but I need to save values based on user entries. Is there a way to do that?

I seem to be able to do it to the registry but not an INI File.
Labels (1)
0 Kudos
(1) Reply
hidenori
Level 17

You just need to reference Windows Installer properties that are connected to your dialog controls. Be sure to use public properties ("PROPERTYNAME", not "PropertyName") for the controls; and then use [PROPERTYNAME] in the INI view.
0 Kudos