 Thread Author
# 1

07-28-2009, 07:27 AM
|
| | CrackBerry User Device(s): 9500 (Storm) Carrier: Vodafone | | Join Date: Dec 2008 Posts: 88 Likes Received: 0
Thanked 0 Times in 0 Posts
| |
Windows7 - Error 2738 SOLVED
Hi all,
I just tried uninstalling device OS 5 from my Windows7 machine and found that it wouldn't uninstall. It threw up an error 2738 message.
Anyway, there are many solutions if you google (re-register a .dll) but none of them worked. I only found one solution that did work (by altering the registry). See below: Quote:
Here's the fix:
1- First try to register the vbscript.dll
A- Click Start "globe"
B- Type in Search programs and files box> cmd
cmd.exe should show in list, right click on it and select Run as administrator
C- Make sure your in system32 directory, if your unsure type:
for 32bit OS => cd %windir%\system32
for 64bit OS => cd %windir%\syswow64
2- Now register the dll with this:
regsvr32 vbscript.dll
You should receive a massage saying it was successful.
Now try to install or uninstall again.
If you still get error then it's time for a quick regedit:
1- Click Start "globe"
A- Type in Search programs and files box> regedit
regedit.exe should show in list, right click on it and select Run as administrator
2- Find this key and delete it:
HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID\{ B54F3741-5B07-11CF-A4B0-00AA004A55E8}
Now done with regedit.
3- Register the vbscript.dll as described above.
Now you should be able to install or uninstall.
| |