UpdateInstallerStarterRun Method |
Starts the installer program, when all presumtions are fullfilled.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool Run(
bool isAltaxoCurrentlyStarting,
string[]? commandLineArgs
)
Parameters
- isAltaxoCurrentlyStarting Boolean
- If set to true, Altaxo will be restarted after the installation is done.
- commandLineArgs String
- Original command line arguments. Can be null when calling this function on shutdown.
Return Value
BooleanTrue if the installer program was started. Then Altaxo have to be shut down immediately. Returns
false if the installer program was not started.
Implements
IAutoUpdateInstallationServiceRun(Boolean, String)See Also