-
Drivers Instalation in Post-Install stage (New Method)
Got one feature req here. Is it possible to make hardware.exe also to upgrade current drivers? When drivers dir has a never vers of driver than currently installed then it automatically updates it. Sorry for s***ty English
-
Multi-Boot winnt32.exe install started from inside Windows
Can there be anything like %CDROM% used besides d:\ ? I'st just d: aint cdrom drive in any PC.
-
Multi-Boot winnt32.exe install started from inside Windows
Hi i'm having the exact same problem here and i'm going to try your cmd file but there is a line i dont understand: /unattend30:d:\setup\XP\Professional\I386\ANSWER_FILE.TXT Whats it for? and what is ANSWER_FILE.TXT? Hope you can help me out.
-
Drivers Instalation in Post-Install stage (New Method)
Great app, can't wait for next release. Any idea when you might have next vers ready?
-
Office Shrinker [reduce source of o2k3/xp/2k]
(Sorry about my bad english but here goes..) I slipstreamed, made admin install point and shrinked my office 2003 but thing is that it doesnt work 100%. When i try to install it with WPI the installer starts, but after some time the progress bar goes back and install is aborted. BUT when i restart my computer it installs fine. So basically one restart is needed from first logon. Anyone knows what the problem may be? -edit- I made my shrinked office in Virtual machine on my winXP Pro SP2 (modded with nlite). Just tried to install it to win witch isnt modded with nlite and it still doesnt install. In fact it doest even install after restart -edit2- Ok, i removed "qb-" and thing was, that installer did not wind some of the files. I'm tring to built shrinked office again in clean instelled windows... -edit3- Shrinked it again but still it didnt find some of the files when i tried to install it on newly installed windows. But i managed to fix the problem by manually copy'ing the missing files to installation directory later.
-
WPI_2.7_Final by the Brain & Gresh
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...
-
WPI_2.7_Final by the Brain & Gresh
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...
-
Repair option missing in Unattended win
Hi, i have a little problem here. Is it normal that in unattended windows there is no repair option or did i screw something up? When i boot from cd then it goes straight to partition window. (before that it says that i'ts searching a preverious win installation but then it goes straight to partition window.) Is there any way to fix it?
-
WPI_2.7_Final by the Brain & Gresh
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 . 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 ), could someone fix it please?
-
WPI_2.7_Final by the Brain & Gresh
You mean like this?: [COMMANDS] "\SETUP\XP\Professional\$OEM$\$1\Install\wpi\WPI.hta"
-
WPI_2.7_Final by the Brain & Gresh
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.
-
WPI_2.7_Final by the Brain & Gresh
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 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: 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)