Power Tools Installation Problem (error code 2738)
Some users have been reporting problems installing the VSDB Power Tools on Vista or Windows Server 2008 (applies to both 32 and 64 bit versions).
When they run the Power Tools installer they are confronted with the following mysterious error message:
Error code 2738 implies that the VBScript engine is not enabled. On some Vista and Windows Server 2008 installations the VBScript engine is disabled. The workaround is to enable the VBScript engine and run the setup again. After that you can disable the VBScript engine again if desired.
How to enable the VBScript engine:
- Start an elevated command prompt.
- Run the following command :
- On a 32-bit OS run:
regsvr32 %windir%\System32\vbscript.dll - On a 64-bit OS run:
regsvr32 %windir%\SysWOW64\vbscript.dll
- On a 32-bit OS run:
Now run the Power Tool installer from an elevated process.
How to disable the VBScript engine:
Start an elevated command prompt.
Run the following command :
On a 32-bit OS run:
regsvr32 %windir%\System32\vbscript.dll /U
On a 64-bit OS run:
regsvr32 %windir%\SysWOW64\vbscript.dll /U
I hope this helps, the next version of the Power Tools installer will no longer rely on VBScript.
-GertD
Comments
Anonymous
July 12, 2008
PingBack from http://blog.a-foton.ru/2008/07/power-tools-installation-problem-error-code-2738/Anonymous
July 17, 2008
Neno Loje got busy with his blog: Team Foundation Proxy - Your friend for distributed development...