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
Jan MontanoPosted Oct 4, 2007, 7:23 AM
pritesh patelPosted Oct 3, 2007, 9:29 AM
Thanks for reply.
I have already add shortcut to that batch file and it is uninstalling application from computer but shows command window behind uninstallation
Jan MontanoPosted Oct 3, 2007, 9:18 AM
Though I'm not sure if it will also show the command window. It's worth a try if you haven't done that yet.