Setup Factory and Autoplay

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ericahls
    Forum Member
    • May 2003
    • 4

    Setup Factory and Autoplay

    I created a simple install exe in Setup factory, no splash screen and no dialog menus. I then call the exe from Autoplay using file execute command. I tell it to WAIT until the exe finishes before moving on in the script but it doesn't wait. I do notice that the setup exe does a progress bar thing before the actual install process begins. I think that Autoplay interprets this first progress bar as the exe and when it close to reveal the install process it passes to the next line in the script. Has anyone else noticed this problem?

    Thanks

    Eric
  • Brett
    Indigo Rose Staff Member
    • Jan 2000
    • 2001

    #2
    Re: Setup Factory and Autoplay

    Run the setup.exe with the /W command line switch and it will properly wait for return:

    i.e. "%SrcDir%\Setup.exe /W"

    Comment

    • ericahls
      Forum Member
      • May 2003
      • 4

      #3
      Re: Setup Factory and Autoplay

      Thanks for the help.

      Eric

      Comment

      Working...
      X