Skip to content
⌘ NSIS Forum Archive

How to make 2 components pages for Uninstall

2 posts

Scope#

How to make 2 components pages for Uninstall

I have set an UninstPage components to have the user select if they want to save certain files on uninstall, which would require more than 1 Uninstall section, however it seems to only pickup Section Uninstall for the Uninstaller components page, how can I make it so it detects 2?
Afrow UK#
This has been asked many times before. To use more than one uninstall section you put 'un.' in front of the section names.

Edit: Also you should use !insertmacro MUI_UNPAGE_COMPONENTS.

Stu