This error literally means that the VBScript runtime cannot be accessed. This error is common during the installation or uninstallation of various applications under Windows.
The installation/uninstallation of some applications USES VBScript as a procedure script, and the operation of VBScript depends on its runtime environment.
The solution is simple:
1. Make sure you have vbscript.DLL on your machine.
If so, skip this step. If not, you can make a copy from another Windows system that has the same version installed.
For 64-bit Windows, vbscript.dll appears in two paths, namely:
c:\windows\system32\
c:\windows\syswow64\
What’s missing, what’s missing.
2. Manually register vbscript.DLL components in the console using the regSVR32 command.
After entering, a window will pop up saying “DllRegisterServer has succeeded in vbscript.dll”, indicating that the registration was successful.
Basically, at this point, this error will be resolved.
Similarly, Error 2739 (meaning that the JavaScript runtime cannot be accessed, which corresponds to a jscript.dll file) can also be handled in this way.
There are also articles on the web where the solution is to start with a registry, to look up a particular registry key and include some risky actions such as deletion. The personal understanding is to determine whether the relevant components have been registered correctly. For general users, the individual does not recommend this approach, may not solve the problem, but also introduce other troubles.
It is important to note that many applications to install/uninstall program when encounter this problem, only gives an error code, or add a such as “internal error”, make people confused about the prefix, it is the mistake of Windows, but to mislead the user thought is to install/uninstall the program itself.
The installation/uninstallation of some applications USES VBScript as a procedure script, and the operation of VBScript depends on its runtime environment.
The solution is simple:
1. Make sure you have vbscript.DLL on your machine.
If so, skip this step. If not, you can make a copy from another Windows system that has the same version installed.
For 64-bit Windows, vbscript.dll appears in two paths, namely:
c:\windows\system32\
c:\windows\syswow64\
What’s missing, what’s missing.
2. Manually register vbscript.DLL components in the console using the regSVR32 command.
After entering, a window will pop up saying “DllRegisterServer has succeeded in vbscript.dll”, indicating that the registration was successful.
Basically, at this point, this error will be resolved.
Similarly, Error 2739 (meaning that the JavaScript runtime cannot be accessed, which corresponds to a jscript.dll file) can also be handled in this way.
There are also articles on the web where the solution is to start with a registry, to look up a particular registry key and include some risky actions such as deletion. The personal understanding is to determine whether the relevant components have been registered correctly. For general users, the individual does not recommend this approach, may not solve the problem, but also introduce other troubles.
It is important to note that many applications to install/uninstall program when encounter this problem, only gives an error code, or add a such as “internal error”, make people confused about the prefix, it is the mistake of Windows, but to mislead the user thought is to install/uninstall the program itself.
Read More:
- Unable to find VBScript script engine or error 2738, could not access VBScript runtime
- Run time error: “unfolded2d”_ copy“ not implemented for ‘Half‘
- Run time error “430”
- Microsoft VBScript runtime error ‘800a01ad’
- IOS solves the problem of this action could not be completed. Try again
- Solution to prompt run time error “438” when a VB program is opened
- After switching the tidb database, an error could not commit JDBC transaction appears from time to time
- Experience of using on error resume next in VBScript
- LoadRunnercatalog refund: Action.c(121): Error -27987: Requested image not found [MsgId: MERR-27987]
- Go compiles the EXE executable to remove the CMD window at run time
- Error 404:SRVE0190E: File not found: index.action when websphere publishes the project war package
- Run Python file for the first time with eclipse / pydev: “UTF-8 ‘codec can’t decode byte 0xc4 in position
- Arduino reports an error when writing a custom library file to solve the problem of not name of type, not declared in this scope
- The action ‘install’ for product ‘MySQL server 5.7.19’ failed
- VB error run time error ’91’
- The time of the time database displayed by the front end is inconsistent
- How to get the current time in java time string
- Invalid bound statement (not found) of custom SQL in mybatisplus
- Python custom class typeerror: ‘module’ object is not callable
- Action RPG demo source code (VC + OpenGL)