Method | Description | |
---|---|---|
Download ( bool installAfterDownload ) : void | ||
InstallApplication ( ) : void |
Installs the application referred to by this app list item.
|
|
UnInstallApplication ( ) : void |
UnInstalls the application referred to by this app list item.
|
Method | Description | |
---|---|---|
ArgumentsForSilentInstall ( InstallPad.ApplicationItem application ) : string | ||
AsyncDownload ( object data ) : void |
Begins an async download
|
|
AsyncInstall ( object data ) : void |
Begin an async install
|
|
AsyncUnInstall ( object data ) : void |
Begin an async un-install
|
|
AsyncZipInstall ( object data ) : void | ||
OnFinishedDownloading ( ) : void | ||
OnFinishedInstalling ( ) : void | ||
OnFinishedUnInstalling ( ) : void | ||
OnFinishedUnzipping ( bool status ) : void | ||
RunPostInstallationScript ( ) : void | ||
downloader_DownloadComplete ( object sender, EventArgs e ) : void | ||
downloader_ProgressChanged ( object sender, CodeProject e ) : void | ||
process_Exited ( object sender, EventArgs e ) : void | ||
process_Exited2 ( object sender, EventArgs e ) : void |
public Download ( bool installAfterDownload ) : void | ||
installAfterDownload | bool | |
return | void |