Jump to content

Recommended Posts

Posted

I asked this in the unattened part of the forum, though no one is answering and it pertains more to WPI, and I would like this resolved asap as im almost done my cd.

I have IE script debugging in my Tweaks file, which is run from commandlines.txt (t-12) and WPI is t-13 I thought, so my tweak should be applied. But its not (at least as far as I can tell)

;-----  Disabled IE script debugger
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Disable Script Debugger"="yes"

So either its not working or my WPI installs happen before the tweaks are applied. If the latter I need to know how to apply this before hand. A cheap trick I could do is make a reg file be the first thing my WPI does which does the IE debug, but there has to be an easier way.

Anyone know?

Thanks


Posted

woot thanks!!

Maybe this should be added in as default, and then turned back on when WPI is finished. Unless im the only one with the problem.

Posted

Ok so even after putting that reg file in the WPI reg file im still getting the error.

I get this randomly throughout the WPI installations. I know its the WPI as the msgBox says WPI at the title bar and then says IE script is running slow, do you want to abort? YES, NO

I cant ever leave it unatteneded as once this screen pops-up It no longer works.

Posted

No I do it like this: (from website)

In winnt.sif:

[GuiRunOnce]
%systemdrive%\install\InstallWPI.cmd
;Renames Admin acct, and disables guest
%systemdrive%\install\admin.cmd
;cleansup the crap
%systemdrive%\install\cleanup.cmd

InstallWPI.cmd

@ECHO OFF
cmdow @ /HID
ECHO.
ECHO Calling WPI
ECHO.
start /wait %systemdrive%\install\WPI\WPI.HTA
exit

Should I be calling WPI.cmd?

I heard from asta you can call WPI from RunOnceEx instead and u chose ur apps at the beggining instead of after XP has installed. As I dont know anything about RunOnceEx I havnt attempted this yet.

On a side note should I be upgrading to a newer WPI?

Posted

Yeah probably should upgrade.

Lots of people call it from guirunonce through winnt.sif.

Call it like this=

[GuiRunOnce]

%systemdrive%\install\wpi\wpi.cmd

and it will run after first logon of windows.

Apparently you really need the regtweaks included with wpi.cmd so either call it through .cmd or put the regtweak into wpi and have it done first.

Posted

How do I upgrade while still keeping my uA cd working?

Do you advise running it through GuiRunOnce or RunOnceEx?

Posted

kelsenellenelvian, thanks for your help, really appreciate it.

So do you recommend RunOnceEx vs GuiRunOnce? or does it really not matter?

Also, how do I upgrade my WPI? I cant see a upgrade thread anywhere, and Im not sure which files I need to move to keep my settings the same.

Thanks again.

Posted

I reccomend guirunonce

Depends on wich modifications you have done and which theme you use.

The main files you need to change are in the wpi scripts folder, take config.js and useroptions.js also take your wpi.cmd file from the old wpi and transfer them to the new wpi and it really is as simple as all that.

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...