Ask
Reply
Solution
24-12-2009 08:27 AM
24-12-2009 04:00 PM
26-12-2009 06:57 PM
Hello Lunaeon
Welcome to the eForum
The Windows 7 VMC VBScript error is something we are currently working on and I will be able to post a resolution as soon as we have found a more definitive one.
In the meantime please can you consider going throught the following workaround:
Please note that these are not official Vodafone confirmed fixes, those will be issued in any fourthcoming updates to the VMC software, as such we can not be accountable for any errors made in changing or configuring your Windows registry files
Depending on whether you are running the 32bit or 64bit version of Windows (the following is a 32 bit fix).
Open a command line window as Administrator, by clicking Start, typing cmd in the search box, then right-clicking on the cmd.exe program and choosing Run as Administrator. Next paste the following in the command line and hit enter.
reg delete "HKCU\SOFTWARE\Classes\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}" /f
That previous command removes the incorrect entry for VBScript support on 32-bit Windows 7. Next you need to make sure VBScript is properly registered by typing:
c:\windows\system32\regsvr32 vbscript.dll
or simply regsvr32 vbscript.dll if you are already in the syswow64 directory.
After following these steps you should be able to install your program without issue on a 32-bit version of Windows 7.
Now for the 64bit version:
Open a command line window as Administrator, which requires clicking Start typing cmd in the search box, then right-clicking on the cmd.exe program and choosing Run as Administrator. Next paste the following in the command line and hit enter.
reg delete "HKCU\SOFTWARE\Classes\Wow6432Node\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}" /f
That previous command removes the incorrect entry for VBScript support on 64-bit Windows 7. Next you need to make sure VBScript is properly registered by typing:
c:\windows\syswow64\regsvr32 vbscript.dll
or simply regsvr32 vbscript.dll if you are already in the syswow64 directory.
.
Thanks
Reidar
eForum Team
29-12-2009 02:16 PM
29-12-2009 05:46 PM
04-01-2010 04:43 PM
04-01-2010 11:22 PM
05-01-2010 01:07 PM
Hi guys
My problem is same. Little bit difference.
I have got a vodafone K3760 stick, a new acer 5534 laptop with Windows 7 home premium 64 bit.
I installed VMC installer software version.9.4.4.17702, install was successfully.
I started vodafone program... searching for device... 1-2 minutes and write: no device!!!!
If I put stick in other laptop (with xp or vista) this working perfect.
Thanks
Povi
05-01-2010 02:05 PM
Hi Povi,
This is a seperate issue, so it might be best re-posting this in a seperate thread to avoid confusing this one - whatever fixes we find here probably won't help with your problem, as it is not VBScript related. With the information you've given it's not clear exactly what's failing, so we'd need a few more bits of info.
Can you advise what colour and pattern of lights flash on the modem when you plug it in, and also the exact wording of the error message? Any screenshot you can provide will be a big help also.
Jon
eForum Team
05-01-2010 09:41 PM