MSFN Forum: Is there a step, by step guide anywhere? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Is there a step, by step guide anywhere? Rate Topic: -----

#1 User is offline   codeblue 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 305
  • Joined: 14-July 03

Posted 24 April 2004 - 06:04 PM

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


#2 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

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:

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

#3 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 24 April 2004 - 06:36 PM

It's the last link in Alanoll's sig :)

#4 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

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 :)

#5 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

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.

#6 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 24 April 2004 - 07:48 PM

i wonder if that was a subtle hint......

#7 User is offline   codeblue 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 305
  • Joined: 14-July 03

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;

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


Does this refer to Xplode also? E.g. Various Ways to start XPinstall and Xplode.

#8 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

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

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy