Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Uninstaller and $INSTDIR question (http://forums.winamp.com/showthread.php?t=226124)

stupidnoob 16th September 2005 01:13

Uninstaller and $INSTDIR question
 
Is there a way to put uninstaller outside $INSTDIR and make it works? I have been trying without success :(

Afrow UK 16th September 2005 08:53

If your installer is not in $INSTDIR, run it with Exec like so:

Exec '"path\uninstall.exe" _?=$INSTDIR'

For manual uninstall (when user runs uninstaller) you need to store $INSTDIR in the registry and read it with ReadRegStr.

-Stu


All times are GMT. The time now is 04:26.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.