Jump to content

xplode does not show the progress,why?


Recommended Posts

Posted

as you see below,the progress for the current being installed program does not appear,i mean,the right one.here's my code, any suggestion appreciated

BTW, can someone provide me with a 1.0 XPlode? thx

<?xml version="1.0" encoding="unicode" standalone="no"?>
<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='18' after='10' subcount='true' />
       <!-- these two control the font face and size of XPLODE -->
       <!-- antialias ==> true : false -->
       <font face='Tahoma' antialias='true' small='9' large='15' />
       <!-- this controls the window width and position -->
       <!-- position is a grid as follows:
                             +-+-+-+
                              |0|1|2|
                             +-+-+-+
                              |3|4|5|
                             +-+-+-+
                              |6|7|8|
                             +-+-+-+
                              -->
       <!-- fixmain is to add height to the middle window if changing fonts - some may need modification. (extra pixel count) -->
       <window width='800' position='1' fixmain='0' />
       <!-- can be standalone, guitransparent, or guiredraw -->
       <!-- for the latter two, you don't need to specify background colours, or images. -->
       <windowmode mode='standalone' />
       <!-- 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>
           <!-- the header footer, and progress colours -->
           <!-- image attributes are optional - if not specified, normal background -->
           <header back='#003399' fore='#FFFFFFAA' image='' />
           <footer back='#003399' fore='#FFFFFFAA' image='' />
           <progress border='#FFFFFFAA' back='#00000000' fore='#FFFFFFAA' />
           <!-- colours used in main section -->
           <main back='#4A6FD6' fore='#FFFFFFAA' current='#FF8000' description='#FFFFFF' image='' overlay='#FFFFFF22' />
       </colours>
       <!-- string table -->
       <strings>
           <!-- main XPlode string -->
           <title>Post-Install Configuration</title>
           <complete>complete</complete>
           <!-- adduser plugin strings -->
           <adduser>Adding user #1#</adduser>
           <addusertogroup>Adding user #1# to group #2#</addusertogroup>
           <addgroup>Adding group #1#</addgroup>
           <!-- file/dir ops plugin strings -->
           <copy>Copying #1# (#2#/#3# - #4#)</copy>
           <move>Moving #1# (#2#/#3# - #4#)</move>
           <delete>Deleting #1# (#3#)</delete>
           <!-- shortcut plugin -->
           <shortcut>Adding shortcut: #1#</shortcut>
       </strings>
   </config>
   <items>
       <item display='Installing inf.....'>
           <execute display="installing..." program='c:\inf\setup.exe' arguments='-s -f1"c:\inf\setup.iss"' />
       </item>
       <item display='Installing Windows Media Player 10.....'>
           <execute display="installing..." program='c:\MP10Setup.exe' arguments='' />
       </item>
   </items>
</XPlode>


Posted

i tried leaving it at defaults...but the result still remains the same..

the progress at the bottom works just fine..except for the right one

can someone help to check the code above to see if there is any problem

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