Below error message was shown while trying to install Visual C++ 6.0 in one of our Computers.
"ODBC's SQL InstallDriverMAnager Failed"
By doing Google search we came to know about below solution. Below steps had solved the issue and we were able to install VC++ without getting any error.
1. Download and install subinacl from:
http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&displaylang=en
2. Download reset.cmd and put it in C:\Program Files\Windows Resource Kits\Tools folder.
4. Enter into CMD prompt.
5. Enter the following commands one at a time and click Enter.
cd\
cd "C:\Program Files\Windows Resource Kits\Tools"
reset.cmd
It seems these step will clean the registry for any permission related issues and therefore it is making this installation issues successful. Anyway I am not sure about it. If you know more details, you can share it thro' comments.
More Articles...
Tuesday, February 9, 2010
Popular Posts
- Software Testing Quiz Questions and Answers
- Javascript Quiz Questions and Answers
- MySQL Quiz Questions and Answers
- SEO Your Blog the Easy Way - Guest Post
- SEO (Search Engine Optimization) Quiz Questions and Answers.
- PHP Quiz Questions and Answers
- HTML Quiz Questions and Answers
- Best Motivational Quotes Book | Kindle eBook and Paperback | Read for FREE with Amazon's Kindle Unlimited
- Basic Computer Hardware Quiz Questions and Answer.
- Use of tinyurl in Twitter

No comments:
Post a Comment