3
Answers

Hide command window

Photo of pritesh patel

pritesh patel

17y
3.7k
1

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

Answers (3)