Method | Description | |
---|---|---|
CancelInstall ( ) : void |
Cancel the installation of updates.
|
|
InstallUpdates ( Collection |
Installs updates.
|
Method | Description | |
---|---|---|
AddHistory ( Sui appInfo, Update updateInfo, bool failed = false ) : void |
Adds an update to the update history.
|
|
ReportProgress ( int installProgress ) : void |
Reports the installation progress.
|
|
SetRegistryItems ( IList |
Sets the registry items of an update.
|
|
SetShortcuts ( IList |
Installs the shortcuts of an update.
|
|
UpdateFile ( |
Updates the file on the system.
|
|
UpdateFiles ( IList |
Installs the files in the update.
|
public static InstallUpdates ( Collection |
||
applications | Collection |
The collection of applications to install updates. |
downloadDirectory | string | The directory containing the app update files. |
return | void |