You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of our customers uses Windows Enterprise 22H2 (though older Versions display the same behaviour) for some managed devices and wants to deploy our app, signed by a developement certificate to allow distribution via MSIX and PowerShell (the app is build using the Windows App SDK and WinUI 3 in case that should matter). Multiple other customers with similar environments never had any issues with this porcess, but there seems to be something wrong which we couldn't troubleshoot despite our best efforts.
Installing the app through different means repectively shows a number of oddities:
If the app is installed through the App Installer:
The Folder at C:\Program Files\WindowsApps will not be removed upon uninstalling, leaving a dead directory;
Everything else appears as expected and the app works.
If the app is installed through PowerShell:
The app does not show up shell:AppsFolder, the Start Menu or Apps & Features;
The %appdata%/Local directory belonging to the app is not created;
The app is however listed when executing Get-AppxPackage, with the following entry:
MSIX SDK
Describe the bug
One of our customers uses Windows Enterprise 22H2 (though older Versions display the same behaviour) for some managed devices and wants to deploy our app, signed by a developement certificate to allow distribution via MSIX and PowerShell (the app is build using the Windows App SDK and WinUI 3 in case that should matter). Multiple other customers with similar environments never had any issues with this porcess, but there seems to be something wrong which we couldn't troubleshoot despite our best efforts.
Installing the app through different means repectively shows a number of oddities:
If the app is installed through the App Installer:
The Folder at C:\Program Files\WindowsApps will not be removed upon uninstalling, leaving a dead directory;
Everything else appears as expected and the app works.
If the app is installed through PowerShell:
The app does not show up shell:AppsFolder, the Start Menu or Apps & Features;
The %appdata%/Local directory belonging to the app is not created;
The app is however listed when executing Get-AppxPackage, with the following entry:
To Reproduce
I wasn't able to reproduce this at all, it occurs only on the managed machines of said client.
Platform
Windows 22H2 | WinUI 3 | Windows App SDK
The text was updated successfully, but these errors were encountered: