Vytautas
11th December 2003 06:12 UTC
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
Joost Verburg
11th December 2003 13:29 UTC
You'll have to modify the dialog on run-time using Windows API / messages.
Vytautas
11th December 2003 22:38 UTC
Is it possible to add extra controls to the dialog at run-time?
Vytautas
kichik
12th December 2003 16:54 UTC
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.