Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 9th August 2007, 16:35   #1
pgg1
Senior Member
 
Join Date: Jul 2007
Location: Piccadilly, London
Posts: 132
Unhappy Aborting whilst uninstalling DLLs

Hi

During installation I am adding 3 DLL's to the $SYSDIR directory, no problems there. However, when it comes to uninstalling I can only delete the first one and then the uninstaller aborts.

I Delete with the following command:

code:
Delete "$SYSDIR\someDLL.dll"


Any idea what could be causing this abort, if I comment out the Delete commands then all goes well.

Cheers,

Paul.
pgg1 is offline   Reply With Quote
Old 9th August 2007, 16:52   #2
Red Wine
Forum King
 
Red Wine's Avatar
 
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
Give it a try with /REBOOTOK

Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV
Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS
Red Wine is offline   Reply With Quote
Old 10th August 2007, 09:24   #3
pgg1
Senior Member
 
Join Date: Jul 2007
Location: Piccadilly, London
Posts: 132
Thanks for that, I didn't need to use the /REBOOTOK after all as there was an error in my code.
pgg1 is offline   Reply With Quote
Reply
Go Back   Winamp 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