Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient SendAndInstallApp(string System Collections Generic List string string)

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient.SendAndInstallApp(string, System.Collections.Generic.List<string>, string) Method

Copies an app package to the Service and installs it. Requires Windows Device Portal.
If the app package is already on the Service's computer, use InstallApp() instead.

public System.Threading.Tasks.Task SendAndInstallApp(string appFilename, System.Collections.Generic.List<string> dependentPackages=null, string certificateFile=null);

Parameters

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

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

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

Returns

System.Threading.Tasks.Task