package editor
1 TopicAdding 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.9KViews0likes7Comments