C# Class Microsoft.OfficeProPlus.InstallGenerator.Implementation.OfficeInstallManager

Inheritance: IManageOfficeInstall
Show file Open project: OfficeDev/Office-IT-Pro-Deployment-Scripts Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ChangeOfficeChannel ( List updateInfo ) : void
CheckForOfficeInstallAsync ( ) : Task
InitConnections ( ) : System.Threading.Tasks.Task
OfficeInstallManager ( ) : System
OfficeInstallManager ( string computerName, string domain = null, string username = null, string password = null ) : System
UninstallOffice ( string installVer = "2016" ) : void
UpdateOffice ( ) : System.Threading.Tasks.Task

Method Details

ChangeOfficeChannel() public method

public ChangeOfficeChannel ( List updateInfo ) : void
updateInfo List
return void

CheckForOfficeInstallAsync() public method

public CheckForOfficeInstallAsync ( ) : Task
return Task

InitConnections() public method

public InitConnections ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

OfficeInstallManager() public method

public OfficeInstallManager ( ) : System
return System

OfficeInstallManager() public method

public OfficeInstallManager ( string computerName, string domain = null, string username = null, string password = null ) : System
computerName string
domain string
username string
password string
return System

UninstallOffice() public method

public UninstallOffice ( string installVer = "2016" ) : void
installVer string
return void

UpdateOffice() public method

public UpdateOffice ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task