Forum Discussion
Mohit_Kapoor
Jun 12, 2020Copper Contributor
Installation of MSIX Modification Package
Hi, During my testing, I faced an issue with per-machine installation of modification package. Wanted to clarify if this is a known thing or am I missing something? And what could be the reason b...
Martin Bügel
Jul 12, 2021Copper Contributor
We had the same issue and found a solution using the (currently not documented) OptionalPackagePath parameter for the modification package combined with the PackagePath for the main package.
For example
Add-AppProvisionedPackage -Online -OptionalPackagePath \\share\modificationpackage.msix -PackagePath \\share\mainpackage.msix -SkipLicense