I want to execute a DOS command from WIX. The command goes like:
[SystemFolder]cmd.exe /c rmdir /s /q [INSTALLDIR]
Basically I want to delete the Installation Directory from the command prompt during Uninstall.
I want to use the SystemFolder property to specify the cmd.exe path. And the most important one is that, I don't want the command window to appear during Uninstall.
%programdata%
(for all users) or%appdata%
(separate for each user). – Wim Coenen