Archive: Different pages for installer and uninstaller


Different pages for installer and uninstaller
I have a modified INSTFILES page for my installer, now the problem is that I need a different modified INSTFILES page for the uninstaller. Is that possible and how?

BTW: I'm using the latest CVS version of NSIS and MUI.

Vytautas


You'll have to modify the dialog on run-time using Windows API / messages.


Is it possible to add extra controls to the dialog at run-time?

Vytautas


Yes, you can always call CreateWindow using the System plug-in. If you want the new control to work with GetDlgItem, specify hMenu as the requested id.