parag_NSIS
4th February 2009, 13:40
Hi,
I am installing one application through NSIS installer.
In one of the CustomPage I accepts the Directory paths from the user and I save it in the /Global variables. Now through application the files get copied to those folders.
Now while Uninstalling the application, I have to remove those folders from the system. But the variables I saved during installation gets out of scope when I start the Uninstaller.
How can I manage this to work for me? Is their any way to save those directories paths anywhere and get it while uninstalling the application?
I am installing one application through NSIS installer.
In one of the CustomPage I accepts the Directory paths from the user and I save it in the /Global variables. Now through application the files get copied to those folders.
Now while Uninstalling the application, I have to remove those folders from the system. But the variables I saved during installation gets out of scope when I start the Uninstaller.
How can I manage this to work for me? Is their any way to save those directories paths anywhere and get it while uninstalling the application?