|
|
#1 |
|
Major Dude
|
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 |
|
|
|
|
|
#2 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
You'll have to modify the dialog on run-time using Windows API / messages.
|
|
|
|
|
|
#3 |
|
Major Dude
|
Is it possible to add extra controls to the dialog at run-time?
Vytautas |
|
|
|
|
|
#4 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
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.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|