File name: | AppxProvider.dll.mui |
Size: | 18432 byte |
MD5: | 2447a920767a382b240b8e24804bfd92 |
SHA1: | 39e26a0eb8fd4382d90cb4ee4d76711dbc259259 |
SHA256: | 8caf38d3a186260d0d6b8c39a2d7896fdeb4d30758a10f80d5054db99405ed69 |
Operating systems: | Windows 10 |
Extension: | MUI |
If an error occurred or the following message in German language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.
id | German | English |
---|---|---|
100 | AppxProvider | AppxProvider |
101 | Die Liste mit den App-Paketen (.appx oder .appxbundle) in diesem Image wird abgerufen... |
Getting the list of app packages (.appx or .appxbundle) in this image... |
102 | Anzeigename: %1 |
DisplayName : %1 |
103 | Version: %1!d!.%2!d!.%3!d!.%4!d! |
Version : %1!d!.%2!d!.%3!d!.%4!d! |
104 | Architektur: %1 |
Architecture : %1 |
105 | Ressourcen-ID: %1 |
ResourceId : %1 |
106 | Paketname: %1 |
PackageName : %1 |
1001 | ImageTopLevelHelp | ImageTopLevelHelp |
1100 | AppxCommands | AppxCommands |
1101 | Informationen zu den verfügbaren Befehlen für App-Pakete (.appx oder .appxbundle) | Information on the available app package (.appx or .appxbundle) commands |
1102 | APPX-WARTUNGSBEFEHLE: |
APPX SERVICING COMMANDS: |
1103 | Get-ProvisionedAppxPackages | Get-ProvisionedAppxPackages |
1104 | Zeigt Informationen zu den App-Paketen (.appx oder .appxbundle) in einem Image an, die darauf festgelegt sind, für jeden neuen Benutzer installiert zu werden. |
Displays information about app packages (.appx or .appxbundle) in an image that are set to install for each new user. |
1105 | /Get-ProvisionedAppxPackages Zeigt Informationen zu App-Paketen (.appx oder .appxbundle) in einem Image an, die für jeden neuen Benutzer installiert werden sollen. Beispiel: DISM.exe /Image:C:\test\offline /Get-ProvisionedAppxPackages |
/Get-ProvisionedAppxPackages Displays information about app packages (.appx or .appxbundle) in an image that are set to install for each new user. Example: DISM.exe /Image:C:\test\offline /Get-ProvisionedAppxPackages |
1106 | Add-ProvisionedAppxPackage | Add-ProvisionedAppxPackage |
1107 | Fügt dem Image App-Pakete (.appx oder .appxbundle) hinzu und legt fest, dass sie für jeden neuen Benutzer installiert werden sollen. |
Adds app packages (.appx or .appxbundle) to the image and sets them to install for each new user. |
1108 | /Add-ProvisionedAppxPackage /FolderPath: [/SkipLicense] [/CustomDataPath:] /Add-ProvisionedAppxPackage /PackagePath: [/DependencyPackagePath:] [/OptionalPackagePath:] {[/LicensePath:] | [/SkipLicense]} [/CustomDataPath:] Fügt dem Image mindestens ein Paket hinzu. Geben Sie mit /FolderPath einen Ordner mit entpackten Paketdateien an, der ein Haupt-App-Paket (APPX), Abhängigkeitspakete und die Lizenzdatei enthält. Alternative: Geben Sie mit /PackagePath eine APPX- oder APPXBUNDLE-Datei an. /PackagePath eignet sich für die Onlinebereitstellung einer branchenspezifischen App. Falls das Paket architekturspezifische Abhängigkeiten besitzt, müssen Sie alle entsprechenden Architekturen für die Abhängigkeit im Zielimage installieren. So muss ein x64-Zielimage beispielsweise einen Pfad sowohl zum x86- als auch zum x64-Abhängigkeitspaket enthalten. Bei Verwendung der /FolderPath-Option können Sie sie zudem beide in den AppX-Ordnerpfad einschließen. Geben Sie mit /CustomDataPath die benutzerdefinierten OEM-Daten für die Anwendung an. Geben Sie mit /LicensePath und der /PackagePath-Option den Ort der XML-Datei an, die die Anwendungslizenz enthält. Verwenden Sie /SkipLicense nur für Apps, für die auf einem querladefähigen Computer keine Lizenz erforderlich ist. Die Verwendung von /SkipLicense in anderen Szenarien kann zu einer Beschädigung des Images führen. Beispiele: DISM.exe /Image:C:\test\offline /Add-ProvisionedAppxPackage /FolderPath:c:\Test\Apps\MyUnpackedApp /CustomDataPath:c:\Test\Apps\Custom.dat DISM.exe /Image:C:\test\offline /Add-ProvisionedAppxPackage /PackagePath:C:\Test\Apps\MyPackedApp\MainPackage.appxbundle /OptionalPackagePath:C:\Test\Apps\MyPackedApp\OptionalPackage.appxbundle /DependencyPackagePath:C:\Test\Apps\MyPackedApp\Framework-x86.appx /DependencyPackagePath:C:\Test\Apps\MyPackedApp\Framework-x64.appx /LicensePath:c:\Test\Apps\MyPackedAppLicense.xml DISM.exe /Online /Add-ProvisionedAppxPackage /FolderPath:c:\Test\Apps\MyUnpackedApp /SkipLicense DISM.exe /Image:C:\test\offline /Add-ProvisionedAppxPackage /PackagePath:C:\Test\Apps\MyPackedApp\Package.appxbundle /SkipLicense |
/Add-ProvisionedAppxPackage /FolderPath: [/SkipLicense] [/CustomDataPath:] /Add-ProvisionedAppxPackage /PackagePath: [/DependencyPackagePath:] [/OptionalPackagePath:] {[/LicensePath:] | [/SkipLicense]} [/CustomDataPath:] Adds one or more packages to the image. Use /FolderPath to specify a folder of unpacked package files containing a main app package (.appx), any dependency packages, and the license file, or use /PackagePath to specify an .appx or .appxbundle file. You can use /PackagePath when provisioning a line-of-business app online. If the package has dependencies that are architecture-specific, you must install all of the applicable architectures for the dependency on the target image. For example, on an x64 target image, include a path to both the x86 and x64 dependency packages. When using the /FolderPath option you can also include them both in the AppX_folder_path. Use /CustomDataPath to specify the OEM custom data for the application. Use /LicensePath with the /PackagePath option to specify the location of the .xml file containing your application license. Only use /SkipLicense with apps that do not require a license on a sideloading-enabled computer. Using /SkipLicense in other scenarios can compromise an image. Examples: DISM.exe /Image:C:\test\offline /Add-ProvisionedAppxPackage /FolderPath:c:\Test\Apps\MyUnpackedApp /CustomDataPath:c:\Test\Apps\Custom.dat DISM.exe /Image:C:\test\offline /Add-ProvisionedAppxPackage /PackagePath:C:\Test\Apps\MyPackedApp\MainPackage.appxbundle /OptionalPackagePath:C:\Test\Apps\MyPackedApp\OptionalPackage.appxbundle /DependencyPackagePath:C:\Test\Apps\MyPackedApp\Framework-x86.appx /DependencyPackagePath:C:\Test\Apps\MyPackedApp\Framework-x64.appx /LicensePath:c:\Test\Apps\MyPackedAppLicense.xml DISM.exe /Online /Add-ProvisionedAppxPackage /FolderPath:c:\Test\Apps\MyUnpackedApp /SkipLicense DISM.exe /Image:C:\test\offline /Add-ProvisionedAppxPackage /PackagePath:C:\Test\Apps\MyPackedApp\Package.appxbundle /SkipLicense |
1109 | Remove-ProvisionedAppxPackage | Remove-ProvisionedAppxPackage |
1110 | Entfernt App-Pakete (.appx oder .appxbundle) aus dem Image. Beim Erstellen neuer Benutzerkonten werden keine App-Pakete installiert. |
Removes app packages (.appx or .appxbundle) from the image. App packages will not be installed when new user accounts are created. |
1111 | /Remove-ProvisionedAppxPackage /PackageName: Entfernt App-Pakete (.appx oder .appxbundle) aus dem Image. Beim Erstellen neuer Benutzerkonten werden keine App-Pakete installiert. Beispiel: DISM.exe /Image:C:\test\offline /Remove-ProvisionedAppxPackage /PackageName:microsoft.devx.appx.app1_1.0.0.0_neutral_en-us_ac4zc6fex2zjp |
/Remove-ProvisionedAppxPackage /PackageName: Removes app packages (.appx or .appxbundle) from the image. App packages will not be installed when new user accounts are created. Example: DISM.exe /Image:C:\test\offline /Remove-ProvisionedAppxPackage /PackageName:microsoft.appx.app1_1.0.0.0_neutral_en-us_ac4zc6fex2zjp |
1112 | Set-ProvisionedAppxDataFile | Set-ProvisionedAppxDataFile |
1113 | Platziert benutzerdefinierte Daten im angegebenen Anwendungspaket (.appx oder .appxbundle). Das angegebene Anwendungspaket muss im Image bereits vorhanden sein. |
Places custom data into the specified app package (.appx or .appxbundle). The specified application package must already be in the image. |
1114 | /Set-ProvisionedAppxDataFile /CustomDataPath: /PackageName: Mit "/CustomDataPath" können Sie benutzerdefinierte Daten für das App-Paket angeben (APPX oder APPXBUNDLE). Mit "/PackageName" können Sie den vollständigen Paketnamen des zu ändernden App-Pakets angeben (APPX oder APPXBUNDLE). Beispiel: DISM.exe /Image:C:\test\offline /Set-ProvisionedAppxDataFile /CustomDataPath:c:\Test\Apps\Custom.dat /PackageName:microsoft.appx.app1_1.0.0.0_neutral_en-us_ac4zc6fex2zjp |
/Set-ProvisionedAppxDataFile /CustomDataPath: /PackageName: Use /CustomDataPath to specify the custom data for the app package (.appx or .appxbundle). Use /PackageName to specify the Package Full Name of the app package (.appx or .appxbundle) to modify. Example: DISM.exe /Image:C:\test\offline /Set-ProvisionedAppxDataFile /CustomDataPath:c:\Test\Apps\Custom.dat /PackageName:microsoft.appx.app1_1.0.0.0_neutral_en-us_ac4zc6fex2zjp |
0x81570105 | App-Pakete (*.appx) können in einem Offlineimage nicht gewartet werden, nachdem sich ein Benutzer beim Image angemeldet hat. Verwerfen Sei die Änderungen, und wiederholen Sie anschließend den Vorgang. Weitere Informationen finden Sie in der Hilfe. | App packages (.appx) cannot be serviced on an offline image after a user has logged into the image. Please discard the changes and try again. For more information, see the help. |
0x81570110 | Das Limit für die Anzahl benutzerdefinierter App-Pakete (*.appx), die Sie bereitstellen können, wurde überschritten. Weitere Informationen finden Sie in der Hilfe. | You have exceeded the limit for the number of custom app packages (.appx) that you can provision. For more information, see the Help. |
0xC1570101 | Dieser Vorgang wird unter dem aktuellen Hostbetriebssystem nicht unterstützt.Weitere Informationen finden Sie in der Hilfe. | This operation is not supported on the current host operating system.For more information, see the help. |
0xC1570102 | Für diese Plattform wurde kein anwendbares Hauptpaket gefunden.Das Verzeichnis muss ein anwendbares Paket mit der Dateierweiterung \".main\" enthalten. Weitere Informationen finden Sie in der Hilfe. | No applicable main package was found for this platform.The directory must contain an applicable package with a .main file extension. For more information, see the help. |
0xC1570103 | Die Lizenzdatei wurde unter dem angegeben Pfad nicht gefunden.Die Lizenzdatei muss sich mit der MAIN-Datei im durch die Option \"/FolderPath\" angegebenen Verzeichnis befinden. Falls keine Lizenzdatei erforderlich ist, verwenden Sie die Option \"/SkipLicense\". Weitere Informationen finden Sie in der Hilfe. | The license file was not found in the specified path.The license file must be located with the .main file in the directory specified by the /FolderPath option. If a license file is not required, use the /SkipLicense option. For more information, see the help. |
0xC1570104 | Es wurde kein Lizenzdateipfad angegeben.Bei der Installation von App-Paketen (*.appx) muss eine Lizenzdatei angegeben werden. Falls keine Lizenzdatei erforderlich ist, verwenden Sie die Option \"/SkipLicense\". Weitere Informationen finden Sie in der Hilfe. | A license file path was not specified.A license file must be specified when installing app packages (.appx). If a license file is not required, use the /SkipLicense option. For more information, see the help. |
0xC1570106 | Ein weiterer Vorgang für App-Pakete (*.appx) wird gerade ausgeführt.Warten Sie, bis der aktuelle Vorgang abgeschlossen ist, und führen Sie den Befehl anschließend erneut aus. Weitere Informationen finden Sie in der Hilfe. | Another operation on app packages (.appx) is in progress.Wait for the current operation to complete and then retry the command. For more information, see the help. |
0xC1570107 | Das Paket ist mit der Architektur des Zielimages nicht kompatibel.AMD64- und ARM/ARM64-Pakete müssen in einem Windows-Image mit derselben Architektur installiert werden. Weitere Informationen finden Sie in der Hilfe. | The package is not compatible with the architecture of the target image.AMD64 and ARM/ARM64 packages must be installed on a Windows image that has the same architecture. For more information, see the Help. |
0xC1570108 | Das Paket erfüllt nicht die Anforderungen für die Bereitstellung im Zielimage. Weitere Informationen finden Sie in der Hilfe. | The package does not meet the requirement for provisioning to the target image. For more information, see the help. |
0xC1570109 | Es wurden mehrere Hauptpakete mit der gleichen Architektur gefunden.Im Verzeichnis darf höchstens ein Hauptpaket mit einer Architektur vorhanden sein. Weitere Informationen finden Sie in der Hilfe. | More than one main packages belonging to the same architecture were found.At most one main package belonging to one architecture should be present in the directory. For more information, see the Help. |
0xC1570111 | Dieser Vorgang wird nicht unterstützt, solange andere Benutzer am Computer angemeldet sind. | This operation is not supported while other users are logged on to the computer. |
0xC1570113 | Wenn Sie ein App-Paket (*.appx) unter Verwendung der Option \"/SkipLicense\" hinzufügen möchten, müssen Sie die Richtlinieneinstellung \"AllowAllTrustedApps\" unter einer querladefähigen Windows-Edition aktivieren. Weitere Informationen finden Sie unter \"http://go.microsoft.com/fwlink/?LinkID=231020\". | To add an app package (.appx) by using the /SkipLicense option, you must enable the AllowAllTrustedApps policy setting on a Windows edition that allows sideloading. For more information, see http://go.microsoft.com/fwlink/?LinkID=231020. |
0xC1570114 | Der PackagePath-Parameter wird in dieser Windows-Edition nicht für die Offlinewartung unterstützt. Fügen Sie dem Offlineimage dieser Sitzung mithilfe des FolderPath-Parameters einen Ordner mit entpackten Paketdateien hinzu. Weitere Informationen finden Sie unter \"http://go.microsoft.com/fwlink/?LinkID=246281\". | The PackagePath parameter is not supported in this edition of Windows for offline servicing. Use the FolderPath parameter to add a folder of unpacked package files to the offline image in this session. For more information, see http://go.microsoft.com/fwlink/?LinkID=246281. |
File Description: | DISM-Anbieter für App-Pakete (*.appx) |
File Version: | 10.0.15063.0 (WinBuild.160101.0800) |
Company Name: | Microsoft Corporation |
Internal Name: | AppxProvider.dll |
Legal Copyright: | © Microsoft Corporation. Alle Rechte vorbehalten. |
Original Filename: | AppxProvider.dll.mui |
Product Name: | Betriebssystem Microsoft® Windows® |
Product Version: | 10.0.15063.0 |
Translation: | 0x407, 1200 |