Nearly finished my unattended xpcd but have to many entries in my RunOnceEx list. I was advised to look at Xplode, looks cool.
Is there a guide i can follow to get in the swing of this new toy, or some example files i coud look at besides the one included in XPlode-1.0.6.
Thanks
Page 1 of 1
Is there a step, by step guide anywhere?
#2
Posted 24 April 2004 - 06:18 PM
there was a sticky post of how to get it runny, but I think Wraith unstuck it. But NO there is no "step-by-step" guide. If you have a working CD good, that's where you should start. If not, go get one working from unattended.msfn.org
Now if you do, all that remains is where to execute it, how you want it to work (install from CD or HDD) and transfering your batch/RunOnceEX commands to XML.
example:
in xml it would be.....inside of the <items> tags....
[Code]
<item display=Windows Media Player 9>
<execute display='Installing...' program='%systemdrive%\install\WMP9\MPSetupXP.exe' arguments='/Q:A /R:N'></execute>
</item>
[Code]
voila, it's now changed.
as for getting it working, try and find that other post, and translate XPInstall to XPlode
Now if you do, all that remains is where to execute it, how you want it to work (install from CD or HDD) and transfering your batch/RunOnceEX commands to XML.
example:
ECHO. ECHO Installing Windows Media Player 9 ECHO Please wait... start /wait %systemdrive%\install\WMP9\MPSetupXP.exe /Q:A /R:N
in xml it would be.....inside of the <items> tags....
[Code]
<item display=Windows Media Player 9>
<execute display='Installing...' program='%systemdrive%\install\WMP9\MPSetupXP.exe' arguments='/Q:A /R:N'></execute>
</item>
[Code]
voila, it's now changed.
as for getting it working, try and find that other post, and translate XPInstall to XPlode
#4
Posted 24 April 2004 - 06:49 PM
oh hey! i forgot it was in there!! lol. what do ya know.....
kinda makes me wonder if your unstickyed the thread since you knew I'd jump on anyone's case askin for it
kinda makes me wonder if your unstickyed the thread since you knew I'd jump on anyone's case askin for it
#5
Posted 24 April 2004 - 07:22 PM
heh... no, not really.
I unstickied in the hope someone would write something for me to put on sourceforge
Of course, that's going to be when I get the **** CVS working. Which is isn't. Ugh.
I unstickied in the hope someone would write something for me to put on sourceforge
Of course, that's going to be when I get the **** CVS working. Which is isn't. Ugh.
#7
Posted 25 April 2004 - 01:58 AM
Thank you Alanoll, i can now transfer my RunOnceEx to xml.
Just one thing to clear up for me;
Does this refer to Xplode also? E.g. Various Ways to start XPinstall and Xplode.
Quote
Various Ways to start XPinstall.
i.) For Clarification purposes of when each of these methods run during the installation of windows here you go:
1.) T-12 Minutes
2.) T-9 Minutes
3.) Upon first logon after Windows XP Installation
4.) Upon first logon after Windows XP Installation
5.) T-13 Minutes
i.) For Clarification purposes of when each of these methods run during the installation of windows here you go:
1.) T-12 Minutes
2.) T-9 Minutes
3.) Upon first logon after Windows XP Installation
4.) Upon first logon after Windows XP Installation
5.) T-13 Minutes
Does this refer to Xplode also? E.g. Various Ways to start XPinstall and Xplode.
#8
Posted 25 April 2004 - 07:48 AM
yeah.....
however i should point out an error in that little thingy, in my tests SVCPACK.INF does NOT like variables in it's path to start XPlode. If you replaced %systemdrive% with C: it would work fine. But if Xplode is in your SVCPACK directory no path is neccesary, just XPlode.exe
however i should point out an error in that little thingy, in my tests SVCPACK.INF does NOT like variables in it's path to start XPlode. If you replaced %systemdrive% with C: it would work fine. But if Xplode is in your SVCPACK directory no path is neccesary, just XPlode.exe
Share this topic:
Page 1 of 1



Help

Back to top








