Jump to content

Problem during installation: No script engine for file extension ".js".


Recommended Posts

Installer in end phase is trying to execute `stat_remover.js` script using `WScript.exe`. The problem occurs when extension `.js` is not always linked to this tool, and this gives error message:

---------------------------
Windows Script Host
---------------------------
Brak aparatu skryptów dla plików o rozszerzeniu ".js".
 
---------------------------
OK   
---------------------------

 

To solve this, WScript has to know what kind engine use by adding switch: `//e:JScript`. For example:

wscript.exe //e:JScript stat_remover.js wn8

Greet

 

This is duplicate of Aslain.com → World of Tanks - Polska sekcja → Zgłaszanie błędów i problemów → Problem podczas instalacji: Brak aparatu skryptów dla plików o rozszerzeniu ".js".

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.