Commit f2abd30
Fix code bugs and add cert trust step in grant-identity page
- Fix RemovePackageAsync: package.Id.FamilyName -> package.Id.FullName
(FamilyName causes runtime deployment errors; FullName is correct)
- Fix DeprovisionPackageForAllUsersAsync: same FamilyName -> FullName fix
- Fix per-machine PowerShell unregister command: add missing closing quote
- Rewrite contradictory MinVersion bullets as clear either/or choice
- Add IMPORTANT callout: self-signed cert must be added to Trusted People
store before Add-AppxPackage will accept it (most common first-time failure)
Fixes ADO #568632
Co-authored-by: Copilot <[email protected]>1 parent 92179ef commit f2abd30
1 file changed
Lines changed: 356 additions & 346 deletions
0 commit comments