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.
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.