Announcement

Collapse
No announcement yet.

Setup Factory and Autoplay

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #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


    • #3
      Re: Setup Factory and Autoplay

      Thanks for the help.

      Eric

      Comment

      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎