web-to-app
1 TopicDeployment 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 .appinstaller file I got a popup "How do you want to open this website?": there is no application that I have installed. https://docs.microsoft.com/en-us/windows/msix/app-installer/app-installer-file-overview content: <?xml version="1.0" encoding="utf-8"?> <AppInstaller xmlns="http://schemas.microsoft.com/appx/appinstaller/2018" Version="1.0.0.9" Uri="https://camarowebtoapp20201005195335.azurewebsites.net/packages/camaro.appinstaller" > <MainPackage Name="ConsoleApp" Publisher="CN=vshmelev" Version="2.0.1.0" ProcessorArchitecture="x64" Uri="https://camarowebtoapp20201005195335.azurewebsites.net/packages/ConsoleApp_2.0.1.0_x64__xc65amp813vx8.msix" /> <UpdateSettings> <OnLaunch HoursBetweenUpdateChecks="0"/> </UpdateSettings> </AppInstaller> However, if I install the app directly by the .msix the app link listed in the popup Sample project sources: https://github.com/wadim1611/msixDeployment OS info: - Windows 10 Enterprise - version: 2004 - OS build: 19041.508 - Experience: Windows Feature Experience Pack 120.2212.31.0 The only logs that I could find are: What I'm doing wrong? Can I get more detailed logs for the app installation?2.4KViews0likes4Comments