|
|
|
| auAutoUpgrader component.
|
| procedure RestartApplication(const Params: String {$IFDEF D4} = '' {$ENDIF});
|
| The RestartApplication used to restart the application which calls this method, with command-line parameters specified in Params parameter.
|
|
|
| If Params is not specified ('', empty text), the application will be restarted with parameters specified in RestartParams property.
|
|
|
|
|
| RestartParams property;
|
| CheckUpdate and Abort methods;
|
| OnEndUpgrade event;
|
| Info-file example.
|