|
|
#1 |
|
Junior Member
Join Date: Aug 2007
Posts: 4
|
Custom uninstall page / form
I'm trying to create a custom uninstall page or form similar to this one:
The design does not need to be exactly like that and could even be integrated in the uninstall dialog but I would like it to be the first page to be displayed when the user runs the uninstaller. Anyone knows if this is even possible with NSIS? I have sample code for inno setup (to create that exact dialog) but I use NSIS in all my products. Thanks! |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
To be that size, you will have to write an NSIS plug-in that displays the dialog. It's very easy to do as you can use Visual Studio to design your form. The only bit that may require a little bit more work is changing the background colours.
Stu |
|
|
|
|
|
#3 | |
|
Junior Member
Join Date: Aug 2007
Posts: 4
|
Quote:
I only use Delphi so I'm not sure it would be easy for me to write the plug-in to display the dialog (but I can try .
|
|
|
|
|
|
|
#4 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
There is a Delphi example under ExDll (in NSIS source under Contrib). ExDll may be included with normal NSIS dist. now as well but I'm not sure.
Otherwise, yes, using InstallOptions or nsDialogs will let you create an embedded dialog in your installer/uninstaller but you cannot change the dialog's size. There are lots of InstallOptions examples in the Examples and Examples\Modern UI folders. nsDialogs should have some as well. Stu |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|