C# Class InstallPad.ApplicationListItem

ファイルを表示 Open project: philc/InstallPad Class Usage Examples

Public Methods

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.

Private Methods

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

Method Details

Download() public method

public Download ( bool installAfterDownload ) : void
installAfterDownload bool
return void

InstallApplication() public method

Installs the application referred to by this app list item.
public InstallApplication ( ) : void
return void

UnInstallApplication() public method

UnInstalls the application referred to by this app list item.
public UnInstallApplication ( ) : void
return void