File name: | AppxProvider.dll.mui |
Size: | 19456 byte |
MD5: | 2aa9dcbb14fff5fcfd1f22b0b49b184a |
SHA1: | ffffa12d90c60faf880147cd1fd581a48b006db1 |
SHA256: | c2401f2ca505ac6a5f8906e437bc6222ccb009e4e375fce096e4798c7ade26ba |
Operating systems: | Windows 10 |
Extension: | MUI |
If an error occurred or the following message in Italian 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 | Italian | English |
---|---|---|
100 | AppxProvider | AppxProvider |
101 | È in corso il recupero dell'elenco dei pacchetti di app (.appx o .appxbundle) presenti nell'immagine... |
Getting the list of app packages (.appx or .appxbundle) in this image... |
102 | Nome visualizzato: %1 |
DisplayName : %1 |
103 | Versione: %1!d!.%2!d!.%3!d!.%4!d! |
Version : %1!d!.%2!d!.%3!d!.%4!d! |
104 | Architettura: %1 |
Architecture : %1 |
105 | ID risorsa: %1 |
ResourceId : %1 |
106 | Nome pacchetto: %1 |
PackageName : %1 |
1001 | ImageTopLevelHelp | ImageTopLevelHelp |
1100 | AppxCommands | AppxCommands |
1101 | Informazioni sui comandi disponibili per i pacchetti di app (.appx o .appxbundle) | Information on the available app package (.appx or .appxbundle) commands |
1102 | COMANDI PER LA GESTIONE DEI PACCHETTI APPX: |
APPX SERVICING COMMANDS: |
1103 | Get-ProvisionedAppxPackages | Get-ProvisionedAppxPackages |
1104 | Visualizza informazioni sui pacchetti di app (.appx o .appxbundle) di un'immagine configurati in modo da essere installati per ogni nuovo utente. |
Displays information about app packages (.appx or .appxbundle) in an image that are set to install for each new user. |
1105 | /Get-ProvisionedAppxPackages Visualizza informazioni sui pacchetti di app (.appx o .appxbundle) di un'immagine configurati in modo da essere installati per ogni nuovo utente. Esempio: 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 | Consente di aggiungere pacchetti di app (.appx o .appxbundle) all'immagine e di configurarli in modo che vengano installati per ogni nuovo utente. |
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:] Consente di aggiungere uno o più pacchetti all'immagine. Utilizzare /FolderPath per specificare una cartella di file di pacchetto non compressi contenente un pacchetto di app principale (.appx), gli eventuali pacchetti di dipendenze e il file di licenza o utilizzare /PackagePath per specificare un file con estensione appx o appxbundle. È possibile utilizzare /PackagePath per il provisioning di un'app line-of-business online. Se il pacchetto ha dipendenze specifiche dell'architettura, è necessario installare tutte le architetture applicabili per le dipendenze nell'immagine di destinazione. In un'immagine di destinazione per x64, ad esempio, includere sia il percorso dei pacchetti di dipendenze per x86 sia quello dei pacchetti di dipendenze per x64. Se si utilizza l'opzione /FolderPath è anche possibile includerli entrambi nel percorso della cartella appx. Utilizzare /CustomDataPath per specificare i dati personalizzati OME per l'applicazione. Utilizzare /LicensePath con l'opzione /PackagePath per specificare il percorso del file XML contenente la licenza dell'applicazione. Utilizzare /SkipLicense solo con app che non richiedono una licenza in un computer con sideload abilitato. L'utilizzo di /SkipLicense in altri scenari può compromettere l'immagine. Esempi: 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 | Consente di rimuovere pacchetti di app (.appx o .appxbundle) dall'immagine. I pacchetti di app non verranno installati alla creazione di nuovi account utente. |
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: Consente di rimuovere pacchetti di app (.appx o .appxbundle) dall'immagine. I pacchetti di app non verranno installati alla creazione di nuovi account utente. Esempio: DISM.exe /Image:C:\test\offline /Remove-ProvisionedAppxPackage /PackageName:microsoft.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 | Inserisce dati personalizzati nel pacchetto di app specificato. (.appx o .appxbundle). Il pacchetto di applicazione specificato deve essere già incluso nell'immagine. |
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: Utilizzare /CustomDataPath per specificare i dati personalizzati per il pacchetto dell'app (.appx o .appxbundle). Utilizzare /PackageName per specificare il nome completo del pacchetto dell'app (.appx o .appxbundle) da modificare. Esempio: 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 | Impossibile gestire pacchetti di app (.appx) in un'immagine offline dopo che un utente ha effettuato l'accesso a tale immagine. Annullare le modifiche e riprovare. Per ulteriori informazioni, vedere la Guida. | 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 | È stato superato il limite relativo al numero di pacchetti di app (.appx) personalizzati di cui è possibile effettuare il provisioning. Per ulteriori informazioni, vedere la Guida. | You have exceeded the limit for the number of custom app packages (.appx) that you can provision. For more information, see the Help. |
0xC1570101 | Operazione non supportata nel sistema operativo host corrente.Per ulteriori informazioni, vedere la Guida. | This operation is not supported on the current host operating system.For more information, see the help. |
0xC1570102 | Impossibile trovare un pacchetto principale applicabile per questa piattaforma.La directory deve contenere un pacchetto applicabile con estensione main. Per ulteriori informazioni, vedere la Guida. | 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 | Impossibile trovare il file di licenza nel percorso specificato.Il file di licenza deve trovarsi insieme al file con estensione main nella directory specificata dall'opzione /FolderPath. Se non è necessario un file di licenza, utilizzare l'opzione /SkipLicense. Per ulteriori informazioni, vedere la Guida. | 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 | Il percorso del file di licenza non è stato specificato.Durante l'installazione dei pacchetti di app (.appx) è necessario specificare un file di licenza. Se non è necessario un file di licenza, utilizzare l'opzione /SkipLicense. Per ulteriori informazioni, vedere la Guida. | 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 | È in corso un'altra operazione su pacchetti di app (.appx).Attendere il termine dell'operazione corrente, quindi riprovare a eseguire il comando. Per ulteriori informazioni, vedere la Guida. | 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 | Il pacchetto non è compatibile con l'architettura dell'immagine di destinazione.I pacchetti per AMD64 e ARM/ARM64 devono essere installati in un'immagine di Windows con la stessa architettura. Per ulteriori informazioni, vedere la Guida. | 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 | Il pacchetto non soddisfa i requisiti per il provisioning all'immagine di destinazione. Per ulteriori informazioni, vedere la Guida. | The package does not meet the requirement for provisioning to the target image. For more information, see the help. |
0xC1570109 | È stato trovato più di un pacchetto principale appartenente alla stessa architettura.La directory deve contenere al massimo un pacchetto principale appartenente a una sola architettura. Per ulteriori informazioni, vedere la Guida. | 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 | Questa operazione non è supportata mentre altri utenti sono connessi al computer. | This operation is not supported while other users are logged on to the computer. |
0xC1570113 | Per aggiungere un pacchetto di app (.appx) tramite l'opzione /SkipLicense è necessario abilitare il criterio AllowAllTrustedApps in un'edizione di Windows che consente il sideload. Per ulteriori informazioni, vedere 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 | Il parametro PackagePath non è supportato in questa edizione di Windows per l'installazione offline. Usare il parametro FolderPath per aggiungere una cartella di file di pacchetto non compressi all'immagine offline in questa sessione. Per ulteriori informazioni, vedere 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: | Provider di pacchetti di app (.appx) per Gestione e manutenzione immagini distribuzione |
File Version: | 10.0.15063.0 (WinBuild.160101.0800) |
Company Name: | Microsoft Corporation |
Internal Name: | AppxProvider.dll |
Legal Copyright: | © Microsoft Corporation. Tutti i diritti riservati. |
Original Filename: | AppxProvider.dll.mui |
Product Name: | Sistema operativo Microsoft® Windows® |
Product Version: | 10.0.15063.0 |
Translation: | 0x410, 1200 |