August 12, 200422 yr 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?
August 12, 200422 yr 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.
August 12, 200422 yr Author 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)
August 12, 200422 yr 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.
August 13, 200422 yr Author 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
August 13, 200422 yr if u have sleep.exe just typesleep <seconds>or if u wanna ping yourselfping localhost -seconds
August 15, 200422 yr Author 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
Create an account or sign in to comment