Skip to content
⌘ NSIS Forum Archive

"Memento" in the uninstaller

3 posts

Shinseiki86#

"Memento" in the uninstaller

Hello.
Can use "Memento" in the uninstaller?
I need the uninstaller recognizes the installed components.
Thanks!

(translated with Google, my language is Spanish)
T.Slappy#
Simply write user's selection [which components he checked] to your .ini file in ${INSTDIR} or write them to Registry.
Shinseiki86#
Ok, now kept in the register the selected components to install the program.
${MementoSectionSave}

How do I use ${MementoSectionRestore} in the uninstaller?