a06lp Posted December 19, 2004 Posted December 19, 2004 var deps=[]; // dependency, fill in uids of progs, this one is dependent of // if a dependent program is selected, its 'parent' gets selected too // if 'parent' is deselected, program is also deselectedFirst of all, Hey hasi!I didn't know if you left for good; I haven't seen you post in a while! Now, could you explain, or post an exmaple, of how to use the dependency? Sounds really useful, but I'm not enitrely sure how it works.NO confirmation message, when timer reaches 0:00Did you also remove the standard confirmation message? (the one where user clicks Begin Install)? Or do I still have to comment out that line "window.alert(getText(msgStartInstall));" to remove Alert?Thanks again!
BritishBulldog Posted December 19, 2004 Posted December 19, 2004 Hi hasi001what i was talking about is the case sensitive variables used in WPIwether i write in my command linecmd1[pn]=['%CDROM%\\Install\\Driver\\USBFlash\\USBFlash.vbs']orcmd1[pn]=['%cdrom%\\Install\\Driver\\USBFlash\\USBFlash.vbs']not what actually comes out
Astalavista Posted December 19, 2004 Posted December 19, 2004 Did you also remove the standard confirmation message? (the one where user clicks Begin Install)? Or do I still have to comment out that line "window.alert(getText(msgStartInstall));" to remove Alert?he did not...
BritishBulldog Posted December 19, 2004 Posted December 19, 2004 @qwertyto stop WPI from installing twice you must edit the WPI.hta filefind the text <!-- The continue button. -->about 11 lines below is thisonClick="CreateFile(); self.close();">change it toonClick="stopInterval();CreateFile(); self.close();">one line below is this<font class="side" onClick="CreateFile(); self.close();">change it to this<font class="side" onClick="stopInterval();CreateFile(); self.close();">The problem was the timer is still running after clicking BeginInstall, why it only does this if everything is selected i am looking into.This applies to all versions so far a i can see...
qwerty009 Posted December 19, 2004 Posted December 19, 2004 Thanks BritishBulldog i'll give it a try. Btw i'm not sure i only happens when everything is selected. I tried last time like this: On my config file i set nero to Default=no and when wmi started i just clicked begin install (everything exept nero was installed as it was set in default) but secont wmi still started when countdown ended...
BritishBulldog Posted December 19, 2004 Posted December 19, 2004 you need to write the stopInterval exactly as it is in the code...
qwerty009 Posted December 19, 2004 Posted December 19, 2004 you need to write the stopInterval exactly as it is in the code...Did that but i have'nt tested it yet. What i wrote earlier was about what i saw last time i installed win on Virtual Machine. I havent tested this modified hta jet...
Dynaletik Posted December 19, 2004 Posted December 19, 2004 Hey man...WPI 2.9.9 is out....what bugs are there still in it???
Astalavista Posted December 19, 2004 Posted December 19, 2004 why dont u take a few minutes to back read?
bonedaddy Posted December 19, 2004 Posted December 19, 2004 @ BBHey BritishBulldog you don't know by chance what is controllingthe little green checks and the yellow highlight where we checkoff programs to install ? I would like to change the colors of both...thanksBDEDITthanks.............
hasi001 Posted December 19, 2004 Posted December 19, 2004 So you do not want the confirmation message. Ok - removed it. And the problem with the timer not stopping is solved too.New Version: 2.9.9a at the WPI homepage.The homepage's docs, config and faq sections were also updated to reflect the new possibility to make progs dependent on each other.Have a nice time...
bonedaddy Posted December 19, 2004 Posted December 19, 2004 @ hasi001well now since you are here perhaps you could answer thequestion I posted above? thanksBD
hasi001 Posted December 19, 2004 Posted December 19, 2004 Do you speak of the images left of "select all/none/default" ?If so - these are images in the graphics folder.
Recommended Posts