jscript error

G

Guest

I tried to install a program that is Vista compatible, and I keep getting an
error pop up stateing "Cannot install software because JScript is not propey
registered. Please repair JScript the restart installer".

so how do I repair jscript?
 
A

Andrew McLaren

Grawlr said:
I tried to install a program that is Vista compatible, and I keep getting
an
error pop up stateing "Cannot install software because JScript is not
propey
registered. Please repair JScript the restart installer".

Hi Grawlr

You haven't given a whole lot of information to work with; eg, what
application? And what was the actual exact text of the error message?

However ... to register Jscript is pretty easy. Open a Command Prompt as
Administrator - go to Start menu, find Command Prompt, right click and
choose "Run as Administrator" from teh context menu. Give the administrative
consent when prompted. Then an administrative command prompt will open.

Change directory to System32 -

C:\Users\Administrator>cd \Windows\System32<enter>

C:\Windows\System32>

Then use the regsvr32 command to re-register JScript.dll -

C:\Windows\System32>regsvr32 jscript.dll<enter>

You should get a message that the DLL was successfully registered. Type
"exit" to close the Command Prompt. Now try to install your program again.

If it continues to fail, please provide more background information about
the problem (or, check the vendor's support website).

Hope it helps,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top