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
Different pages for installer and uninstaller
4 posts
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
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.