Bhudda Posted February 10, 2016 Posted February 10, 2016 (edited) 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, 2016 by Bhudda
Kelsenellenelvian Posted February 10, 2016 Posted February 10, 2016 What version of WPI? What version of Windows? Could you send me your config.js file from the userfiles folder?
Bhudda Posted February 10, 2016 Author Posted February 10, 2016 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
Bhudda Posted February 10, 2016 Author Posted February 10, 2016 (edited) you will receive a little donate Edited February 10, 2016 by Bhudda
Kelsenellenelvian Posted February 10, 2016 Posted February 10, 2016 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.
Bhudda Posted February 11, 2016 Author Posted February 11, 2016 program ist up to date , the issue is the samesee attchment
Bhudda Posted February 15, 2016 Author Posted February 15, 2016 done ! have solved by myself , delete the 431 and it works
Bhudda Posted February 15, 2016 Author Posted February 15, 2016 shhhiiii..... dont fix the problem, the program will not install when i delete the 431 grrrrrrrrrrrrrr.....**** ;-)
Tripredacus Posted February 15, 2016 Posted February 15, 2016 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.
Bhudda Posted February 16, 2016 Author Posted February 16, 2016 (edited) 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, 2016 by Bhudda
jaclaz Posted February 16, 2016 Posted February 16, 2016 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
Bhudda Posted February 16, 2016 Author Posted February 16, 2016 (edited) tested, open a window "Hello World" klick on OK then "Hello Again" Edited February 16, 2016 by Bhudda
Bhudda Posted February 16, 2016 Author Posted February 16, 2016 (edited) Here is the Original core.jsthanks a lot in advance for your help !core.js Edited February 16, 2016 by Bhudda
Tripredacus Posted February 16, 2016 Posted February 16, 2016 Is it common to run WPI from the Administrator's desktop?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now