Frank_Schneider
29th July 2005 14:21 UTC
Problems Uninstall
Hey,
I have the fallowing Problem.
my Program creates (at runtime) several files and folders in the Programm dir.
When uninstalling the Programm these files and folders still existing in the directory.
How can I fix these Problem?
greetings
Frank
Yathosho
29th July 2005 14:47 UTC
"If /REBOOTOK is specified and the file cannot be deleted then the file is deleted when the system reboots -- if the file will be deleted on a reboot, the reboot flag will be set." -NSIS Scripting Reference
Frank_Schneider
31st July 2005 16:14 UTC
The Directory is empty after uninstall.
There are no write-protected or systemfiles etc...
(The files which created at runtime are 3 txt and 2 ini files...)
I dont think that there is a reboot is neccasary. Isn´t it?
I added the fallowing line to the sript
Delete "$INSTDIR\uninst.exe" //original
Delete "$INSTDIR\Creator.exe" //original
Delete "$INSTDIR\*.*" //added line
The folder should deleted with the command
RMDir "$INSTDIR"
But this dosnt work...
Any other ideas?
(System: Win2000 ServicePack 4)
greetings
Frank
Afrow UK
31st July 2005 17:02 UTC
I've read (unofficial confirmation) that this is a bug in 2.08. Try 2.07 instead.
-Stu
Frank_Schneider
31st July 2005 20:27 UTC
You´re right...
Thanks :-)
greetings
Frank
JasonFriday13
4th August 2005 05:41 UTC
Try reading this thread: http://forums.winamp.com/showthread....hreadid=222975