Ask
Reply
Solution
21-05-2010 05:24 PM
21-05-2010 06:52 PM
21-05-2010 06:57 PM
Hi rocketsauce,
This is an error that I'm very familiar with, it means that VBScript isn't active in your version of Windows. This is a script that is needed to install various programs including VMC. In order to rectify this, I'd try the following:
-Go to Start
-Type cmd into the search bar
-Right click the result and then click on "run as administrator"
-Type the following into the command prompt window: regsvr32 vbscript.dll
Once this has done, VBScript should be active, which will allow you to install VMC without any issues.
Let me know how you get on.
George
eForum Team
22-05-2010 10:56 AM
22-05-2010 12:14 PM
Hi rocketsauce,
Are you running 32 bit or 64 bit Windows 7?
There are different VBScripts for each variant, so try running the command below depending on your system type:
For 32 bit systems - regsvr32 %windir%\system32\vbscript.dll
For 64 bit systems - regsvr32 %windir%\syswow64\vbscript.dll
If install still fails after this, let me know and we'll need to get a cause raised to our Technical Team on your behalf.
Jon
eForum Team
22-05-2010 02:30 PM