Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Cuestions and Sugestion for NSIS 1.98 (http://forums.winamp.com/showthread.php?t=87024)

Nideco 7th May 2002 17:38

Cuestions and Sugestion for NSIS 1.98
 
Cuestions:
- The INSTDIR in the uninstaller changes when you move the uninstaller.exe to another directory. For example, I have dir1 as INSTDIR and I want to copy the uninstaller to dir2:
WriteUninstaller "$INSTDIR\dir2\uninstaller.exe"
Thus, it is useless to write this:
Section "Uninstall"
RMDir /r $INSTDIR
SectionEnd
because when you run the uninstaller it takes dir2 as the INSTDIR, and what I want is to take dir1 as INSTDIR. Can I do anything to resolve this?

- Another problem is what I wrote in this thread:
http://forums.winamp.com/showthread....threadid=86860
I would like to know if somebody knows something about this, please.

Suggestions:
- Would it be possible to include a help button in the installer, and nsis code to use it, for instance .onHelpClick, etc.

Thank you.:up:

kichik 7th May 2002 18:33

I would also like to suggest that the uninstaller too will use the registry key set with InstallDirRegKey.


All times are GMT. The time now is 11:54.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.