Archive: UltramodernUI problem with uninstaller


UltramodernUI problem with uninstaller
Hello,
I'm going to explain my problem.
I made an installer with NSIS 2.40+UltramodernUI. There is something wrong with the uninstaller.
My uninstaller does some operations and asks the user e.g. if some informations must be preserved or not.
The uninstaller correctly does the operations I wrote in the Section Uninstall, but at the end of all the operations appears a window asking me the path of the program to uninstall. After this the Section Uninstall is executed one more time.
I would like that window to appear at the beginning of the Section uninstall, so that the section is executed once and not twice. I tried to comment some macro calls, but I didn't get the uninstaller to work correctly.
Any suggestion or help is appreciated.
Thank you.


Sounds like you've added the instfiles page twice. Make sure page definitions in your script are correct.