How come I get a VBScript error 2738 when trying to download a program for Windows 7?
by Thellis63 on July 20, 2011Q: I had tried different options to fix error 2738 vbscript is there something I am missing to get rid of this issue when i try to download a program on windows 7 home 64 bit
Is this when you’re downloading the program or when you’re installing it?
If it’s when you’re downloading it, try a different web browser. If it is when you are installing it, I’ll need to know the name of the program.
Mark (Uber Geek) says: on July 20, 2011 at 8:36 am
when i try to install. rtg/ real time gaming
Thellis63 (Newbie) says: on July 20, 2011 at 7:24 pm
Here is the fix for Windows 7: http://bit.ly/4Gczi5
Follow either either the steps for 32bit Windows or 64bit Windows as appropriate.
In the event you don’t feel comfortable in doing this type of work, I can perform the repair via remote service call for a fee. E-mail me at mark@askageek.com if you’re interested
Mark (Uber Geek) says: on July 21, 2011 at 11:20 am
Resolution
The VBScript engine can be quickly registered by following these steps:
Run Command Prompt as administrator:
Start Menu -> All Programs -> Accessories
Right click on Command Prompt and select Run as administrator
Run the following command:
If you are using 32-bit version of Windows:
Type cd %windir%\system32 into the Command Prompt and hit Enter
If you are using 64-bit version of Windows:
Type cd %windir%\syswow64 into the Command Prompt and hit Enter
Type regsvr32 vbscript.dll into the Command Prompt and hit Enter.
Eudorawhite (Newbie) says: on July 22, 2011 at 2:32 am