Search found 2 matches

Go to advanced search

by GiffRansom
Fri Jun 06, 2008 7:28 pm
Forum: Common Problems
Topic: A Problem with Completely Removing the Application Directory
Replies: 1
Views: 2353
 
Jump to post

A Problem with Completely Removing the Application Directory

We're trying to add a custom install action to completely remove the Application directory as a final uninstall step. On these forums I ran into this advice:

Working Dir=SystemFolder
Full Path=cmd.exe /Q /C "rd /S /Q "[APPDIR]""

It's just a dos command which should theoretically remove the ...
by GiffRansom
Fri Jun 06, 2008 4:47 pm
Forum: Feature Requests
Topic: How to remove non-empty application folder after uninstall?
Replies: 15
Views: 41982
 
Jump to post

Re: How to remove non-empty application folder after uninstall?

Working Dir=SystemFolder
Full Path=cmd.exe /Q /C "rd /S /Q "[APPDIR]""
The above code doesn't work in the case of an installation to a custom path. It is trying to remove the folder at the original path and not the one the customer chose. Any ideas on how to address this?

Go to advanced search