can my program wait for the update to finish?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Mortamer
    Forum Member
    • Feb 2005
    • 12

    can my program wait for the update to finish?

    Hello, do you have any suggestions on how to make my program (which will launch the updater silently) wait until the update is finished before moving on? That is one of my only fears about a standalone application. I am using delphi if that matters.
  • Ted Sullivan
    Indigo Rose Staff Member
    • Oct 2003
    • 962

    #2
    You can simply call the update.exe using standard windows API calls from your Delphi application. Windows provides a number of functions that allow you to wait for the process to return before your application continues. Check your Dephi documentation for samples.
    New Release: Setup Factory 9.6 adds Windows 11 compatibility and support for hardware token OV/EV Code Signing certificates.

    Comment

    Working...
    X