Skip to content
⌘ NSIS Forum Archive

Different pages for installer and uninstaller

4 posts

Vytautas#

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
kichik#
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.