xb00t Posted August 12, 2004 Posted August 12, 2004 Nifty litle program. 1. Is there a way to make a splash screen before executing the .xml or starting a splash screen from the .xml? Ex.: Starting Programs Installation (keep this ~5secs) - execute the rest of the .xml - Installations Finnished Successfully! (at the end, againg keeping it for ~5secs).2. Is there a way to change the images set inside the <colours> tag?3. If 2. is not possible - is there a way to execute multiple .xml so I can change the <colour> tag for each one? Will this slow down the integral installation proccess of Windows?
big_gie Posted August 12, 2004 Posted August 12, 2004 1.You could launch a splash screen from your xml...2. Dunno3. You could call another instance of XPlode with a different xml from inside the first xml to have different settings. I do so for hotfixes.
xb00t Posted August 12, 2004 Author Posted August 12, 2004 1.You could launch a splash screen from your xml...How? 3. You could call another instance of XPlode with a different xml from inside the first xml to have different settings. I do so for hotfixes.What's the command line? (all I now for Xplode is from this forum... spare me)
Alanoll Posted August 12, 2004 Posted August 12, 2004 1.You could launch a splash screen from your xml...How? Using your own program. XPlode doesn't have built in functionality for that (atleast last I saw)3. You could call another instance of XPlode with a different xml from inside the first xml to have different settings. I do so for hotfixes.What's the command line? (all I now for Xplode is from this forum... spare me)/xml:%PATHTOXML%\xml2.xmlAs for changing the images, you CAN change the images inside teh colour tags, but you have to do it on a per XML basis, and can't be changed from within XPlode. You just need to have your own image, and just tell it that path.
xb00t Posted August 12, 2004 Author Posted August 12, 2004 10x. For the images i meant - they being changed during the proccess?
xb00t Posted August 13, 2004 Author Posted August 13, 2004 XPlode doesn't have built in functionality for that (atleast last I saw)I was thinking... is there a way to delay the next cmd in xplode or freeze the current one for a few secs? That might look like a splash screen
MCT Posted August 13, 2004 Posted August 13, 2004 sleep or ping localhost will work 2 "halt" for x amount of seconds
MCT Posted August 13, 2004 Posted August 13, 2004 if u have sleep.exe just typesleep <seconds>or if u wanna ping yourselfping localhost -seconds
xb00t Posted August 15, 2004 Author Posted August 15, 2004 MCT isn't that for a batch file? How do I use sleep.exe in Xplode? I tryed it a couple of ways but nothing happend
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now