Jump to content

Recommended Posts

Posted

Hmm guys ...

How can i use oldstyle of folders layout like

$OEM$ (here WPI folder)

i386

Install

if 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?


Posted

And next one about INSTALL ORDER

Some 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?

Posted (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 by mritter
Posted

mritter

Ok now i try 999999 or Execute After. thanx ! :thumbup

faaip565

No problem, i post it a bit later. But all comments in config.js are in Russian :whistle:

Posted

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?

Posted

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.

Posted

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.hta

File: core.js

Function: Pause()

Line: 54

Posted
Hey we all are pretty thick sometimes. Here is the modified file just replece\overwrite it in your wpiscripts folder

:unsure: 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?

Posted

:thumbup 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.

Posted

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.

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...