Hi,
We are using Auto-updater in our EXE setup.
An updater.ini is added to project.
Is there any way to modify this INI file?
ApplicationName property in INI file uses [ProductName] installer property.
We would like to change this to use a custom installer property [PROD_DISPLAYNAME].
When I double click the INI file, the View INI file screen does not allow me to modify "ApplicationName" entry.
All operation related buttons are disabled.
How can this be accomplished? Do I have to go down the custom action route to read the INI file and update it?
Thanks
-Phani