Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Driver Scanner 2009 - Free Scan Now

Windows Script Host has no script engine for ".js" files

microsoft.public.windows.vista.general




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #1 (permalink)  
Old 04-23-2008
Stephan G.
 

Posts: n/a
Windows Script Host has no script engine for ".js" files
Hello.

I am running Windows Vista Home Premium with service pack 1, although
this problem existed even before SP1 was installed.

Although under both Firefox and Internet Explorer I am able to fully
utilize websites with javascript, and seem to be able to run other
scripts (installation and otherwise) with little difficulty, there are a
minority of installation scripts that lead to the following window
popping up and the script terminating:

WINDOW TITLE: Windows Script Host
MESSAGE: There is no script engine for file extension ".js".
POSSIBLE ACTIONS: OK button only. When pressed, the
action seems to terminate without
completion.

Any thoughts of this? I have been poking around in the Microsoft KB
about the Windows Script Host, and I have come to understand what it
does, but I can't locate what is causing this error.

Is there a way to completely uninstall and reinstall the Windows Script
Host?

Thanks.

-Stephan.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 04-23-2008
MowGreen [MVP]
 

Posts: n/a
Re: Windows Script Host has no script engine for ".js" files
A similar error found in XP :
http://www.winhelponline.com/article...indows-XP.html

You could try registering jscript.dll and see if that resolves the
issue. Suggest you do it from an Elevated Command Prompt
Start Search
type in cmd
Click Search
*Right* click cmd and choose 'Run as administrator'
Follow and/or Approve the prompts
At the prompt, type in and then press Enter after each command

regsvr32 %systemroot%\system32\jscript.dll
exit

Not sure if the reg file on Ramesh's page is applicable to Vista,
though. JSFile is located in HKEY_CLASSES_ROOT\.JS in XP and mowst
likely is in Vista, too. Compare and contrast it with the reg file to
see if it is applicable to Vista, Stephan.

MowGreen [MVP 2003-2008]
===============
*-343-* FDNY
Never Forgotten
===============




Stephan G. wrote:

> Hello.
>
> I am running Windows Vista Home Premium with service pack 1, although
> this problem existed even before SP1 was installed.
>
> Although under both Firefox and Internet Explorer I am able to fully
> utilize websites with javascript, and seem to be able to run other
> scripts (installation and otherwise) with little difficulty, there are a
> minority of installation scripts that lead to the following window
> popping up and the script terminating:
>
> WINDOW TITLE: Windows Script Host
> MESSAGE: There is no script engine for file extension ".js".
> POSSIBLE ACTIONS: OK button only. When pressed, the
> action seems to terminate without
> completion.
>
> Any thoughts of this? I have been poking around in the Microsoft KB
> about the Windows Script Host, and I have come to understand what it
> does, but I can't locate what is causing this error.
>
> Is there a way to completely uninstall and reinstall the Windows Script
> Host?
>
> Thanks.
>
> -Stephan.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-23-2008
Stephan G.
 

Posts: n/a
Re: Windows Script Host has no script engine for ".js" files
Dear MowGreen -

Thanks for the ideas. I had tried the regsvr32 previously, and it
doesn't work. I am hesitant to try and run the XP registry merge as I
am unclear what it does and don't want to make a bigger error than what
I am solving. I did follow the link to the microsoft download site to
download and reinstall the scripting engine, and I am struck that
although there are various packages for XP, for NT, for Windows 2000 and
the like, there seem to be no packages for Windows Vista.

Any further ideas you (or anyone else) has would be most appreciated.

-s

MowGreen [MVP] wrote:
> A similar error found in XP :
> http://www.winhelponline.com/article...indows-XP.html
>
>
> You could try registering jscript.dll and see if that resolves the
> issue. Suggest you do it from an Elevated Command Prompt
> Start Search
> type in cmd
> Click Search
> *Right* click cmd and choose 'Run as administrator'
> Follow and/or Approve the prompts
> At the prompt, type in and then press Enter after each command
>
> regsvr32 %systemroot%\system32\jscript.dll
> exit
>
> Not sure if the reg file on Ramesh's page is applicable to Vista,
> though. JSFile is located in HKEY_CLASSES_ROOT\.JS in XP and mowst
> likely is in Vista, too. Compare and contrast it with the reg file to
> see if it is applicable to Vista, Stephan.
>
> MowGreen [MVP 2003-2008]
> ===============
> *-343-* FDNY
> Never Forgotten
> ===============

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-23-2008
Ramesh, MS-MVP
 

Posts: n/a
Re: Windows Script Host has no script engine for ".js" files
Stephan,

>> I had tried the regsvr32 previously, and it doesn't work


Did you get any error message when running the regsvr32 command?

Although the xp_js_fix.reg can be applied in Windows Vista, here is a seperate version that I uploaded:
http://www.winhelponline.com/fixes/vista_js_fix.reg

Try running the .JS fix REG file from the above link and post back.

Note that .REG files are plain-text, and are viewable in a text editor like Notepad.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com
Winhelponline.com blog http://www.winhelponline.com/blog


"Stephan G." <stephan-g@viewpage.net> wrote in message news:%233Lim4XpIHA.1736@TK2MSFTNGP04.phx.gbl...
Dear MowGreen -

Thanks for the ideas. I had tried the regsvr32 previously, and it
doesn't work. I am hesitant to try and run the XP registry merge as I
am unclear what it does and don't want to make a bigger error than what
I am solving. I did follow the link to the microsoft download site to
download and reinstall the scripting engine, and I am struck that
although there are various packages for XP, for NT, for Windows 2000 and
the like, there seem to be no packages for Windows Vista.

Any further ideas you (or anyone else) has would be most appreciated.

-s

MowGreen [MVP] wrote:
> A similar error found in XP :
> http://www.winhelponline.com/article...indows-XP.html
>
>
> You could try registering jscript.dll and see if that resolves the
> issue. Suggest you do it from an Elevated Command Prompt
> Start Search
> type in cmd
> Click Search
> *Right* click cmd and choose 'Run as administrator'
> Follow and/or Approve the prompts
> At the prompt, type in and then press Enter after each command
>
> regsvr32 %systemroot%\system32\jscript.dll
> exit
>
> Not sure if the reg file on Ramesh's page is applicable to Vista,
> though. JSFile is located in HKEY_CLASSES_ROOT\.JS in XP and mowst
> likely is in Vista, too. Compare and contrast it with the reg file to
> see if it is applicable to Vista, Stephan.
>
> MowGreen [MVP 2003-2008]
> ===============
> *-343-* FDNY
> Never Forgotten
> ===============

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-23-2008
MowGreen [MVP]
 

Posts: n/a
Re: Windows Script Host has no script engine for ".js" files
Ramesh, MS-MVP wrote:

> Stephan,
>
>
>>>I had tried the regsvr32 previously, and it doesn't work

>
>
> Did you get any error message when running the regsvr32 command?
>
> Although the xp_js_fix.reg can be applied in Windows Vista, here is a seperate version that I uploaded:
> http://www.winhelponline.com/fixes/vista_js_fix.reg
>
> Try running the .JS fix REG file from the above link and post back.
>
> Note that .REG files are plain-text, and are viewable in a text editor like Notepad.
>


Thanks for stepping up, Ramesh <w>

MowGreen [MVP 2003-2008]
===============
*-343-* FDNY
Never Forgotten
===============
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-24-2008
Ramesh, MS-MVP
 

Posts: n/a
Re: Windows Script Host has no script engine for ".js" files
No problem, Steve

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com
Winhelponline.com blog http://www.winhelponline.com/blog


"MowGreen [MVP]" <mowgreen@nowandzen.com> wrote in message news:%23nhD4dYpIHA.3568@TK2MSFTNGP04.phx.gbl...
Ramesh, MS-MVP wrote:

> Stephan,
>
>
>>>I had tried the regsvr32 previously, and it doesn't work

>
>
> Did you get any error message when running the regsvr32 command?
>
> Although the xp_js_fix.reg can be applied in Windows Vista, here is a seperate version that I uploaded:
> http://www.winhelponline.com/fixes/vista_js_fix.reg
>
> Try running the .JS fix REG file from the above link and post back.
>
> Note that .REG files are plain-text, and are viewable in a text editor like Notepad.
>


Thanks for stepping up, Ramesh <w>

MowGreen [MVP 2003-2008]
===============
*-343-* FDNY
Never Forgotten
===============
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-24-2008
Stephan G.
 

Posts: n/a
Re: Windows Script Host has no script engine for ".js" files
Worked like a dream... thank you Ramesh!

-stephan

Ramesh, MS-MVP wrote:
> Stephan,
>
>>> I had tried the regsvr32 previously, and it doesn't work

>
> Did you get any error message when running the regsvr32 command?
>
> Although the xp_js_fix.reg can be applied in Windows Vista, here is a seperate version that I uploaded:
> http://www.winhelponline.com/fixes/vista_js_fix.reg
>
> Try running the .JS fix REG file from the above link and post back.
>
> Note that .REG files are plain-text, and are viewable in a text editor like Notepad.
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-24-2008
Ramesh, MS-MVP
 

Posts: n/a
Re: Windows Script Host has no script engine for ".js" files
You're welcome Stephan.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com
Winhelponline.com blog http://www.winhelponline.com/blog


"Stephan G." <stephan-g@viewpage.net> wrote in message news:eg9JOXcpIHA.2188@TK2MSFTNGP04.phx.gbl...
Worked like a dream... thank you Ramesh!

-stephan

Ramesh, MS-MVP wrote:
> Stephan,
>
>>> I had tried the regsvr32 previously, and it doesn't work

>
> Did you get any error message when running the regsvr32 command?
>
> Although the xp_js_fix.reg can be applied in Windows Vista, here is a seperate version that I uploaded:
> http://www.winhelponline.com/fixes/vista_js_fix.reg
>
> Try running the .JS fix REG file from the above link and post back.
>
> Note that .REG files are plain-text, and are viewable in a text editor like Notepad.
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 04-24-2008
Ramesh, MS-MVP
 

Posts: n/a
Re: Windows Script Host has no script engine for ".js" files
I've updated the article now.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com
Winhelponline.com blog http://www.winhelponline.com/blog


"Ramesh, MS-MVP" <ramesh@unknownhost> wrote in message news:%23ZJmqncpIHA.3804@TK2MSFTNGP02.phx.gbl...
You're welcome Stephan.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com
Winhelponline.com blog http://www.winhelponline.com/blog


"Stephan G." <stephan-g@viewpage.net> wrote in message news:eg9JOXcpIHA.2188@TK2MSFTNGP04.phx.gbl...
Worked like a dream... thank you Ramesh!

-stephan

Ramesh, MS-MVP wrote:
> Stephan,
>
>>> I had tried the regsvr32 previously, and it doesn't work

>
> Did you get any error message when running the regsvr32 command?
>
> Although the xp_js_fix.reg can be applied in Windows Vista, here is a seperate version that I uploaded:
> http://www.winhelponline.com/fixes/vista_js_fix.reg
>
> Try running the .JS fix REG file from the above link and post back.
>
> Note that .REG files are plain-text, and are viewable in a text editor like Notepad.
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 04-24-2008
MowGreen [MVP]
 

Posts: n/a
Re: Windows Script Host has no script engine for ".js" files
Ramesh, MS-MVP wrote:

> I've updated the article now.
>


WTG, Ramesh.

MowGreen [MVP 2003-2008]
===============
*-343-* FDNY
Never Forgotten
===============
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with host script engine p.o microsoft.public.windows.vista.administration accounts passwords 9 04-27-2008 19:23
"Bourne" video game departs from script Steve General Technology News 0 08-09-2007 00:26
"Bourne" video game departs from script Steve General Technology News 0 08-08-2007 16:02
"Bourne" video game departs from script Steve General Technology News 0 08-08-2007 14:11
"Load Driver" da File batch/ Script /riga di comando: Possibile ? Come ? Auto microsoft.public.it.windows.vista 1 07-12-2007 16:16




All times are GMT +1. The time now is 10:49.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119