MSFN Forum: Bug w/ nowait? - MSFN Forum

Jump to content


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

Bug w/ nowait? Rate Topic: -----

#1 User is offline   buckeyeXP 

  • ...
  • PipPip
  • Group: Members
  • Posts: 103
  • Joined: 30-January 04

Posted 19 February 2004 - 10:54 PM

When i ran photoshop setup it ran it and continued on like i issued the nowait=true command.
<item display='Photoshop 7.0'>
 	 <execute display='Installing Photoshop...' program='#SOURCEPATH#\PostInstall\Applications\Photoshop7\setup.exe' />
  </item>   

LOG:
  Item Block: 'Photoshop 7.0' {
        Tag: 'execute' {
          program = 'D:\PostInstall\Applications\Photoshop7\setup.exe'
          display = 'Installing Photoshop...'
        }
      } 


   Running item: 'Photoshop 7.0' {
      Running command: 'execute' {
        Running: 'D:\PostInstall\Applications\Photoshop7\setup.exe '
        Execution succeeded
      }
    }

Im not sure but i think it might have something to do with not putting anyhting in the arguments field.


#2 User is offline   Alanoll 

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

Posted 19 February 2004 - 10:56 PM

is that the ENTIRE log? and by continue you mean XPLode went to the next item or closed because Photoshop was the last?

have you tried adding nowait=false to see if that fixes it?

#3 User is offline   buckeyeXP 

  • ...
  • PipPip
  • Group: Members
  • Posts: 103
  • Joined: 30-January 04

Posted 19 February 2004 - 11:00 PM

it went to the next item

#4 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 19 February 2004 - 11:23 PM

It has nothing to do with the arguments, and has nothing to do with the nowait.

Something is screwed, and it isn't XPlode. The code I wrote for that portion is completely correct, there's only one comparison, and it works perfect.

#5 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 19 February 2004 - 11:28 PM

Test locally with these:

 <execute display='notepad - nowait' program='notepad.exe' nowait='true' />
 	 <execute display='notepad - wait' program='notepad.exe' arguments='c:\boot.ini' />


Close the blank one, and it'lll still wait.
Close the one with boot.ini, it will continue.

#6 User is offline   buckeyeXP 

  • ...
  • PipPip
  • Group: Members
  • Posts: 103
  • Joined: 30-January 04

Posted 19 February 2004 - 11:55 PM

ok it waited...
here is the log:
-=-=-=-=-=-=-> XPlode start at: 04/02/20 00:53:54
XPlode {
  Loading Plugins {
    Load successful: E:\download\02-19\XPlode-1.00\XPlodeFileOps.xpd
    Load successful: E:\download\02-19\XPlode-1.00\XPlodePluginBase.xpd
    Load successful: E:\download\02-19\XPlode-1.00\XPlodeRegistry.xpd
    Load successful: E:\download\02-19\XPlode-1.00\XPlodeAdduser.xpd
    Load successful: E:\download\02-19\XPlode-1.00\XPlodeDirOps.xpd
    Load successful: E:\download\02-19\XPlode-1.00\XPlodeExecute.xpd
  }
  Registering commands {
    E:\download\02-19\XPlode-1.00\XPlodeFileOps.xpd {
      Command: filecopy
      Command: filemove
      Command: filedelete
    }
    E:\download\02-19\XPlode-1.00\XPlodePluginBase.xpd {
      Command: example
    }
    E:\download\02-19\XPlode-1.00\XPlodeRegistry.xpd {
      Command: registry
    }
    E:\download\02-19\XPlode-1.00\XPlodeAdduser.xpd {
      Command: adduser
      Command: addgroup
    }
    E:\download\02-19\XPlode-1.00\XPlodeDirOps.xpd {
      Command: dircopy
      Command: dirmove
      Command: dirdelete
    }
    E:\download\02-19\XPlode-1.00\XPlodeExecute.xpd {
      Command: execute
    }
  }
  Commandline Parameter: '/xml:', Value: 'E:\download\02-19\XPlode-1.00\XPlode.xml'
  Parsing XML: E:\download\02-19\XPlode-1.00\XPlode.xml {
    Configuration Block {
      gui install = 'false'
      hidewindow = 'Windows Update'
      hidewindow = 'CMD.EXe'
      font.small = '8'
      font.large = '12'
      font.antialias = 'true'
      font.face = 'Tahoma'
      show.after = '2'
      show.total = '6'
      window.width = '440'
      window.position = '8'
      window.fixmain = '0'
      colours.header.image = 'E:\download\02-19\XPlode-1.00\images\head.png'
      colours.header.back = '#003399'
      colours.header.fore = '#FFFFFFAA'
      colours.footer.image = 'E:\download\02-19\XPlode-1.00\images\foot.png'
      colours.footer.back = '#003399'
      colours.footer.fore = '#FFFFFFAA'
      colours.main.image = 'E:\download\02-19\XPlode-1.00\images\main.png'
      colours.main.back = '#4A6FD6'
      colours.main.current = '#FF8000'
      colours.main.description = '#FFFFFF'
      colours.main.overlay = '#FFFFFF22'
      colours.main.fore = '#FFFFFFAA'
      colours.progress.back = '#00000000'
      colours.progress.border = '#FFFFFFAA'
      colours.progress.fore = '#FFFFFFAA'
      strings.title = 'Post-Install Configuration'
      strings.move = 'Moving #1# (#2#/#3# - #4#)'
      strings.copy = 'Copying #1# (#2#/#3# - #4#)'
      strings.addgroup = 'Adding group #1#'
      strings.adduser = 'Adding user #1#'
      strings.delete = 'Deleting #1# (#3#)'
      strings.complete = 'complete'
      strings.addusertogroup = 'Adding user #1# to group #2#'
    }
    Items Block {
      Item Block: 'TEST' {
        Tag: 'execute' {
          nowait = 'true'
          program = 'notepad.exe'
          display = 'notepad - nowait'
        }
        Tag: 'execute' {
          arguments = 'c:\boot.ini'
          program = 'notepad.exe'
          display = 'notepad - wait'
        }
      }
    }
  }
  Starting dialog {
  }
  Execution thread {
    Running item: 'TEST' {
      Running command: 'execute' {
        Running: 'notepad.exe '
        Execution succeeded
      }
      Running command: 'execute' {
        Running: 'notepad.exe c:\boot.ini'
        Execution succeeded
      }
    }
  }
-=-=-=-=-=-=-> XPlode end at: 04/02/20 00:54:22


#7 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 20 February 2004 - 01:07 AM

Looks fine to me.....

#8 User is offline   buckeyeXP 

  • ...
  • PipPip
  • Group: Members
  • Posts: 103
  • Joined: 30-January 04

Posted 20 February 2004 - 07:08 PM

ok... i figured out what the problem is. And it has nothign go do with XPlode.

It is photoshop. :) after it initalizes it closes the setup program and uses something else to copy the files over. So xplode waited until setup was closed and continued on. So i have to do some more testing to figure out if i can fix that somehow...

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 - 2013 msfn.org
Privacy Policy