Hi
I created windows application with c# and setup project that will install application.
For uninstallation i am using batch file which contains following code
MsiExec.exe /x [productcode]
while uninstallation it shows command window and it's looks bad.
How can i hide command window or Suggest any other way to uninstall application
Thanks