Jump to content

Using Xplode via CD


saitoh183

Recommended Posts

xplode.xml

<XPlode4>

<config>

  <environment>

  <tha.instdir>#SOURCEDRIVE#\install</tha.instdir>

  <execute.string>Executing: #1#</execute.string>

  </environment>

  <display plugin='#XPLODE#\XPlodeSilentInstall.x4d'/>

</config>

<items>

  <item>

  <execute>

    <program>#tha.instdir#\$$.exe</program>

    <arguments>-y -o"%SYSTEMROOT%"</arguments>

  </execute>

  <execute>

    <program>#tha.instdir#\DRIVERS.exe</program>

    <arguments>-y -o"%SYSTEMDRIVE%\"</arguments>

  </execute>

  </item>

</items>

</XPlode4>

Error: File not Found. What is wrong? Something with the variables?

Link to comment
Share on other sites


i think that in a erlier version of xplode this worked fine for me.....

here is the log file:

>>> Log session start at: 2005/03/05 02:51:10

XPlode4

  Adding environment variables

      #XPLODE# = 'D:\install\XPlode'

      #SOURCEPATH# = 'D:\I386'

      #SOURCEDRIVE# = 'D:'

      #VERSION# = 'XPlode 4.00'

  XMLParser::LoadFile(D:\install\XPlode\xml\step01.01.extract.xml)

  Reading environment variables from XML

      #THA.INSTDIR# = '#SOURCEDRIVE#\install'

      #EXECUTE.STRING# = 'Executing: #1#'

  Loading XPlode plugins

      Loading display plugin: 'D:\install\XPlode\XPlodeSilentInstall.x4d'

        Plugin load successful: 'D:\install\XPlode\XPlodeSilentInstall.x4d'

      Loading effects plugins

        Plugin load successful: 'D:\install\XPlode\XPlodeRegistry.x4e'

        Plugin load successful: 'D:\install\XPlode\XPlodeMisc.x4e'

        Plugin load successful: 'D:\install\XPlode\XPlodeFileOps.x4e'

        Plugin load successful: 'D:\install\XPlode\XPlodeExecute.x4e'

        Plugin load successful: 'D:\install\XPlode\XPlodeAcctMgmt.x4e'

  Registering XPlode commands

      Registering commands in 'D:\install\XPlode\XPlodeRegistry.x4e'

        Command registered: <registry ... />

      Registering commands in 'D:\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 'D:\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 'D:\install\XPlode\XPlodeExecute.x4e'

        Command registered: <execute ... />

      Registering commands in 'D:\install\XPlode\XPlodeAcctMgmt.x4e'

        Command registered: <adduser ... />

        Command registered: <addgroup ... />

        Command registered: <deluser ... />

        Command registered: <delgroup ... />

  Spawning display plugin

      Executing tag: 'XPlode4(0).items(0).item(0).execute(0)'

        Install log: Running: '#SOURCEDRIVE#\install\$$.exe -y -o"C:\WINXP"'

        Error during execution: File not found..

      Executing tag: 'XPlode4(0).items(0).item(0).execute(1)'

        Install log: Running: '#SOURCEDRIVE#\install\DRIVERS.exe -y -o"C:\DRIVERS\"'

        Error during execution: File not found..

>>> Log session end at: 2005/03/05 02:51:11

Link to comment
Share on other sites

Whoa, something weird going on there...

The execute tags should have the fully parsed versions, so the #SOURCEDRIVE#\install\$$.exe -y -o"C:\WINXP in the logfile should should turn up as

D:\install\$$.exe -y -o"C:\WINXP

Very weird.

I'll look into it when I have some time. Extremely busy right now, moving house soon.

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