Skip to content
⌘ NSIS Forum Archive

Have options (levels) of uninstallment?

3 posts

tatsudoshi#

Have options (levels) of uninstallment?

I would like the uninstaller to show a MUI_PAGE_COMPONENTS before uninstalling. This is so that the user can choose to only uninstall parts of the program and not the hole software pack. But how is this done? Can I just add it with un. infront or ..? Thank you for your time 🙂
evilO#
Hi 🙂

You can check this thread, it should help for the sections:

Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.



And for the uninstaller's component page:

!insertmacro MUI_UNPAGE_COMPONENTS


evilO/Olive