Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2003
    Posts
    4

    Grin 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. #2
    Join Date
    Jan 2000
    Posts
    2,002

    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"

  3. #3
    Join Date
    May 2003
    Posts
    4

    Re: Setup Factory and Autoplay

    Thanks for the help.

    Eric

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts