fanatf1 Posted June 23, 2006 Share Posted June 23, 2006 Hmm guys ...How can i use oldstyle of folders layout like$OEM$ (here WPI folder)i386Installif so here come a error that wpi cant find X:\OEM\WPI\Install\blabla.exe (my command string %CDROM%\Install\blabla.exe)is it possible? Link to comment Share on other sites More sharing options...
fanatf1 Posted June 23, 2006 Share Posted June 23, 2006 And next one about INSTALL ORDERSome problem here: I disable Istall by Category? but still programm with install order number 9999 installed first or in the middle of other progs.Maybe 9999 not enought? Link to comment Share on other sites More sharing options...
faaip565 Posted June 23, 2006 Share Posted June 23, 2006 Can you post your config.js file? Link to comment Share on other sites More sharing options...
mritter Posted June 24, 2006 Share Posted June 24, 2006 (edited) 999999 is now the last/highest sort order position.But if you are using a clean up script as the last install, 999999, then start to use Execute After. That is what it's for and will always be last. Edited June 24, 2006 by mritter Link to comment Share on other sites More sharing options...
fanatf1 Posted June 26, 2006 Share Posted June 26, 2006 mritterOk now i try 999999 or Execute After. thanx ! faaip565No problem, i post it a bit later. But all comments in config.js are in Russian Link to comment Share on other sites More sharing options...
kev_147 Posted June 26, 2006 Share Posted June 26, 2006 Does anyone find that WPI 5.0.1 takes longer to close the installer window that the old RunOnceEx Windows method? Does anyone know why it takes longer, it is only a delay of about 10 seconds, but I was just wondering what it is sitting there doing? Is it logging the information? Link to comment Share on other sites More sharing options...
mritter Posted June 26, 2006 Share Posted June 26, 2006 No, it was weird glitch. In core.js -> function Pause() update these lines:function Pause(secs,milli){ position="core.js"; whatfunc="Pause()"; var SleepShell = new ActiveXObject("WScript.Shell"); var duration, sleepCmd; duration="-m " + ((secs*1000)+milli); sleepCmd=wpipath+"Tools\\Sleep.exe"; SleepShell.Run('"'+sleepCmd+'" '+duration,0,true);// If you have any issues with security prompts on Server 2003, use this line// SleepShell.Run('cmd /c "'+sleepCmd+'" '+duration,0,true);}It was the way it was taking secs*1000. Threw me for a loop, too. Link to comment Share on other sites More sharing options...
kev_147 Posted June 27, 2006 Share Posted June 27, 2006 sorry for being thick here, but what do I need to change from and to? Link to comment Share on other sites More sharing options...
Kelsenellenelvian Posted June 27, 2006 Author Share Posted June 27, 2006 (edited) Hey we all are pretty thick sometimes. Here is the modified file just replece\overwrite it in your wpiscripts folder Edited June 27, 2006 by Kelsenellenelvian Link to comment Share on other sites More sharing options...
treblA Posted June 27, 2006 Share Posted June 27, 2006 Hi thanks for the nice proggy... can somebody pls tell me how do i fix these problem i'm having :JavaScript Error Report:Message the system cannot find the file Specified.URL: File://C:\install\wpi\wpi.htaFile: core.jsFunction: Pause()Line: 54 Link to comment Share on other sites More sharing options...
Djé Posted June 27, 2006 Share Posted June 27, 2006 Hey we all are pretty thick sometimes. Here is the modified file just replece\overwrite it in your wpiscripts folder Kel, according to the discussion, aren't you supposed to post your core.js, not your config.js? Or is it my turn for being thick? Link to comment Share on other sites More sharing options...
Kelsenellenelvian Posted June 27, 2006 Author Share Posted June 27, 2006 LOL ooops see like I said we can all be thick here is the right file. Link to comment Share on other sites More sharing options...
Djé Posted June 27, 2006 Share Posted June 27, 2006 I love it. That's the difference between us and the machines. We all can be thick sometimes, but we know about it! My turn will come soon or later.Keep the good helping spirit going on and we'll all manage. Link to comment Share on other sites More sharing options...
AHRIMANSEFID Posted June 30, 2006 Share Posted June 30, 2006 HiInternet Explorer ME 7.No't Run Show All Error Link to comment Share on other sites More sharing options...
Clifford C. Claven Posted July 1, 2006 Share Posted July 1, 2006 I am using 5.01 and having a small insignificant problem that I wasnt getting in 4.38 and dont know if it is just me or the script. I try to change the color of the lines under the category headings, in line 121 of boxes.js, but no matter what value I change it to the color of the category underlines never actually changes from black. I dont have this small prob with 4.38 but now I do. Just letting the fine coders of WPI know so if it is indeed a small error it can be fixed in the future. Thanx for the hard work. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now