Jump to content

Xplode 4


Recommended Posts

Hello All,

First thanks for the help with my last problem with the display module. Now im having trouble with the execute part. the program will load, i click install and all i get is cannot find execute.

here is my log:

>

>> Log session start at: 2006/02/17 12:27:08
XPlode4
XMLParser::LoadFile(C:\Documents and Settings\Clint.BRASCH\Desktop\2k\$OEM$\$1\Install\Xplode\XPlode-SelectInstall.xml)
Importing file: 'C:\Documents and Settings\Clint.BRASCH\Desktop\2k\$OEM$\$1\Install\Xplode\include-Items.xml'
XMLParser::LoadFile(C:\Documents and Settings\Clint.BRASCH\Desktop\2k\$OEM$\$1\Install\Xplode\include-Items.xml)
Import context: 'XPlode4(0)', from 'C:\Documents and Settings\Clint.BRASCH\Desktop\2k\$OEM$\$1\Install\Xplode\include-Items.xml' succeeded.
Active environment variables
#ALLUSERSPROFILE# = 'C:\Documents and Settings\All Users'
#APPDATA# = 'C:\Documents and Settings\Clint.BRASCH\Application Data'
#COMMONPROGRAMFILES# = 'C:\Program Files\Common Files'
#COMPUTERNAME# = 'BRASCH'
#COMSPEC# = '%SystemRoot%\system32\cmd.exe'
#HOMEDRIVE# = 'C:'
#HOMEPATH# = '\Documents and Settings\Clint.BRASCH'
#LOGONSERVER# = '\\BRASCH'
#NUMBER_OF_PROCESSORS# = '1'
#OS# = 'Windows_NT'
#OS2LIBPATH# = '%SystemRoot%\system32\os2\dll;'
#PATH# = 'Xy'
#PATHEXT# = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
#PROCESSOR_ARCHITECTURE# = 'x86'
#PROCESSOR_IDENTIFIER# = 'x86 Family 15 Model 2 Stepping 9, GenuineIntel'
#PROCESSOR_LEVEL# = '15'
#PROCESSOR_REVISION# = '0209'
#PROGRAMFILES# = 'C:\Program Files'
#PROMPT# = '$P$G'
#SOURCEDRIVE# = 'D:'
#SOURCEPATH# = 'D:\I386'
#SYSTEMDRIVE# = 'C:'
#SYSTEMROOT# = 'C:\WINNT'
#TEMP# = '%USERPROFILE%\Local Settings\Temp'
#TMP# = '%USERPROFILE%\Local Settings\Temp'
#USERDOMAIN# = 'BRASCH'
#USERNAME# = 'Clint'
#USERPROFILE# = 'C:\Documents and Settings\Clint.BRASCH'
#VERSION# = '4.3.51210.1523'
#WINDIR# = '%SystemRoot%'
#XML.FILE# = 'C:\Documents and Settings\Clint.BRASCH\Desktop\2k\$OEM$\$1\Install\Xplode\XPlode-SelectInstall.xml'
#XML.PATH# = 'C:\Documents and Settings\Clint.BRASCH\Desktop\2k\$OEM$\$1\Install\Xplode\'
#XPLODE# = 'C:\Documents and Settings\Clint.BRASCH\Desktop\2k\$OEM$\$1\Install\Xplode'
#XPLODE.BASE# = 'C:\Documents and Settings\Clint.BRASCH\Desktop\2k\$OEM$\$1\Install\Xplode'
Loading XPlode plugins
Loading display plugin: 'C:\Documents and Settings\Clint.BRASCH\Desktop\2k\$OEM$\$1\Install\Xplode\XPlodeSelectInstall.x4d'
Plugin load successful: 'C:\Documents and Settings\Clint.BRASCH\Desktop\2k\$OEM$\$1\Install\Xplode\XPlodeSelectInstall.x4d'
Loading effects plugins
Registering XPlode commands
Spawning display plugin
Install log: Execution thread
Executing tag: 'XPlode4(0).items(0).item(0).execute(0)'
Error during execution: Command 'execute' not found.
Install log: Execution thread
Executing tag: 'XPlode4(0).items(0).item(1).execute(0)'
Error during execution: Command 'execute' not found.
Install log: Execution thread
Executing tag: 'XPlode4(0).items(0).item(2).execute(0)'
Error during execution: Command 'execute' not found.
Install log: Execution thread
Executing tag: 'XPlode4(0).items(0).item(3).execute(0)'
Error during execution: Command 'execute' not found.
Install log: Execution thread
Executing tag: 'XPlode4(0).items(0).item(4).execute(0)'
Error during execution: Command 'execute' not found.
Install log: Execution thread
Executing tag: 'XPlode4(0).items(0).item(5).execute(0)'
Error during execution: Command 'execute' not found.
Install log: Execution thread
Executing tag: 'XPlode4(0).items(0).item(6).execute(0)'
Error during execution: Command 'execute' not found.
Install log: Execution thread
Executing tag: 'XPlode4(0).items(0).item(7).execute(0)'
Error during execution: Command 'execute' not found.

and here is my include-items.xml

<XPlode4>
<items>
<item display="Dot Net 2.0" image="#XPlode#\images\Dotnet.ico">
<execute>
<program>%systemdrive%\Install\001_dotNET20.exe</program>
<arguments />
</execute>
</item>


<item display="Adobe Acrobat" image="#XPlode#\images\Adobe.ico">
<execute>
<program>%systemdrive%\Install\AdobeReader.exe</program>
<arguments />
</execute>
</item>


<item display="Java2" image="#XPlode#\images\Java.ico">
<execute>
<program>%systemdrive%\Install\J2RE506.exe</program>
<arguments />
</execute>
</item>


<item display="Paint.Net" image="#XPlode#\images\Paint.ico">
<execute>
<program>%systemdrive%\Install\PaintNET.exe</program>
<arguments />
</execute>
</item>


<item display="Quicktime Alternative" image="#XPlode#\images\Qtime.ico">
<execute>
<program>%systemdrive%\Install\QuickTimeAlternative.exe</program>
<arguments />
</execute>
</item>


<item display="Real Player Alternative" image="#XPlode#\images\Real.ico">
<execute>
<program>%systemdrive%\Install\RealAlternative.exe</program>
<arguments />
</execute>
</item>


<item display="Winamp" image="#XPlode#\images\Winamp.ico">
<execute>
<program>%systemdrive%\Install\Winamp.exe</program>
<arguments />
</execute>
</item>


<item display="Winrar" image="#XPlode#\images\Winrar.ico">
<execute>
<program>%systemdrive%\Install\WinRAR.exe</program>
<arguments />
</execute>
</item>
</items>
</XPlode4>

Thank you in advance for any help you can give.

Clint

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...