Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Xplode 4

Featured Replies

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

you will need the .x4e files in the same dir as XPlode as well, these contain the commands needed

  • Author

kicka**, thanks so much.

clint :yes:

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.