What is the silent uninstallation command to uninstall Microsoft_SQL Server Client Tools_2014?
What is the silent uninstallation command to uninstall Microsoft_SQL Server Client Tools_2014
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
SMal.tmcc
9 years ago
you can search in the registry under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
for the keyset that has this program in the display name and look for the uninstallstring key
Note:
if it looks like
MsiExec.exe /I{00656501-1080-45E8-8D99-87215B79CC88}
change it to
MsiExec.exe /X{00656501-1080-45E8-8D99-87215B79CC88} /qn
for the keyset that has this program in the display name and look for the uninstallstring key
Note:
if it looks like
MsiExec.exe /I{00656501-1080-45E8-8D99-87215B79CC88}
change it to
MsiExec.exe /X{00656501-1080-45E8-8D99-87215B79CC88} /qn