February 10, 201610 yr first problem : I have set up all intallation files on WPI ,all works fine, but when i run a reboot agter programm installation, the installer call me there is a script error on the site, but the reboot is works fine and the message goes away, every time with the reeboot command {REBOOT} 5 is the same erroris there anyone who have a solution for this problem ? second : when wpi starts the instalation the network connection failed with step 2/3/4 ,appears only, all work fine after the error, is there any solution to hide the error ? regards Andy Edited February 10, 201610 yr by Bhudda
February 10, 201610 yr What version of WPI? What version of Windows? Could you send me your config.js file from the userfiles folder?
February 10, 201610 yr Author Hi Kelsenellenelvian this is Version 8.7.2 on windows 7 64 bitmy config.js you will find in attachment thanks a lot in advanceconfig.js
February 10, 201610 yr Author you will receive a little donate Edited February 10, 201610 yr by Bhudda
February 10, 201610 yr That'd part of the issue. Use 8.7.3 there are fixes in it for some of that. Try it (you'll find it in the stickies up top) and then report back please.
February 15, 201610 yr Author shhhiiii..... dont fix the problem, the program will not install when i delete the 431 grrrrrrrrrrrrrr.....**** ;-)
February 15, 201610 yr Have you modified a file in such a way where a quote mark (or similar type character) was accidentally removed? WScript is a .exe and I wouldn't think it would show up as being "undefined" unless the files were modified or you are using a lited OS.
February 16, 201610 yr Author i dont have modifyed the script core.js i cannot say what is the problem about that scriptand the script is the original from first installation Edited February 16, 201610 yr by Bhudda
February 16, 201610 yr Not exactly my field of experience, but line 431 of core.js of WPI should be:WScript.Sleep(duration);Wscript is a "standard" script parser for the Visual Basic Script language on *any* windows, if you open a command prompt and type in it:Wscript /?[ENTER]a popup window should come up.If it doesn't, it means that for *some reason* your environment is faulty. Try copying the following and pasting it in a new file, name it test.vbs:WScript.Echo "Hello World!"Wscript.Sleep(1000)WScript.Echo "Hello again!"then double click on test.vbs.What happens? jaclaz
February 16, 201610 yr Author tested, open a window "Hello World" klick on OK then "Hello Again" Edited February 16, 201610 yr by Bhudda
February 16, 201610 yr Author Here is the Original core.jsthanks a lot in advance for your help !core.js Edited February 16, 201610 yr by Bhudda
Create an account or sign in to comment