Hi,
Does any body know how to uninstall SQL Express Instance while uninstalling the application. In MSDE it could be done with the Product key of the Installed verion for that Instance. Is there any way out in SQL Express where by I can uninstall only the Instance that i have Installed.
UnInstall SQL Express
The command to uninstall SQl Express is ...
Install SQL Express (command line: /qb REMOVE=SQL_Engine INSTANCENAME="$INSTANCE_NAME$", get result into variable SQL2005)
only problem i am facing is that unlike installation where SQL Express used to get installed silently, here the Window is popping up and one can press cancel.
Install SQL Express (command line: /qb REMOVE=SQL_Engine INSTANCENAME="$INSTANCE_NAME$", get result into variable SQL2005)
only problem i am facing is that unlike installation where SQL Express used to get installed silently, here the Window is popping up and one can press cancel.
-
- Site Admin
- Posts: 364
- Joined: Mon Jul 30, 2007 11:51 am
- Location: USA
- Contact:
arupkrdas,
Change the /qb switch for /qn:
Change the /qb switch for /qn:
Code: Select all
Install SQL Express (command line: /qn REMOVE=SQL_Engine INSTANCENAME="$INSTANCE_NAME$", get result into variable SQL2005)
Alejandro Ronquillo
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
Who is online
Users browsing this forum: No registered users and 110 guests