Archive: Aborting whilst uninstalling DLLs


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:

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.

Give it a try with /REBOOTOK


Thanks for that, I didn't need to use the /REBOOTOK after all as there was an error in my code.