First, could you post a log-file, those things are _really_ handy.
include_Items.xml:
Quote
</post-execute>
<items>
<item display="Add user accounts" image="#XPLODE#\images\windbg.gif">
Add the "<items>" tag I inserted
Quote
<item display="7-zip" image="#XPLODE#\images\7zip.gif">
<execute display="7-zip #V_7ZIP#" desc="#INST# 7-zip #V_7ZIP#" configs="Default,BTS">
<program>#XPLODE#\tools\7zip_#V_7ZIP#.exe</progam>
<arguments>/S</arguments>
</execute>
please note the highlighted entry should be "program". This is in ALL your program tags, so you need to do a find-and-replace.
Quote
<fileio-copy display="Patch CloneCD" desc="Patching CloneCD" configs="BTS">
<from>#XPLODE#\copytools\clonecd_patch.exe</program>
Highlighted entry should be "from".
Quote
<item display="
<item display="Daemon Tools" image="#XPLODE#\images\daemontools.gif">
Empty entry, remove it.
Quote
<fileio-copy display="Patch GetDataBack for NTFS" desc="Patching GetDataBack for NTFS" configs="BTS">
<from>#XPLODE#\systemtools\gdbnt.exe</program>
Should be "from".
Quote
<execute display="IrfanView #V_IRFANVIEW#" desc "#INST# IrfanView #V_IRFANVIEW#" configs="Default,BTS">
<program>#XPLODE#\multimedia\irfanview_#V_IRFANVIEW#.exe</program>
<arguments>/silent /folder="%ProgramFiles%\multimedia\IrfanView" /desktop=0 /group=1 /allusers=1 /assoc=1</arguments>
</execute>
<execute display="IrfanView plug-ins #V_IRFANVIEW#" desc "#INST# IrfanView plug-isn#V_IRFANVIEW#" configs="Default,BTS">
Twice to be replaced to
desc="
Quote
<item display="Partition Magic" image="#XPLODE#\images\partitionmagic.gif">
<execute display="Partition Magic #V_PARTITIONMAGIC#" desc "#INST# Partition Magic #V_PARTITIONMAGIC#" configs="Default,BTS">
same
Quote
<item display="Shockwave" image="#XPLODE#\images\shockwave.gif">
<execute display="Shockwave" desc "Installing Shockwave 10" configs="Default,BTS">
same
Quote
<execute display="QuickTime settings" desc="#IMP# QuickTime settings" configs="BTS">
<program>C<execute display="SmartFTP settings" desc="#IMP# SmartFTP settings" configs="BTS">
<program>CMD.exe</program>
what the?
I can't correct more without a log-file. The other two files seem correct.
This post has been edited by Nanaki: 09 August 2005 - 01:08 PM