Jump to content

Recommended Posts


Posted

ooops

sorry that was to test it :lol:

go in the config.js and find this bit

language='en';        //[text] en, de, fr, it, nl, no
     timer='on';        //('on' | 'off')
      secs=3;          //(0====>3600)
load_checks='default';   //('default' | 'all' |

change the secs=3;

to

secs=120;

Posted

BritishBulldog

I would like to request... that u release your own Modified Build.

the 2.7 and 2.98a has so many bugs.

Your seems to be so much more advance. All Hail Master BritishBullDog!!!

Posted
thanks for this great software

i have a couple of questions:

is there a way to set constraint?

example, both gaim and gimp need GTK. i'd like to have gim, gaim and gtk individually selectable in wpi. is there a way to link gimp and gaim to gtk so if i select gimp also gtk are selected?

can i specify a single transition?

i'd like to have all tooltips with the fade in effect, can i specify this?

thanks

sonica

finally found how to specify a transition

Style[0]=["black","black","#FFb200","#FFD980","","","","","","","","","","",200,"",2,2,10,10,24,0.5,0,"",""]

in config.js

values set where there's 24 in my example specify transition:

values accepted between 0 and 51

0.5 specify time duration

i guess that 24 an 0.5 look much better than defaults values

sonica

Posted

I'm using WPI 2.9.8a nad i got a little problem. For some reason installer starts twice, so everything is installed twice to :angry:

My config.js code is:

......

prog[pn]=['ABC v2.6.9']
desc[pn]=['']
cmd1[pn]=['%cdrom%\\Applications\\ABC\\ABC-win32-v2.6.9.exe /S']
dflt[pn]=['yes']
cat[pn]=['Proged']
ordr[pn]=[1]
pn++


prog[pn]=['Bsplayer']
desc[pn]=['']
cmd1[pn]=['%cdrom%\\Applications\\Bsplayer\\bsplayer_pro100.812.exe /S']
dflt[pn]=['yes']
cat[pn]=['Proged']
pn++

prog[pn]=['Codec Pack']
desc[pn]=['']
cmd1[pn]=['%cdrom%\\Applications\\Codec\\CodecPackV5.51.exe /S']
dflt[pn]=['yes']
cat[pn]=['Proged']
pn++

prog[pn]=['Daemon Tools 3.46']
desc[pn]=['']
cmd1[pn]=['%cdrom%\\Applications\\Daemon\\daemon.msi /passive /norestart']
dflt[pn]=['yes']
cat[pn]=['Proged']
ordr[pn]=[997]
pn++

prog[pn]=['Everest 1.51']
desc[pn]=['']
cmd1[pn]=['%cdrom%\\Applications\\Everest\\everesthome151.exe /SP- /VERYSILENT']
dflt[pn]=['yes']
cat[pn]=['Proged']
pn++

prog[pn]=['Firefox 1.0']
desc[pn]=['']
cmd1[pn]=['%cdrom%\\Applications\\Firefox\\Firefox10_Silent_EN-1.exe']
dflt[pn]=['yes']
cat[pn]=['Proged']
pn++

prog[pn]=['MSN 6.2']
desc[pn]=['']
cmd1[pn]=['%cdrom%\\Applications\\MSN\\MsnMsgs.msi /qn']
dflt[pn]=['yes']
cat[pn]=['Proged']
pn++

prog[pn]=['Nero 6.316']
desc[pn]=['']
cmd1[pn]=['%cdrom%\\Applications\\Nero\\nero6316.exe /silent /noreboot /no_ui /sn=xxxx-0072-9030-1770-2847-xxxx /write_sn']
dflt[pn]=['yes']
cat[pn]=['Proged']
pn++

prog[pn]=['SmartFTP']
desc[pn]=['']
cmd1[pn]=['%cdrom%\\Applications\\Smartftp\\SmartFTP.msi /passive']
dflt[pn]=['yes']
cat[pn]=['Proged']
pn++

prog[pn]=['Winrar 3.41']
desc[pn]=['']
cmd1[pn]=['%cdrom%\\Applications\\Winrar\\wrar341.exe /s']
dflt[pn]=['yes']
cat[pn]=['Proged']
pn++


prog[pn]=['Cleanup.cmd']
desc[pn]=['']
cmd1[pn]=['%systemdrive%\\Cleanup.cmd']
dflt[pn]=['yes']
forc[pn]=['True']
ordr[pn]=[999]
pn++

I start Wmi thru winnt.sif like this:

[GuiRunOnce]

%systemdrive%\install\WPI\WPI.HTA

Visual look of what happens: wmi.jpg

It seems that this only happens when i select all programs to be installed. And second wmi installer starts when adobe is installed...

(but i can't be sure because testing takes a lot of time)

Posted (edited)

my cleanup.cmd is in my config.js like so

prog[pn]=['Cleanup.cmd']

desc[pn]=['Post Install Cleanup Removing Temporary Files and All Irrelevant objects']

cmd1[pn]=['%cdrom%\\Software\\AdAware\\defs.exe /s']

cmd3[pn]=['%cdrom%\\Software\\cleanup.cmd']

dflt[pn]=['yes']

forc[pn]=['True']

cat[pn]=['Execute']

ordr[pn]=[999] <<<<-------------------

pn++

try replacing your generate.js

i attached mine...

pls also read this for your

Nero Reloaded

http://www.msfn.org/board/index.php?showto...l=nero+reloaded

Adobe Acrobat

Pls look for RyanVM's modified slim 15MB Adobe Acrobat

FireFox

pls click the link on my Sig on how to make a profile for yourself

Your Registry Tweaks should not be run from WPI

it should be run from command.txt otherwise not all will be applied if not done

before T-13

generate.rar

Edited by Astalavista
Posted

I modified my config.js file (i added it to my previous post), used your generate.js but still nothing...

Btw thanks for the tips about nero, sfx and firefox.

Posted

i'ts in \SETUP\XP\Professional\$OEM$

I did some testing and i think i know where the problem is. (I'll try to explain but my english aint too good)

When WMI starts then also starts 60sec countdown. When i click on "begin install" installation will start, but countdown will go on. So when the 60sec runs out the other wmi installation will start :angry: . At least i think thats what happens becouse last time i took time with my stopwatch other wmi started approximetly then when 60 sec ran out.

Far as i can tell this happens only when all boxes are checked...

-edit-

Tried like this: when wmi started i let the countdown to finish and when messagebox appeared i clicked ok. Everithing worked fine. (wpi didn't start twice). So there must be some bug somewhere (at least i think so :P), could someone fix it please?

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...