XPlode 4 won't load from my cmdlines.txt file. When Win2003 is installed, nothing happened. But if i start xplode after Win2003 install, it installs my programs, like it should do in the installation.
This is my cmdlines.txt file (placed in the $OEM$ directory):
[COMMANDS] "%SystemDrive%\Install\XPlode\XPlodelog.cmd"
This is my XPlodelog.cmd file (placed in $OEM$\$1\Install\XPlode\):
@echo off start /wait %SystemDrive%\Install\XPlode\XPlode.exe /xml:"#XPLODE#\XPlode-GFXinstall.xml" /log:"C:\XPlode.log" /console pause
This is my XPlode-GFXinstall.xml file (placed in $OEM$\$1\Install\XPlode\):
<XPlode4> <config> <!-- include the standard config stuff --> <include file="#XPLODE#\include-StdConfig.xml" /> <!-- Block containing all settings for the current display plugin. This will be dependent on which plugin used, so check documentation for that specific plug. --> <display plugin='#XPLODE#\XPlodeGFXInstall.x4d'> <show total='16' after='8' subcount='true' /> <font face='Verdana' antialias='true' small='8' large='13' /> <!-- note the position attribute - it is listed in 'x,y' positions. --> <!-- 0..8 still may be used. --> <window width='420' height='410' position='5' /> <!-- background="#XPLODE#\images\gfxinstall.png" --> <windowmode border='true' ontop='false' /> <colours> <!-- the text colour and position for the header text --> <header x='4' y='27' fore='#FFFFFF' /> <!-- the text colour and position for the footer - width tells XPlode how wide the footer is (including progress) --> <footer x='4' y='380' width='400' fore='#FFFFFF' /> <!-- standard progress bar colours --> <progress border='#000000' back='#FFFFFF' fore='#526FA3' /> <!-- text colours, position and width for the items listing --> <main x='16' y='65' width='388' fore='#FFFFFF' current='#FFFF00' description='#FFFF80' overlay='#FFFFFF44'/> </colours> </display> </config> <!-- include the items list --> <include file="#XPLODE#\include-Items.xml" /> </XPlode4>
This is my include-Items.xml file (placed in $OEM$\$1\Install\XPlode\):
<XPlode4> <pre-execute> <hidewindow> <title>ConsoleWindowClass</title> </hidewindow> </pre-execute> <post-execute> <showwindow> <title>ConsoleWindowClass</title> </showwindow> </post-execute> <items> <item display="BSplayer 1.37.826"> <execute display='Programma'> <program>%SystemDrive%\Install\Apps\BSPlayer_1.37.826.exe</program> <arguments>/S</arguments> </execute> </item> </items> </XPlode4>
At the moment I have only BSPlayer as an app because I want to make XPlode work before adding all my apps etc.
hope someone finds what I'm doing wrong!
thanks in advance!
jeroen.



Help


Back to top









