Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2002
    Posts
    3

    Grin Progmatically know when install is complete

    Folks

    We are calling setup factory 6.0 as part of our login to make the upgrade seamless to the user. I need to know when setup factory finishes so the software can continue with the login. I've tried tracking the pid, but the intial process dies out and creates another pid, thus making it impossible to track it.

    Are there any other solutions out there. We are using Progress 4GL.

    TIA

    Richard

  2. #2
    Join Date
    Jan 2000
    Posts
    2,002

    Re: Progmatically know when install is complete

    Why not make an action on the "Shutdown" tab that writes out data to a specific file (i.e. "C:\_My_setup_data.txt") and then have your program check for that file or the specific data in the file? The Shutdown actions are not perfromed until the setup is complete.

Posting Permissions

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