Skip to content
⌘ NSIS Forum Archive

Custom Page Problems.....

4 posts

James4563#

Custom Page Problems.....

Hello,

Im having some problems with my custom page, for some reason when I run the installer it saves all of the values I enter into my custom page .ini file. So the next time I run the installer, it already has values entered in the custom page, the values from the previous installation.

It never did this before...

Anyone know why this would be?
Red Wine#
Instead of extracting the ini in $PLUGINSDIR where is the common procedure you're reading/writing an ini which is located on your local working directory.
If so, the installer would be useless on target systems.