|
|
#1 |
|
Junior Member
Join Date: Jun 2003
Location: North Wales
Posts: 5
|
Hi
I'm trying to add a custom page to my uninstaller - I've added them to my installer OK so I kinda know how they should work. Here's what I've got so far: ... !define MUI_UNCUSTOMPAGECOMMANDS !define MUI_UNINSTALLER !define MUI_UNCONFIRMPAGE ... !insertmacro MUI_UNPAGECOMMAND_CONFIRM UninstPage custom un.DelDir !insertmacro MUI_UNPAGECOMMAND_INSTFILES ... Function un.onInit !insertmacro MUI_INSTALLOPTIONS_EXTRACT "DelDir.ini" FunctionEnd ... Function un.DelDir !insertmacro MUI_INSTALLOPTIONS_DISPLAY "DelDir.ini" FunctionEnd ... Section "Uninstall" ; remove directories used. RMDir /r "$INSTDIR" ;Display the Finish header !insertmacro MUI_UNFINISHHEADER SectionEnd Can anyone spot where I'm going wrong? Many thanks Lizzy |
|
|
|
|
|
#2 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,898
|
If you got the current CVS files
you can ride-off the "define MUI_UNCUSTOMPAGECOMMANDS" code: * PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux w/ xfce4. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Debian unstable w/ xfce4. |
|
|
|
|
|
#3 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,338
|
The syntax seems right for b3, so it would help if you specify what problem you're having. Any error messages? Warnings? Does the page show? Does it skip the page? Does it show the page twice? What's wrong?
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Jun 2003
Location: North Wales
Posts: 5
|
The installer runs and does everything else but just doesn't show the page!
TTFN Lizzy |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Jun 2003
Location: North Wales
Posts: 5
|
AHHHH! I've just figured it out - it helps if you run the the new exe created! I think I was suffering from Friday-itus :-)
Thanks everyone for your help. Lizzy xxx |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|