uri activation
2 TopicsRegistry keys created after installation and left behind after uninstallation.
Hello, When we install an application using the MSIX package we created using the MSIX packaging tool, certain registry keys are created. Once we uninstall the application, some of the registry keys are left behind in the system. We are wondering why this might be the case ?" Thank you, Uvin5.7KViews0likes6CommentsAdding URI activation to AppxManifest.xml
Hello, We have automated the EXE to MSIX packaging process. However, we need the created MSIX package's AppxManifest.xml to contain a URI scheme for URI activation(https://docs.microsoft.com/en-us/windows/uwp/launch-resume/handle-uri-activation). This is currently possible through the MsixPackagingTool.exe GUI version(package editor). 1) Is it possible to specify this URI through the MSIX template? 2) If not, is there a way to automate the addition of these entries using any command line tools after creating the MSIX package? Thank you!4.8KViews0likes7Comments