BritishBulldog Posted December 20, 2004 Posted December 20, 2004 can you give me an example i will check it out and get back to you..
ankap Posted December 20, 2004 Posted December 20, 2004 prog[pn]=['Total Commander']desc[pn]=['Most handy File Manager. <i>Recommended</i>']cmd1[pn]=['%cdrom%\\Install\\defaults\\TotalCommander\\TotalCommander.exe /S /v"/qn ALLUSERS=2"']dflt[pn]=['yes']cat[pn]=['Utilities']pn++prog[pn]=['PowerArchiver 2004']desc[pn]=['Archive utility that provides support for most compressed and encoded files. <i>Recommended</i>']cmd1[pn]=['%cdrom%\\Install\\defaults\\PowerArchiver\\PowerArchiver.exe /S /v"/qn ALLUSERS=2"']dflt[pn]=['yes']cat[pn]=['Utilities']pn++
BritishBulldog Posted December 20, 2004 Posted December 20, 2004 @astalavista and buzzmannhere is a WPI with 6 command linesprog[pn]=['Test using aaa1']desc[pn]=['Testing']regb[pn]=['%cdrom%\\Install\\Register\\before.reg']cmd1[pn]=['%CDROM%\\Install\\Driver\\USBFlash\\USBFlash1.vbs']cmd2[pn]=['%CDROM%\\Install\\Driver\\USBFlash\\USBFlash2.vbs']cmd3[pn]=['%CDROM%\\Install\\Driver\\USBFlash\\USBFlash3.vbs']cmd4[pn]=['%CDROM%\\Install\\Driver\\USBFlash\\USBFlash4.vbs']cmd5[pn]=['%CDROM%\\Install\\Driver\\USBFlash\\USBFlash5.vbs']cmd6[pn]=['%CDROM%\\Install\\Driver\\USBFlash\\USBFlash6.vbs']rega[pn]=['%cdrom%\\Install\\Register\\after.reg']dflt[pn]=['yes'] cat[pn]=['aaa']ordr[pn]=[115]pn++It is based on the version 2.9.9a I have called it 2.9.9a6I have checked it but only so far, so any problems just PM meThis is installed using sorting by category as mentioned one page back.if you want to change it back the instructions are there.wpi2.9.9a6.rar
BritishBulldog Posted December 20, 2004 Posted December 20, 2004 @ankapthe exact way you are importing the commands it is going into the registry.See picture belowcmd1[pn]=['%cdrom%\\Install\\defaults\\PowerArchiver\\PowerArchiver.exe /S /v"/qn ALLUSERS=2"']
a06lp Posted December 20, 2004 Posted December 20, 2004 here is a WPI with 6 command linesIt is based on the version 2.9.9a I have called it 2.9.9a6uh-oh.is there any way to keep the two developers working on the same codebase?it was hell when there were like 5 different versions at one point...
hasi001 Posted December 20, 2004 Posted December 20, 2004 Note that installation by category could easily mess up using a cleanup script. since the ordr property is not used, you have to make sure, that the category containing the cleanup is the last one that gets installed.Sure it's better to call cleanup from outside and after WPI. So no such probs can happen.
ankap Posted December 20, 2004 Posted December 20, 2004 @BritishBulldogSo what can be the problem?what version r u using?can u give me the complete config code?
hasi001 Posted December 20, 2004 Posted December 20, 2004 it was hell when there were like 5 different versions at one point...There's also one version coolsight made. Based on an early version of WPI he totally reworked it. It's even got a configuration wizard. You can find the thread here.
buzzman2005 Posted December 21, 2004 Posted December 21, 2004 BB you are the man... thanks so much for the 6 command lines...... will test that and the category install in a bit.....in reguard to my earlier posts abotu the multiple indows you are all right... it would be nice to have it and as one of you said no one woudl notice probably... yet it would be nice if someone were monitoring the install...... buzz
ankap Posted December 21, 2004 Posted December 21, 2004 In version 2.8 there is no problem with uppercase. But it asks to press ok. What portion of code is for uppercase?
buzzman2005 Posted December 21, 2004 Posted December 21, 2004 BB never mnd i was able to DL it thanks
ankap Posted December 21, 2004 Posted December 21, 2004 ok I have found thisu[0] = pth.toLowerCase();and what is the need for change to lowercase?does it cause errors with WPI itself?
bonedaddy Posted December 21, 2004 Posted December 21, 2004 @ Hasias to cleanup, I agree with you , I call mine from the hive. It pops upon the desktop just after wpi is done, very powerful, even use to addquick launch .lnk's.BD
Recommended Posts