Forum Discussion

marvin_r's avatar
marvin_r
Copper Contributor
Jan 20, 2021
Solved

uap10:PackageIntegrity not working?

Hi,   For our sideloaded app, we have adopted the recommended in the .appxmanifest: ``` <uap10:PackageIntegrity>    <uap10:Content Enforcement="on" /> </uap10:PackageIntegrity> ```   However...
  • jvintzel's avatar
    jvintzel
    Feb 06, 2021

    marvin_r 

     

    To clarify the package integrity option does a light weight check against the trust level ACE to detect tampering of files. Due to I/O and performance we do not do a full rescan of the blockmap.  That being said it would not detect deletes.  We are adding some full blockmap validation that can be forced in the next version of Windows to help address this.  This is a similar experience in the Microsoft Store workflows.

     

    John Vintzel (@jvintzel)
    PM Lead, MSIX  

Resources