Jump to content

A script on this pas is causing iE to run slowly


Recommended Posts

ok have is my problem when i install all the programs for my pc durning the installation this is the message i got durn the installation:

A script on this page is causing internet explorer to run slowly. if it conitnues to run you computer may become unresponive.

Do you want to about the script? i press yes i do want too abort.

how come am i getting this message?

sorry about the spelling.

Link to comment
Share on other sites


If you call WPI.cmd it merges WPI.reg which is located in the common folder. This reg file has this statement:

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Styles]
"MaxScriptStatements"=dword:ffffffff

I had this exact problem and actually find M$ had the solution and so did WPI. How this error occurs is when a script repeats a certain number of times, IE thinks that it may be stuck in a loop and then pops up this message.

The registry key sets the number times a script can run b4 this pop up will appear. Since I made sure this reg file was being imported I no longer get the popup.

Link to comment
Share on other sites

Never had this problem before, and now, all of a sudden, I got it.

No changes were made to WPI...maybe just pure luck? I don't know.

But I DO know that I am using WPI Version 3.3.2 (2005-01-06), and the reg file is included. I've used this exact WPI before, no changes to the coding, and it worked fine, but not anymore. The error always comes up when its installing Microsoft Office.

Hint, if you are calling wpi.cmd from runonceex via cmdlines, don't.

@bonedaddy:

why do you say that? and how do YOU call WPI?

Link to comment
Share on other sites

@ a06lp

well I was calling wpi from runonceex, via the cmdlines. My guess is once runonceex

was called and wpi called it again when it started, that original call from cmdlines was

having a runtime problem, or XP was thinking it was in a loop? Once I stopped that

method and went to cmd file from systemdrive\install\wpi.cmd, all that stopped.........

And wpi.cmd calls it from CD. I don't know for sure, it just works for me........

BD

Link to comment
Share on other sites

can you be a little more specific? if you're not using cmdlines.txt to call wpi.cmd, what is calling it? winnt.sif?

(as for your guess, i don't know. i had used the cmdlines method with the same wpi before and never had the problem. again, i think it was just luck).

Link to comment
Share on other sites

is it possible to call a cmd file on the CD from GuiRunOnce?

ex:

[GuiRunOnce]
"..\WPI\WPI.cmd"

because I used the code:

"..\WPI\WPI.cmd"

in cmdlines.txt (before i decided to switch methods) and it worked...would it work from winnt.sif?

Link to comment
Share on other sites

cmdlines - you call the regtweak

;--- WPI HACK

;[HKEY_CURRENT_USER\Software\Microsoft\InternetExplorer\Styles]

;"MaxScriptStatements"=dword:ffffffff

I have that in my Regtweaks.reg running from cmdlines.txt :)

???? - you call wpi.cmd (which calls wpi.hta)
I use wpi.EXE (quick batch file converter) modified

which calls wpi.hta

using RunonceEX.cmd

wpi is located in XXX area on my CDROM

cleanup - you remove the regtweak

i remove

;--- WPI HACK

;[HKEY_CURRENT_USER\Software\Microsoft\InternetExplorer\Styles]

;"MaxScriptStatements"=dword:ffffffff

using cleanup.EXE

can you correct/fill in the blanks?

Link to comment
Share on other sites

not so clear, asta...

first off, whyd u post the same tweak twice?

second, where is your wpi.exe (which for me will be wpi.cmd) being called from???? winnt.sif?

[edit] i see one has InternetExplorer, and the other has Internet Explorer (with a space between), but why the need for both? my reg only has the Internet Explorer key...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...