Method | Description | |
---|---|---|
DownloadMsi ( this @this, bool>.Func |
Downloads the new version to a temporary folder and provides the generated filename. The progress delegate returns, if the download process should be canceled. Return false, if not.
|
|
InstallVersion ( this @this ) : void |
Installs the app. If not downloaded, the download will start implicitly. After starting the install process a call to Environment.Exit is done.
|
public static DownloadMsi ( this @this, bool>.Func |
||
@this | this | |
progress | bool>.Func | The progress. |
completed | System.Action | callbakc when download is completed. |
return | Task |
public static InstallVersion ( this @this ) : void | ||
@this | this | |
return | void |