Jump to content

Error During Execution:command 'execute' Not Found


Recommended Posts

Posted

help me!

My xplode.xml:

<XPlode4>
<config>
 <!--
 Login tokens for use when executing programs.
     
 When running a command, a token="username" attribute will
   switch the execution to that user's context.
     
 XPlode defaults back to normal operation after that command,
   so you need to specify each time you want to use a token.
 -->
 <tokens>
 <token username="****"
                                                            password="****" />
 
 </tokens>
 <!--
 Add custom environment variables.
 -->
 <environment>
 <!-- strings for the original display plugin -->
 <display.title>Windows XP系统调整</display.title>
 <display.complete>安装进度</display.complete>
 <!-- strings for the acctmgmt plugin, #1# is replaced by the username/groupname-->
 <acctmgmt.adduser>Adding user: #1#</acctmgmt.adduser>
 <acctmgmt.deluser>Deleting user: #1#</acctmgmt.deluser>
 <acctmgmt.addgroup>Adding group: #1#</acctmgmt.addgroup>
 <acctmgmt.delgroup>Deleting group: #1#</acctmgmt.delgroup>
 <!-- strings for the adduser plugin, #1# is replaced by the program -->
 <execute.string>Executing: #1#</execute.string>
 <!-- strings for the misc plugin -->
 <misc.sfcos-disable>Disabling Windows File Protection</misc.sfcos-disable>
 <misc.sfcos-enable>Enabling Windows File Protection</misc.sfcos-enable>
 <misc.netstart>Starting #1#</misc.netstart>
 <misc.netstop>Stopping #1#</misc.netstop>
 <!-- strings for the registry plugin -->
 <registry.read>Reading from registry</registry.read>
 <registry.write>Writing to registry</registry.write>
 </environment>
 <!--
 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='#Systemdrive#\install\XPlode\XPlodeGFXInstall.x4d'>
 <show total='6' after='2' subcount='true' />
 <font face='宋体' antialias='true' small='8' large='13' />
 <!-- note the position attribute - it is listed in 'x,y' positions. -->
 <!-- 0..8 still may be used. -->
 <window width='340' height='200' position='8' />
 <windowmode mode='GuiRedraw' border='true' ontop='false' />
 <colours>
   <!-- the text colour and position for the header text -->
   <header x='4' y='4' fore='#FFFFFF' />
   <!-- the text colour and position for the footer -
   width tells XPlode how wide the footer is (including progress) -->
   <footer x='4' y='180' width='330' fore='#FFFFFF' />
   <!-- standard progress bar colours -->
   <progress border='#000000' back='#FFFFFF' fore='#008800' />
   <!-- text colours, position and width for the items listing -->
   <main x='16' y='40' width='308' fore='#FFFFFF' current='#FFFF00' description='#FFFF80' overlay='#FFFFFF44'/>
 </colours>
 </display>
</config>
<items>
 <!-- display="..." is what's shown by the display plugin. -->
 <!-- can use environment variables in the display -->
 <item display="»» Adding User">
 <!-- adding a user
   display attribute not used - here for readability/clarity
 -->
 <adduser display="Adding ****">
   <username>****</username>
   <password>****</password>
   <group>Administrators</group>
   </adduser>
 
 </item>
 <item display="»»Removing Users">
 <!-- delete a user from this machine -->
 <deluser>
   <username>HelpAssistant</username>
 </deluser>
 <deluser>
   <username>SUPPORT_388945a0</username>
 </deluser>
 </item>
  <!-- Programs to be installed -->

<item display="»» 安装Windows XP SP2后补丁">

 <execute display="安装 GBEXTSUP ...">
  <program>#systemdrive#\Install\GBEXTSUP.MSI</program>
  <arguments>/qn</arguments>
  <wait>true</wait>
 </execute>

 <execute display="安装WindowsXP-KB834707 ...">
  <program>#systemdrive#\Install\WindowsXP-KB834707.EXE</program>
  <arguments>/quiet /forcerestart /norestart</arguments>
  <wait>true</wait>
 </execute>

 <execute display="安装WindowsXP-KB87333 ...">
  <program>#systemdrive#\Install\WindowsXP-KB87333.EXE</program>
  <arguments>/quiet /forcerestart /norestart</arguments>
  <wait>true</wait>
 </execute>
......
</items>
</XPlode4>

post-47268-1112183112_thumb.jpg

post-47268-1112183193_thumb.jpg


Posted

logs:

>>> Log session start at: 2005/03/30 18:44:29
XPlode4
  Adding environment variables
     #XPLODE# = 'D:\WINSYS\VLK\$OEM$'
     #SOURCEPATH# = 'D:\WINSYS\VLK\I386'
     #SOURCEDRIVE# = 'D:'
     #VERSION# = 'XPlode 4.00'
  XMLParser::LoadFile(C:\Install\Xplode\Xplode.xml)
  Reading environment variables from XML
     #DISPLAY.TITLE# = 'Windows XP系统调整'
     #DISPLAY.COMPLETE# = '安装进度'
     #ACCTMGMT.ADDUSER# = 'Adding user: #1#'
     #ACCTMGMT.DELUSER# = 'Deleting user: #1#'
     #ACCTMGMT.ADDGROUP# = 'Adding group: #1#'
     #ACCTMGMT.DELGROUP# = 'Deleting group: #1#'
     #EXECUTE.STRING# = 'Executing: #1#'
     #MISC.SFCOS-DISABLE# = 'Disabling Windows File Protection'
     #MISC.SFCOS-ENABLE# = 'Enabling Windows File Protection'
     #MISC.NETSTART# = 'Starting #1#'
     #MISC.NETSTOP# = 'Stopping #1#'
     #REGISTRY.READ# = 'Reading from registry'
     #REGISTRY.WRITE# = 'Writing to registry'
  Reading tokens from XML
     AccessToken::SetupTokens(*****)
        Username: *****
        Domain: *****
        Password: *****
  Loading XPlode plugins
     Loading display plugin: 'C:\install\XPlode\XPlodeGFXInstall.x4d'
        Plugin load successful: 'C:\install\XPlode\XPlodeGFXInstall.x4d'
     Loading effects plugins
  Registering XPlode commands
  Spawning display plugin
     Install log: Starting dialog
     Install log: Execution thread
     Executing tag: 'XPlode4(0).items(0).item(0).adduser(0)'
        Error during execution: Command 'adduser' not found.
     Executing tag: 'XPlode4(0).items(0).item(1).deluser(0)'
        Error during execution: Command 'deluser' not found.
     Executing tag: 'XPlode4(0).items(0).item(1).deluser(1)'
        Error during execution: Command 'deluser' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(0)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(1)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(2)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(3)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(4)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(5)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(6)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(7)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(8)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(9)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(10)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(11)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(12)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(13)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(14)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(15)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(16)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(17)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(18)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(19)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(20)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(21)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(22)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(2).execute(23)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(3).execute(0)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(3).execute(1)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(4).execute(0)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(4).execute(1)'
        Error during execution: Command 'execute' not found.
     Executing tag: 'XPlode4(0).items(0).item(5).fileio-delete(0)'
        Error during execution: Command 'fileio-delete' not found.
>>> Log session end at: 2005/03/30 18:44:31

Posted

The *.x4e files need to be in the same folder as XPlode.

XPlode searches the directory in which it's located to find the effects plugins - if you're running XPlode from CD, then the effect plugins need to be in the same folder on the CD too.

Posted
But i running XPlode from HD and T-12?
Then make sure all the files with the extension ".x4e" are in the same directory as xplode.exe.

i.e make sure files such as XPlodeExecute.x4e, XPlodeAcctMgmt.x4e are in C:\install\XPlode\ or wherever you are running xplode.exe from

Posted

>>> Log session start at: 2005/03/30 18:44:29
XPlode4
 Adding environment variables
    #XPLODE# = 'D:\WINSYS\VLK\$OEM$'

The *.x4e files need to be in that folder.

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...