<XPlode4> <config> <!-- 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'> <hidewindow>Windows Update</hidewindow> <hidewindow>CMD.EXE</hidewindow> <show total='18' after='10' subcount='true' /> <font face='Tahoma' antialias='true' small='9' large='14' /> <!-- note the position attribute - it is listed in 'x,y' positions. --> <!-- 0..8 still may be used. --> <window width='461' position='2' fixmain='0' /> <windowmode>GUIinstall</windowmode> <colours> <header back='#003399' fore='#FFFFFFAA' image='' /> <footer back='#003399' fore='#FFFFFFAA' image='' /> <progress border='#FFFFFFAA' back='#00000000' fore='#FFFFFFAA' /> <main back='#4A6FD6' fore='#FFFFFFAA' current='#FF8000' description='#FFFFFF' image='' overlay='#FFFFFF22'/> </colours> <strings> <title>Installation and Configuration</title> <complete>complete</complete> <!-- adduser plugin strings --> <adduser>Adding User #1#</adduser> <addusertogroup>Adding user #1# to group #2#</addusertogroup> <addgroup>Adding group #1#</addgroup> <!-- file/dir ops plugin strings --> <copy>Copying #1# (#2#/#3# - #4#)</copy> <move>Moving #1# (#2#/#3# - #4#)</move> <delete>Deleting #1# (#3#)</delete> </strings> </display> </config> <items> <item display='Installing Applications'> <execute display='Installing .NET Framework v1.1 ...' program='%systemdrive%\install\netframework\netfx.msi' arguments='/QN'/> <execute display='Installing Alcohol 120 ...' program='xpcd\$oem$\$1\Install\Alcohol\setup.msi' arguments='/qn /norestart'/> <execute display='Installing Winrar 3.30 ...' program='%systemdrive%\install\Winrar\Winrar_330.exe' arguments='/s'/> <execute display='Installing Nero Burning ROM v6.6.0.6 ...' program='%systemdrive%\Install\Nero\Setup.exe' arguments='/SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN /SILENT /NO_UI /NOCANCEL /NOREBOOT'/> </item> </items> </XPlode4>
Here is my log file..
>>> Log session start at: 2005/03/22 03:58:07 XPlode4 Adding environment variables #XPLODE# = 'C:\XPCD\$OEM$\$1\Install\xplode' #SOURCEPATH# = 'G:\I386' #SOURCEDRIVE# = 'G:' #VERSION# = 'XPlode 4.00' XMLParser::LoadFile(C:\XPCD\$OEM$\$1\Install\xplode\XPlode.xml) Loading XPlode plugins Loading display plugin: 'C:\XPCD\$OEM$\$1\Install\xplode\XPlodeGFXInstall.x4d' Plugin load successful: 'C:\XPCD\$OEM$\$1\Install\xplode\XPlodeGFXInstall.x4d' Loading effects plugins Plugin load successful: 'C:\XPCD\$OEM$\$1\Install\xplode\XPlodeRegistry.x4e' Plugin load successful: 'C:\XPCD\$OEM$\$1\Install\xplode\XPlodeMisc.x4e' Plugin load successful: 'C:\XPCD\$OEM$\$1\Install\xplode\XPlodeFileOps.x4e' Plugin load successful: 'C:\XPCD\$OEM$\$1\Install\xplode\XPlodeExecute.x4e' Plugin load successful: 'C:\XPCD\$OEM$\$1\Install\xplode\XPlodeAcctMgmt.x4e' Registering XPlode commands Registering commands in 'C:\XPCD\$OEM$\$1\Install\xplode\XPlodeRegistry.x4e' Command registered: <registry ... /> Registering commands in 'C:\XPCD\$OEM$\$1\Install\xplode\XPlodeMisc.x4e' Command registered: <sfcos-enable ... /> Command registered: <sfcos-disable ... /> Command registered: <netstart ... /> Command registered: <netstop ... /> Command registered: <hidewindow ... /> Command registered: <showwindow ... /> Registering commands in 'C:\XPCD\$OEM$\$1\Install\xplode\XPlodeFileOps.x4e' Command registered: <fileio-copy ... /> Command registered: <fileio-move ... /> Command registered: <fileio-delete ... /> Command registered: <fileio-rename ... /> Command registered: <fileio-rmdir ... /> Command registered: <fileio-shortcut ... /> Registering commands in 'C:\XPCD\$OEM$\$1\Install\xplode\XPlodeExecute.x4e' Command registered: <execute ... /> Registering commands in 'C:\XPCD\$OEM$\$1\Install\xplode\XPlodeAcctMgmt.x4e' Command registered: <adduser ... /> Command registered: <addgroup ... /> Command registered: <deluser ... /> Command registered: <delgroup ... /> Spawning display plugin Install log: Starting dialog Install log: Execution thread Executing tag: 'XPlode4(0).items(0).item(0).execute(0)' Install log: Running: ' ' Error during execution: Invalid XML syntax - missing 'program' tag. Executing tag: 'XPlode4(0).items(0).item(0).execute(1)' Install log: Running: ' ' Error during execution: Invalid XML syntax - missing 'program' tag. Executing tag: 'XPlode4(0).items(0).item(0).execute(2)' Install log: Running: ' ' Error during execution: Invalid XML syntax - missing 'program' tag. Executing tag: 'XPlode4(0).items(0).item(0).execute(3)' Install log: Running: ' ' Error during execution: Invalid XML syntax - missing 'program' tag. >>> Log session end at: 2005/03/22 03:58:07
Does "missing 'program' tag" mean it can't find the file?
Thanks



Help
Back to top








