UpdateInstallerStarterRun Method |
Starts the installer program when all prerequisites are fulfilled.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Run(
bool isApplicationCurrentlyStarting,
string[]? commandLineArgs
)
Parameters
- isApplicationCurrentlyStarting 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; otherwise,
false.
Implements
IAutoUpdateInstallationServiceRun(Boolean, String)
See Also