|
|
|
| auAutoUpgrader component.
|
| property OnAfterRestart: TNotifyEvent;
|
| The OnAfterRestart event occurs on first start of upgraded application. Write this event handler to do some specific actions after successful program update and after restart (i.e: to show some "history" notes, etc).
|
|
|
| if ParamStr(1) = RestartParams then
|
| then, in case of need, fires OnAfterRestart event.
|
| RestartParams property; OnEndUpgrade event.
|