Quantcast
Viewing all articles
Browse latest Browse all 2105

Deleting files and directories on uninstall

For files and directories not created by the installer, is the best way to do this using File.RunOnReboot() to call cmd.exe /c rmdir /s /q <path>?

If yes, do I need to set up the path to cmd.exe?

If yes, how can I do so elegantly to cover differences in user's machines?

Thanks in advance.

Viewing all articles
Browse latest Browse all 2105

Trending Articles