IUpdateInstaller

Declaration

IUpdateInstaller : IDispatch

Overview

This interface is meant to specify details about the update installation package.

Properties

String FilePath - Gets or sets the location of the update file on the disk.

String CommandLine - Gets or sets the Command line parameters to be used when installing this update.

String ProductVersion - Gets or sets the the product version number of the current patch or upgrade package.

Bool ComputeSha256 - Gets or sets the option that will specify whether you want to use the SHA256 signature to check the update file integrity.

Bool ComputeMd5 - Gets or sets the option that will specify whether you want to use the MD5 signature to check the update file integrity.

Bool SuppressGui - Gets or sets the option that will specify if the update will be installed without user interface.

Bool IsPatch - Gets or sets the option that will will mark the update as a patch ensuring that it will be skipped when using the generated INI file.

Bool DeleteUpdatePackageAfterInstall - Gets or sets the option that will specify if the downloaded update package is deleted after the update is installed no matter if the update was installed successfully or not.

Bool InstallWithoutElevation. - Gets or sets the option that will specify if the update will be installed without UAC elevation.

String NoGuiCommandLine. - Gets or sets the silent (no UI) command line parameters to be used when installing this update without elevation.

See also

IUpdatesProject

IUpdate