Forum Discussion

Tim Mangan's avatar
Jan 28, 2019
Solved

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...
  • Dian Hartono's avatar
    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.
     

Resources