Pages for Uninstall
I thought I had it cracked but ...
I have a set of pages using the MUI:-
!insertmacro MUI_PAGE_WELCOMEThe trouble is that the uninstaller goes through each of these pages too. This is not what I want. Try as I may I can't see how to create 2 sets of pages that relate 1 to the install and 1 to the uninstall. I'm probably being very stupid but would be glad of a hint or two.
!insertmacro MUI_PAGE_LICENSE "SonicWallLicence.txt"
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH
Charlie