PackageManager.RequestAddPackageByAppInstallerFileAsync Methode

Definition

Ermöglicht die Installation einzelner oder mehrerer App-Pakete mit einer APPINSTALLER-Datei. Dadurch werden vor der Installation der App-Pakete ein SmartScreen-Filter und eine Benutzerüberprüfung durchgeführt.

public:
 virtual IAsyncOperationWithProgress<DeploymentResult ^, DeploymentProgress> ^ RequestAddPackageByAppInstallerFileAsync(Uri ^ appInstallerFileUri, AddPackageByAppInstallerOptions options, PackageVolume ^ targetVolume) = RequestAddPackageByAppInstallerFileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<DeploymentResult, DeploymentProgress> RequestAddPackageByAppInstallerFileAsync(Uri const& appInstallerFileUri, AddPackageByAppInstallerOptions const& options, PackageVolume const& targetVolume);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<DeploymentResult,DeploymentProgress> RequestAddPackageByAppInstallerFileAsync(System.Uri appInstallerFileUri, AddPackageByAppInstallerOptions options, PackageVolume targetVolume);
function requestAddPackageByAppInstallerFileAsync(appInstallerFileUri, options, targetVolume)
Public Function RequestAddPackageByAppInstallerFileAsync (appInstallerFileUri As Uri, options As AddPackageByAppInstallerOptions, targetVolume As PackageVolume) As IAsyncOperationWithProgress(Of DeploymentResult, DeploymentProgress)

Parameter

appInstallerFileUri
Uri Uri

Ein URI für die APPINSTALLER-Datei.

options
AddPackageByAppInstallerOptions

Die unter AddPackageByAppInstallerOptions angegebenen Optionen.

targetVolume
PackageVolume

Das Volume, auf dem das Paket installiert ist.

Gibt zurück

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)
App-Funktionen
packageManagement

Beispiele

Pakete

Hinweise

Diese Methode ist mit AddPackageByAppInstallerAsync identisch, mit der Ausnahme, dass der SmartScreen-Filter verwendet wird.

Diese Methode wird in JavaScript nicht unterstützt. Sie können jedoch eine Windows-Runtime Komponente erstellen, die diese Methode aufruft, und dann diese Komponente aus einer JavaScript-UWP-App aufrufen. Weitere Informationen finden Sie unter Api-Probleme mit der App-Installer-Datei.

Gilt für:

Weitere Informationen