Old 26th April 2004, 06:55   #1
flace
Junior Member
 
Join Date: Apr 2004
Posts: 1
Question Debugging uninstall

Hi,

My uninstall doesnt seem to remove certain files from the INSTDIR. I noticed in a couple of posts in this forum that the files may be in use. I would like to know if this is the problem in my case and was wondering if NSIS has any debug log which can tell me the exact reason why it could not delete a file (win32 api tells you the reason, so I am assuming NSIS too would know the reason). If yes, how to turn on the debug log and where it would be.

Thanks.
flace is offline   Reply With Quote
Old 26th April 2004, 09:25   #2
Joost Verburg
NSIS MUI Dev
 
Join Date: Nov 2001
Posts: 3,717
If the can delete the files manually they are not in use.

Are you running the uninstaller manually or are you calling it from the installer?

If the uninstaller is called from the installer using the switch as described in the FAQ it won't be copied to a temporary location and you can't use RMDir /r for $INSTDIR.
Joost Verburg is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump