Méthode | Description | |
---|---|---|
ChangeBaseCdnUrl ( string updateSource ) : void | ||
ChangeOfficeChannel ( string targetChannel, string baseUrl ) : Task | ||
ChangeUpdateSource ( string updateSource ) : string | ||
ClearRunningUpdateScenarioTasks ( ) : void | ||
CopyFolder ( DirectoryInfo source, DirectoryInfo target ) : void | ||
DetermineIfLanguageInstalled ( bool throwException = true ) : bool | ||
GetArguments ( ) : List |
||
GetBaseCdnUrl ( ) : string | ||
GetCurrentOperation ( List |
||
GetEmbeddedItems ( string targetDirectory ) : List |
||
GetExecutingScenario ( ) : string | ||
GetOdtErrorMessage ( ) : string | ||
GetOfficeC2RPath ( ) : string | ||
GetOfficeCtrRegPath ( ) : RegistryKey | ||
GetOfficeCtrRegPath ( ) : string | ||
GetOfficePathList ( ) : OfficePathsReturn, | ||
GetOfficeVersion ( ) : OfficeInstalledProducts, | ||
GetRunningScenarioTasks ( ) : List |
||
GetRunningScenarioTasks ( bool assumeUpdate = false ) : List |
||
GetTextFileContents ( string fileName ) : string | ||
IsLanguageInstalled ( string xmlFilePath, string language ) : bool | ||
IsUpdateRunning ( ) : bool | ||
Main1 ( string args ) : void | ||
MoveFile ( string rootDirectory, string md5Hash, string fileName ) : void | ||
ProPlusLanguageInstalled ( string productId, string language ) : bool | ||
ResetUpdateSource ( ) : void | ||
RestartC2RSerivce ( ) : void | ||
RollBackInstall ( ) : void | ||
RunOfficeUpdateAsync ( string version ) : Task | ||
RunProgram ( ) : void | ||
SetUpdateChannel ( string xml, string channel ) : string | ||
UpdateLanguagePackInstall ( string xmlFilePath, bool convertToRemove = false ) : void | ||
WaitForOfficeCtrUpadate ( bool showStatus = false ) : void | ||
WaitForOfficeCtrUpadateWithError ( bool showStatus = false ) : void |
Méthode | Description | |
---|---|---|
AddLanguage ( XmlDocument xmlDoc, XmlNode productNode, string languageId ) : void | ||
Beautify ( XmlDocument doc ) : string | ||
BeautifyXml ( string xml ) : string | ||
CleanUp ( string installDir ) : void | ||
CopyStream ( Stream input, Stream output ) : void | ||
ExtractXml ( string xmlFilePath ) : void | ||
FindTempFilesPath ( ) : void | ||
GenerateMD5Hash ( string filePath ) : string | ||
GetAttribute ( XmlDocument xmlDoc, XmlNode xmlNode, string name ) : string | ||
GetClientEdition ( XmlDocument doc ) : OfficeClientEdition | ||
GetLanguagePackLanguages ( string xmlFilePath ) : List |
||
GetRegistryKey ( string keyPath ) : RegistryKey | ||
GetRegistrySubKeys ( string keyPath ) : List |
||
GetRegistryValue ( RegistryKey regKey, string property ) : string | ||
GetRegistryValue ( string keyPath, string property ) : string | ||
HasValidArguments ( ) : bool | ||
Initialize ( ) : void | ||
IsLanguagePackInstall ( string xmlFilePath ) : bool | ||
MinimizeWindow ( ) : void | ||
RemoteLogging ( ) : void | ||
RunInstall ( string odtFilePath, string xmlFilePath ) : int | ||
SetAttribute ( XmlDocument xmlDoc, XmlNode xmlNode, string name, string value ) : void | ||
SetClientEdition ( XmlDocument doc, OfficeClientEdition edition ) : void | ||
SetConfigSilent ( XmlDocument doc ) : void | ||
SetDisplayLevel ( XmlDocument doc, bool silent = true ) : void | ||
SetLoggingPath ( string xmlFilePath ) : void | ||
SetSourcePath ( string xmlFilePath ) : void | ||
SetSourcePath ( string xmlFilePath, string sourcePath = null ) : void | ||
ShowHelp ( ) : void | ||
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool | ||
ShowXml ( string xmlFilePath ) : void | ||
StartWus ( ) : void | ||
StopWus ( ) : void | ||
ToggleWus ( bool toggle ) : void | ||
UninstallOfficeProPlus ( string installationDirectory, IEnumerable |
||
UpdateLanguagePackClientCulture ( string xmlFilePath, string clientCulture, bool convertToRemove = false ) : void |
public ChangeBaseCdnUrl ( string updateSource ) : void | ||
updateSource | string | |
Résultat | void |
public ChangeOfficeChannel ( string targetChannel, string baseUrl ) : Task | ||
targetChannel | string | |
baseUrl | string | |
Résultat | Task |
public ChangeUpdateSource ( string updateSource ) : string | ||
updateSource | string | |
Résultat | string |
public ClearRunningUpdateScenarioTasks ( ) : void | ||
Résultat | void |
public static CopyFolder ( DirectoryInfo source, DirectoryInfo target ) : void | ||
source | DirectoryInfo | |
target | DirectoryInfo | |
Résultat | void |
public DetermineIfLanguageInstalled ( bool throwException = true ) : bool | ||
throwException | bool | |
Résultat | bool |
public GetCurrentOperation ( List |
||
executingTasks | List |
|
Résultat | CurrentOperation |
public GetEmbeddedItems ( string targetDirectory ) : List |
||
targetDirectory | string | |
Résultat | List |
public GetOfficeCtrRegPath ( ) : RegistryKey | ||
Résultat | RegistryKey |
public GetOfficePathList ( ) : OfficePathsReturn, | ||
Résultat | OfficePathsReturn, |
public GetOfficeVersion ( ) : OfficeInstalledProducts, | ||
Résultat | OfficeInstalledProducts, |
public GetRunningScenarioTasks ( bool assumeUpdate = false ) : List |
||
assumeUpdate | bool | |
Résultat | List |
public GetTextFileContents ( string fileName ) : string | ||
fileName | string | |
Résultat | string |
public IsLanguageInstalled ( string xmlFilePath, string language ) : bool | ||
xmlFilePath | string | |
language | string | |
Résultat | bool |
public MoveFile ( string rootDirectory, string md5Hash, string fileName ) : void | ||
rootDirectory | string | |
md5Hash | string | |
fileName | string | |
Résultat | void |
public ProPlusLanguageInstalled ( string productId, string language ) : bool | ||
productId | string | |
language | string | |
Résultat | bool |
public RunOfficeUpdateAsync ( string version ) : Task | ||
version | string | |
Résultat | Task |
public SetUpdateChannel ( string xml, string channel ) : string | ||
xml | string | |
channel | string | |
Résultat | string |
public UpdateLanguagePackInstall ( string xmlFilePath, bool convertToRemove = false ) : void | ||
xmlFilePath | string | |
convertToRemove | bool | |
Résultat | void |
public WaitForOfficeCtrUpadate ( bool showStatus = false ) : void | ||
showStatus | bool | |
Résultat | void |
public WaitForOfficeCtrUpadateWithError ( bool showStatus = false ) : void | ||
showStatus | bool | |
Résultat | void |