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
- :
- INI File Save Value from ISM Code
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Nov 16, 2016
06:16 PM
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.
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.
(1) Reply
Dec 05, 2016
02:07 PM
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.