Jump to content

Recommended Posts

Posted

OK I like WPI alot! Setup was easy and if I get it to work it will be a great addition to my unattended setup. The key is getting it to work. I am installing Windows 2000 Professional over the network. I start with a network bootdisk that allows me to connect to the network and start winnt.exe. The setup copies down the files to the HD and starts the install. WPI gets copied to a the folder C:\Install on the HD and starts there from

[GuiRunOnce]
   %systemdrive%\install\HotFix.bat
   %systemdrive%\install\Wpi\wpi.cmd

The problem is that when it first starts up I get a blank white screen and a dialog box that says "undefined" with an OK button. When I click that I get another dialog box that says.

Java Script error Report message undefined is not an object

Url:file://C:\Install\wpi\wpi.hta

file:main.js

Line:403

I opened main.js in notepad and line 403 was

finally { tf.close( );}

When I click on the OK button on the dialog box it just hangs. I have to use taskmanager to close it. Anybody have a clue as to what is happening? I really like WPI and want to use it but java code is beyond me right now and I would like to get this to work. Any help would be greatly appreciated. If you need to see any more code to form an answer just let me know and I will post it. Help :(

CJesson


Posted (edited)

I would try to debug the wpi.cmd ( set @echo on ) and have a look, if there everything works fine. Seems, that you use a variable, which isn't initialized.

By the way, when you get a error message from javascript, it doesn't mean, that the line is the right, because the line is taken out of the runtime environment.

Perhaps post you're wpi.cmd.

Just a thought: Do you use the %CDROM% variable, but forgot to put the WPI.ico in the root directory of your CD ( because WPI uses this file to detect the CD ) ?

Edited by Doc Symbiosis

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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