Forum Discussion
Tim Mangan
Jan 28, 2019MVP
MSIX: Modification Package Layering still a problem in 18317
I used 1.2019.110 to package and build 18317 to test. Confirmed the modification package has the "rescap6" syntax for modification packages. Still doesn't work.
Situation summary:
Main app...
- Jan 31, 2019
Hi, we looked at your package and noticed the MaxVersionTested is set to value that is early version of Windows.
Change this,
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17701.0" MaxVersionTested="10.0.17763.0" />
to this,
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17701.0" MaxVersionTested="10.0.18317.1" />
It works.
Dian Hartono
Microsoft
Jan 30, 2019Thank you for sending feedback. We are taking a look at the issue now. We will update the thread when we have an update.