Unnistaller in subfolder $INSTDIR
Why didn't work a place unnistaller, when I want palce it to subfoler of $INSTDIR?
SetOutPath "$INSTDIR\System"Thanks fo reply
WriteUninstaller "Odinstalovat.exe"
Archive: Unnistaller in subfolder $INSTDIR
Unnistaller in subfolder $INSTDIR
Why didn't work a place unnistaller, when I want palce it to subfoler of $INSTDIR?
SetOutPath "$INSTDIR\System"Thanks fo reply
WriteUninstaller "Odinstalovat.exe"
$INSTDIR is not saved anywhere. The uninstaller uses the directory from which is was executed as $INSTDIR. If you put it in a subdirectory, you can use un.GetParent in the uninstaller to get the parent directory.