Product: | ETS4 |
Version: | 4.0 |
Booth: | 2011-01-05 |
Symptoms
During setup, an error message “Internal error 2739” appears.
Cause
The jscript.dll system library is not installed correctly.
Solution
To fix this, open an administrative command line (enter “cmd” in the search box in the Start menu, then right-click on the entry that appears and select “Run as administrator”). Then type in the following:
cd c:\windows\system32
regsvr32 jscript.dll
On a 64-bit system, the following:
cd c:\windows\SysWow64
regsvr32 jscript.dll