First time I am trying to install sql express on my computer but getting few problems. I am sure that I have uninstalled all sqlserver, net related programs from the computer (as per instructions but when I installed I am still getting the message there are few components exists).
I have used "vs_uninst_betas.exe" and found few programs still running. I dont know how to uninstall.
Please can you help?
Thanks in advance,
Sowkash
The first option is to look in Add/Remove programs to ensure that all SQL and SQL related programs are removed. If nothing is showing, you'll need to examine the Setup logs to see which specific programs are causing problems. For each program listed, you should see a listing for the Program ID. You can manually remove the programs with the command:
msiexec.exe /x <program id>
Do this for each program listed in the setup logs. The logs are located at C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG for a normal install of SQL Express.
Regards,
Mike Wachal
SQL Express team
No comments:
Post a Comment