my cmdlines.txt file
Quote
[COMMANDS]".\xplode.exe /xml:#Systemdrive#\Install\Xplode\Xplode.xml"
and my xplode.xml file
Quote
<?xml version="1.0" encoding="unicode" ?>
<XPlode>
<config>
<!-- if XPLODE finds a window with this name, it will hide it during execution -->
<hidewindow>Windows Update</hidewindow>
<hidewindow>CMD.EXe</hidewindow>
<!-- this tells XPLODE how many items to show at one time (does not include current item description) -->
<!-- and how many items to show that are coming after the current -->
<show total='-1' after='1' subcount='true' />
<!-- these two control the font face and size of XPLODE -->
<!-- make antialiasing false if you're running GUIinstall mode -->
<font face='Tahoma' antialias='true' small='7' large='10' />
<!-- fixmain is to add height to the middle window if changing fonts - some may need modification. (extra pixel count) -->
<!-- this controls the window width and position -->
<!-- position is a grid as follows:
+-+-+-+
|0|1|2|
+-+-+-+
|3|4|5|
+-+-+-+
|6|7|8|
+-+-+-+
-->
<!-- note the position attribute - it is listed in 'x,y' positions. -->
<!-- 0..8 still may be used. -->
<window width='340' position='5' fixmain='0' />
<!-- can be standalone, guitransparent, or guiredraw -->
<!-- for the latter two, you don't need to specify background colours, or images. -->
<windowmode>Standalone</windowmode>
<!-- all colours are in the format #RRGGBBAA - where AA is transparency value. -->
<!-- FF == fully opaque, 00 == fully invisible. If no AA, it defaults to FF -->
<colours>
<header back='#003399' fore='#FFFFFF' image='images\head.png' />
<footer back='#003399' fore='#FFFFFF' image='images\foot.png' />
<progress border='#FFFFFF' back='#00000000' fore='#FFFFFFAA' fore2='#00000033' />
<main back='#FF00FF' fore='#FFFFFF' current='#FFFF00' description='#FFFFFF'
image='images\main.png' overlay='#FFFFFF22' />
</colours>
<!-- string table -->
<strings>
<!-- the heading that gets shown in the dialog -->
<title>Post Installation...</title>
<!-- the string to use for "complete" -->
<complete>complete</complete>
<!-- adduser plugin strings -->
<adduser>Adding user #1#</adduser>
<addusertogroup>Adding user #1# to group #2#</addusertogroup>
<addgroup>Adding group #1#</addgroup>
<!-- string to use when copying, moving, and deleting files -->
<!-- #1# will be replaced with the filename -->
<!-- #2# will be replaced with the copied file size (does not work for deleting)-->
<!-- #3# will be replaced with the total file size -->
<!-- #4# will be replaced with the copied percentage (does not work for deleting) -->
<copy>Copying #1# (#2#/#3# - #4#)</copy>
<move>Moving #1# (#2#/#3# - #4#)</move>
<delete>Deleting #1# (#3#)</delete>
</strings>
</config>
<items>
<item display='Copying Personalized Wallpaper...'>
<copy source='#SYSTEMDRIVE#\Install\MultiBliss.jpg'
target='#SYSTEMDRIVE#\WEB\WALLPAPER\MultiBliss.jpg' />
</item>
<item display='Installing Adobe Acrobat 6 Pro...'>
<execute display='Installing Adobe Acrobat 6 Pro...'
program='#SYSTEMDRIVE#\Install\AdobeAcrobat6Pro\AdobeAcrobat.exe'
arguments='/QR' />
</item>
<item display='Installing MSN Messenger...'>
<execute display='Installing MSN Messenger 6.2...'
program='#SYSTEMDRIVE#\Install\MSN\MSN.exe'
arguments='...' />
</item>
<item display='Applying Registry Tweaks...'>
<execute display='Applying tweaks...'
program='regedit'
arguments='#SYSTEMDRIVE#\Install\RegTweak.reg'/>
</item>
</items>
</XPlode>
<XPlode>
<config>
<!-- if XPLODE finds a window with this name, it will hide it during execution -->
<hidewindow>Windows Update</hidewindow>
<hidewindow>CMD.EXe</hidewindow>
<!-- this tells XPLODE how many items to show at one time (does not include current item description) -->
<!-- and how many items to show that are coming after the current -->
<show total='-1' after='1' subcount='true' />
<!-- these two control the font face and size of XPLODE -->
<!-- make antialiasing false if you're running GUIinstall mode -->
<font face='Tahoma' antialias='true' small='7' large='10' />
<!-- fixmain is to add height to the middle window if changing fonts - some may need modification. (extra pixel count) -->
<!-- this controls the window width and position -->
<!-- position is a grid as follows:
+-+-+-+
|0|1|2|
+-+-+-+
|3|4|5|
+-+-+-+
|6|7|8|
+-+-+-+
-->
<!-- note the position attribute - it is listed in 'x,y' positions. -->
<!-- 0..8 still may be used. -->
<window width='340' position='5' fixmain='0' />
<!-- can be standalone, guitransparent, or guiredraw -->
<!-- for the latter two, you don't need to specify background colours, or images. -->
<windowmode>Standalone</windowmode>
<!-- all colours are in the format #RRGGBBAA - where AA is transparency value. -->
<!-- FF == fully opaque, 00 == fully invisible. If no AA, it defaults to FF -->
<colours>
<header back='#003399' fore='#FFFFFF' image='images\head.png' />
<footer back='#003399' fore='#FFFFFF' image='images\foot.png' />
<progress border='#FFFFFF' back='#00000000' fore='#FFFFFFAA' fore2='#00000033' />
<main back='#FF00FF' fore='#FFFFFF' current='#FFFF00' description='#FFFFFF'
image='images\main.png' overlay='#FFFFFF22' />
</colours>
<!-- string table -->
<strings>
<!-- the heading that gets shown in the dialog -->
<title>Post Installation...</title>
<!-- the string to use for "complete" -->
<complete>complete</complete>
<!-- adduser plugin strings -->
<adduser>Adding user #1#</adduser>
<addusertogroup>Adding user #1# to group #2#</addusertogroup>
<addgroup>Adding group #1#</addgroup>
<!-- string to use when copying, moving, and deleting files -->
<!-- #1# will be replaced with the filename -->
<!-- #2# will be replaced with the copied file size (does not work for deleting)-->
<!-- #3# will be replaced with the total file size -->
<!-- #4# will be replaced with the copied percentage (does not work for deleting) -->
<copy>Copying #1# (#2#/#3# - #4#)</copy>
<move>Moving #1# (#2#/#3# - #4#)</move>
<delete>Deleting #1# (#3#)</delete>
</strings>
</config>
<items>
<item display='Copying Personalized Wallpaper...'>
<copy source='#SYSTEMDRIVE#\Install\MultiBliss.jpg'
target='#SYSTEMDRIVE#\WEB\WALLPAPER\MultiBliss.jpg' />
</item>
<item display='Installing Adobe Acrobat 6 Pro...'>
<execute display='Installing Adobe Acrobat 6 Pro...'
program='#SYSTEMDRIVE#\Install\AdobeAcrobat6Pro\AdobeAcrobat.exe'
arguments='/QR' />
</item>
<item display='Installing MSN Messenger...'>
<execute display='Installing MSN Messenger 6.2...'
program='#SYSTEMDRIVE#\Install\MSN\MSN.exe'
arguments='...' />
</item>
<item display='Applying Registry Tweaks...'>
<execute display='Applying tweaks...'
program='regedit'
arguments='#SYSTEMDRIVE#\Install\RegTweak.reg'/>
</item>
</items>
</XPlode>
Help me please
Thanks ..



Help
Back to top









