Forum Discussion
vshmelev
Oct 12, 2020Copper Contributor
Deployment by Appinstaller cause URI handling popup without the app link
I have a win32 app wrapped into MSIX by MSIX packaging tool for using the https://docs.microsoft.com/en-us/windows/uwp/launch-resume/web-to-app-linking feature. After installing the app by .appinsta...
Chacon
Microsoft
Nov 18, 2020
This should work correctly with the Windows 10 October 2020 update. On previous builds there was an issue with AppUriHandler that caused it not to work when installing with an App Installer file, exactly as you described.
jvintzel
Feb 06, 2021Former Employee
vshmelev You may also want to verify the Microsoft.DesktopAppInstaller app is installed. You can do this by running the following command from PowerShell
Get-AppPackage Microsoft.DesktopAppInstaller
We have seen power users bulk purge this when removing preinstalled apps. It newer versions of Windows this will be non-removable to prevent accidental uninstall.
John Vintzel (@jvintzel)
PM Lead, MSIX