How create uninstal project?
-
I can't create uninstal project in my .NET 2003 Setup and Deployment Project. How can I do it? Thank you for your help...
This is my sign
-
I can't create uninstal project in my .NET 2003 Setup and Deployment Project. How can I do it? Thank you for your help...
This is my sign
hi, Process x = new Process(); x.StartInfo.FileName = "msiexec.exe"; x.StartInfo.Arguments = "/x {B0AD831E-E9AA-419A-90A7-0AA96C4CAFB2}"; x.Start(); {B0AD831E-E9AA-419A-90A7-0AA96C4CAFB2} is the setup project code. (in properties window - replace this with your own project code) this is what you need. ps: put the code above in a simple windows app. and place its ***.exe into your main project folder. and create a shortcut to the program files folder. then when u click on that shortcut it will uninstall your setup. Regards, Bye.
-
I can't create uninstal project in my .NET 2003 Setup and Deployment Project. How can I do it? Thank you for your help...
This is my sign
Hello Wait a minute!! I thought setp program does that for you?!! Check the Add/Remove programs in the control panel after you install your app. Otherwise why would you make a setup?!!! Regards:rose: