C# 클래스 SevenUpdate.Install

Class containing methods to install updates.
파일 보기 프로젝트 열기: robertbaker/SevenUpdate

공개 메소드들

메소드 설명
CancelInstall ( ) : void

Cancel the installation of updates.

InstallUpdates ( Collection applications, string downloadDirectory ) : void

Installs updates.

비공개 메소드들

메소드 설명
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 regItems, System.Platform platform ) : void

Sets the registry items of an update.

SetShortcuts ( IList shortcuts, Sua appInfo ) : void

Installs the shortcuts of an update.

UpdateFile ( UpdateFile file ) : void

Updates the file on the system.

UpdateFiles ( IList files, string downloadDirectory ) : void

Installs the files in the update.

메소드 상세

CancelInstall() 공개 정적인 메소드

Cancel the installation of updates.
public static CancelInstall ( ) : void
리턴 void

InstallUpdates() 공개 정적인 메소드

Installs updates.
public static InstallUpdates ( Collection applications, string downloadDirectory ) : void
applications Collection The collection of applications to install updates.
downloadDirectory string The directory containing the app update files.
리턴 void