MSFN Forum: Xplode doesnt run at all....what's the problem? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Xplode doesnt run at all....what's the problem? Rate Topic: -----

#1 User is offline   raj179 

  • Group: Members
  • Posts: 1
  • Joined: 22-September 04

Posted 22 September 2004 - 08:50 PM

this is the dir structure how it looks...

Posted Image

my cmdlines.txt file

Quote

[COMMANDS]".\xplode.exe /xml:#Systemdrive#\Install\Xplode\Xplode.xml"



Posted Image

and my xplode.xml file

Quote

<?xml version="1.0" encoding="unicode" ?>
<XPlode>
<config>
  <!-- if XPLODE finds a window with this name, it will hide it during execution -->
  <hidewindow>Windows Update</hidewindow>
  <hidewindow>CMD.EXe</hidewindow>
 

  <!-- this tells XPLODE how many items to show at one time (does not include current item description) -->
  <!-- and how many items to show that are coming after the current -->
  <show  total='-1' after='1' subcount='true'  />
 

  <!-- these two control the font face and size of XPLODE -->
  <!-- make antialiasing false if you're running GUIinstall mode -->
  <font  face='Tahoma'  antialias='true'  small='7'  large='10' />

 
  <!-- fixmain is to add height to the middle window if changing fonts - some may need modification. (extra pixel count) -->
  <!-- this controls the window width and position -->
  <!-- position is a grid as follows:
  +-+-+-+
  |0|1|2|
  +-+-+-+
  |3|4|5|
  +-+-+-+
  |6|7|8|
  +-+-+-+
-->
  <!-- note the position attribute - it is listed in 'x,y' positions. -->
  <!-- 0..8 still may be used. -->
  <window width='340' position='5' fixmain='0' />
 

  <!-- can be standalone, guitransparent, or guiredraw -->
  <!-- for the latter two, you don't need to specify background colours, or images. -->
  <windowmode>Standalone</windowmode>


  <!-- all colours are in the format #RRGGBBAA - where AA is transparency value. -->
  <!-- FF == fully opaque, 00 == fully invisible. If no AA, it defaults to FF -->
  <colours>
<header  back='#003399' fore='#FFFFFF' image='images\head.png' />
<footer  back='#003399' fore='#FFFFFF' image='images\foot.png' />
<progress  border='#FFFFFF'  back='#00000000'  fore='#FFFFFFAA'  fore2='#00000033' />
<main back='#FF00FF' fore='#FFFFFF' current='#FFFF00'  description='#FFFFFF'
  image='images\main.png' overlay='#FFFFFF22' />
  </colours>


  <!-- string table -->
  <strings>
<!-- the heading that gets shown in the dialog -->
<title>Post Installation...</title>
<!-- the string to use for "complete" -->
<complete>complete</complete>


<!-- adduser plugin strings -->
<adduser>Adding user #1#</adduser>
<addusertogroup>Adding user #1# to group #2#</addusertogroup>
<addgroup>Adding group #1#</addgroup>   


<!-- string to use when copying, moving, and deleting files -->
<!-- #1# will be replaced with the filename -->
<!-- #2# will be replaced with the copied file size (does not work for deleting)-->
<!-- #3# will be replaced with the total file size -->
<!-- #4# will be replaced with the copied percentage (does not work for deleting) -->
<copy>Copying #1# (#2#/#3# - #4#)</copy>
<move>Moving #1# (#2#/#3# - #4#)</move>
<delete>Deleting #1# (#3#)</delete>
  </strings>


</config>
   

<items>
<item display='Copying Personalized Wallpaper...'>
    <copy    source='#SYSTEMDRIVE#\Install\MultiBliss.jpg'
      target='#SYSTEMDRIVE#\WEB\WALLPAPER\MultiBliss.jpg' />
      </item>

<item display='Installing Adobe Acrobat 6 Pro...'>
<execute display='Installing Adobe Acrobat 6 Pro...'
      program='#SYSTEMDRIVE#\Install\AdobeAcrobat6Pro\AdobeAcrobat.exe'
      arguments='/QR' />
      </item>


<item display='Installing MSN Messenger...'>
<execute display='Installing MSN Messenger 6.2...'
      program='#SYSTEMDRIVE#\Install\MSN\MSN.exe'
      arguments='...' />
      </item>


<item display='Applying Registry Tweaks...'>
<execute  display='Applying tweaks...'
      program='regedit'
      arguments='#SYSTEMDRIVE#\Install\RegTweak.reg'/>
      </item>


</items>
</XPlode>


Help me please :unsure: :unsure: :unsure: !!!
Thanks ..


#2 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 22 September 2004 - 11:23 PM

http://www.msfn.org/...showtopic=23147

Read that before you get ANY help, as it may very well solve your problem, or if NOTHING else it will be asked of you to MAKE A LOG FILE which that posts tells you how to do.

#3 User is offline   BritishBulldog 

  • Member
  • PipPip
  • Group: Members
  • Posts: 271
  • Joined: 11-October 04

Posted 25 October 2004 - 06:22 AM

try

[COMMANDS]
":#Systemdrive#\Install\Xplode\xplode.exe /xml:#Systemdrive#\Install\Xplode\Xplode.xml"


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy