CJesson Posted September 28, 2005 Posted September 28, 2005 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.cmdThe 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 objectUrl:file://C:\Install\wpi\wpi.htafile:main.jsLine:403I opened main.js in notepad and line 403 wasfinally { 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
Doc Symbiosis Posted October 2, 2005 Posted October 2, 2005 (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 October 2, 2005 by Doc Symbiosis
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now