AppxProvider.dll.mui Provider di pacchetti di app (.appx) per Gestione e manutenzione immagini distribuzione 2aa9dcbb14fff5fcfd1f22b0b49b184a

File info

File name: AppxProvider.dll.mui
Size: 19456 byte
MD5: 2aa9dcbb14fff5fcfd1f22b0b49b184a
SHA1: ffffa12d90c60faf880147cd1fd581a48b006db1
SHA256: c2401f2ca505ac6a5f8906e437bc6222ccb009e4e375fce096e4798c7ade26ba
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

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
100AppxProvider 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...

102Nome visualizzato: %1
DisplayName : %1
103Versione: %1!d!.%2!d!.%3!d!.%4!d!
Version : %1!d!.%2!d!.%3!d!.%4!d!
104Architettura: %1
Architecture : %1
105ID risorsa: %1
ResourceId : %1
106Nome pacchetto: %1

PackageName : %1

1001ImageTopLevelHelp ImageTopLevelHelp
1100AppxCommands AppxCommands
1101Informazioni 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:
1103Get-ProvisionedAppxPackages Get-ProvisionedAppxPackages
1104Visualizza 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

1106Add-ProvisionedAppxPackage Add-ProvisionedAppxPackage
1107Consente 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

1109Remove-ProvisionedAppxPackage Remove-ProvisionedAppxPackage
1110Consente 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

1112Set-ProvisionedAppxDataFile Set-ProvisionedAppxDataFile
1113Inserisce 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

0x81570105Impossibile 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.
0xC1570101Operazione 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.
0xC1570102Impossibile 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.
0xC1570103Impossibile 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.
0xC1570104Il 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.
0xC1570107Il 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.
0xC1570108Il 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.
0xC1570111Questa operazione non è supportata mentre altri utenti sono connessi al computer. This operation is not supported while other users are logged on to the computer.
0xC1570113Per 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.
0xC1570114Il 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.

EXIF

File Name:AppxProvider.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-d..ders-appx.resources_31bf3856ad364e35_10.0.15063.0_it-it_5ab1ca15c6f5e127\
File Size:19 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:18944
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Executable application
File Subtype:0
Language Code:Italian
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Provider di pacchetti di app (.appx) per Gestione e manutenzione immagini distribuzione
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:AppxProvider.dll
Legal Copyright:© Microsoft Corporation. Tutti i diritti riservati.
Original File Name:AppxProvider.dll.mui
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-d..ders-appx.resources_31bf3856ad364e35_10.0.15063.0_it-it_fe932e920e986ff1\

What is AppxProvider.dll.mui?

AppxProvider.dll.mui is Multilingual User Interface resource file that contain Italian language for file AppxProvider.dll (Provider di pacchetti di app (.appx) per Gestione e manutenzione immagini distribuzione).

File version info

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