|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Aug 2011
Posts: 3
|
Customize uninstaller Confirm page using MUI2 and nsDialogs
Hi everyone!
I'm stuck trying to add a checkbox on Uninstaller Confirm page. I'm using MUI2 and nsDialogs the following way: PHP Code:
|
|
|
|
|
|
#2 | |
|
Major Dude
|
Quote:
![]() You need to use nsDialogs to create WHOLE uninstall page! Usign ${NSD_CreateCheckbox} somewhere in code is not enough. Creating page should look like this: PHP Code:
Cool looking installers with custom design: www.graphical-installer.com Create Setup Pages easily: www.install-designer.com Build installers in Visual Studio 2005-2022: www.visual-installer.com or RAD Studio 2009 - 11 Alexandria: www.rad-installer.com |
|
|
|
|
|
|
#3 | |
|
Junior Member
Join Date: Aug 2011
Posts: 3
|
Quote:
"Modern UI pages can also be customized using custom functions." and "nsDialogs allows you to create custom pages or customize existing pages directly from the script." And this is true, at least partially I was able to customize uninstaller finish page this way:PHP Code:
|
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|