Skip to content
⌘ NSIS Forum Archive

calling Unistaller from installer code

3 posts

darshanaltekar#

calling Unistaller from installer code

When my installer starts it checks wheather appln is already installed & if it is then it gives REPAIR & REINSTALL options on Custome page. If user selects Uninstall i skip all other pages & call uninstaller from already installed directory & quit the installer. Where should i write code for this?
darshanaltekar#
I just want to confirm that the uninstaller created by WriteUninstaller is created by using code written in Section Uninstall right?
where will be the uninstaller stores? can i change that path by SetOutPath?