Hi,
I m trying to uninstall the setup of my application using bat file,but when i uninstall my application then my application is removed but all the exe which are present in registry that also be uninstalled. I use bat file in that i add my projectcode
i.e following....
@echo off
msiexec /x {E0C37DCE-3AF0-4FBC-995C-EE7AF5183FAD}
but still it uninstalled whole exe files which are present in registry
Plz help me asap,,it's urgent
Loading
Kirtan PatelPosted Feb 8, 2010, 9:57 PM
you should Use Setup Project Provided By Visual Studio to Make a Setup that can does all these Things Automatically Without Writing ..manual Batch Files..
in Visual Studio you can Create Setup Project
File >> New >Project >>Other Project Type >> Setup and Deployment >>Setup Project
jyoti chintePosted Feb 9, 2010, 3:12 AM
Lalit MPosted Feb 9, 2010, 2:35 AM
->go->Start->run->regedit(enter)->Find(Ctrl+F) Type your app name->then remove app folder(Note:-delete folder then press F3 and delete then continue delete still massage display during search finish)
and reboot your system and try to install.
-Hop you get you solution.
jyoti chintePosted Feb 9, 2010, 1:39 AM
Thanks for ur reply,but i did all this in setup project only,my project made setup properly but while uninstalling this project through program menu without using control panel that error was come.