Skip to content

Microsoft FactoryOrchestrator Core IFactoryOrchestratorService InstallApp(string System Collections Generic List string string)

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService

IFactoryOrchestratorService.InstallApp(string, System.Collections.Generic.List<string>, string) Method

Installs an app package on the Service's computer. The app package must already be on the Service's computer. Requires Windows Device Portal.
If the app package is not on the Service's computer already, use SendAndInstallApp() to copy and install it instead.

void InstallApp(string appPackagePath, System.Collections.Generic.List<string> dependentPackages=null, string certificateFile=null);

Parameters

appPackagePath System.String
Path on the Service's computer to the app package (.appx, .appxbundle, .msix, .msixbundle).

dependentPackages System.Collections.Generic.List<System.String>
List of paths on the Service's computer to the app's dependent packages.

certificateFile System.String
Path on the Service's computer to the app's certificate file, if needed. Microsoft Store signed apps do not need a certificate.