About Unistalling The Setup
                            
                         
                        
                     
                 
                
                    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