When I uninstall my program (previously installed with my setup.exe), some directories inside my %AppDir% are not deleted. However, these directories are empty and not read-only (they're even "Full access to everyone"). What's the problem ?
Announcement
Collapse
No announcement yet.
Uninstall problem
Collapse
This topic is closed.
X
X
-
Re: Uninstall problem
this is a common problem , if U have very few directories U can remove them manually..i.e using file operation properties -> remove Directory. if U have many directories U can only do it my writing ur own app in Win32, Basically U have to call CreateProcess Api call in ur program with rd \s(?) option which removes directories recursively . U have to call this exe using Execute option inthe Uninstall .
-
Comment