Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Tuesday, March 12, 2019 6:51 AM
Hello,
how is it possible to install a LXP (Local Experience Pack) in Windows 10 1809 without connection to the Store on the Client.
Our Users don't have access to it and we want to deploy them via SCCM, WSUS or Commandline
Can't find any information
Best regards
Markus
All replies (6)
Wednesday, March 13, 2019 7:58 AM
Hi,
According to the official link, you can only download Local Experience Packs from Microsoft Store:
Local Experience Packs
https://support.microsoft.com/en-sg/help/4057758/windows-10-local-experience-packs
In case the client can't connect to the store, I suggest you use the Add-ProvisionedAppXPackage cmdlet to add a Local Experience Pack to your Windows 10 image.
For more info, please read this blog:
Adding Local Experience Packs to your Windows image
Hope these are helpful.
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Wednesday, March 13, 2019 9:43 AM | 1 vote
Hi,
i know the Add-ProvisionedAppXPackage cmdlet, but i need a path to the LXP, right?!
Or what's the complete Commandline?
Tuesday, April 9, 2019 2:19 AM
Hi,
Please refer to the following commands:
Example 1: Add an app package to the running operating system
C:\ Add-AppxProvisionedPackage -Online -FolderPath "c:\Appx"
This command adds the app package, dependency packages, and license file from the c:\Appx folder to the running Windows operating system. The package will be installed for the current user and any new user account created on the computer.
Example 2: Add an app package an operating system image
C:\ Add-AppxProvisionedPackage -Path c:\offline -PackagePath c:\Appx\myPackage.appx -DependencyPath c:\Appx\dependency1\dependencyPackage.appx -LicensePath c:\Appx\myLicense.xml
This command adds the app package, myPackage.appx, to the Windows image mounted to c:\offline.
Hope these can help you. If you have any questions, please feel free to contact us.
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Wednesday, April 24, 2019 10:41 AM
Where can we download the appx files for the local experience packs from though to use the cmdlets to install them?
Thanks
Tuesday, April 30, 2019 10:56 AM
All we've been able to find in the volume licencing download centre is the cab files - where can we download the experience packs from for users who can't access the store?
Thanks
Thursday, August 15, 2019 2:10 PM
If you have a business store for windows configured you can enable Offline purchases and then when you manage your store you can download the files that way.