Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: AppxManifest.xml - MaxVersionTested attribute - windows firewall rules - desktop2 namespace #6745

Open
claudiogarciaiglesia opened this issue Mar 27, 2022 · 0 comments

Comments

@claudiogarciaiglesia
Copy link

Hi, I'm trying to add some firewall rules in my AppxManifest.xml but I need an additional namespace in order to do that. Is it possible to add Package attribute xmlns:desktop2="http://schemas.microsoft.com/appx/manifest/desktop/windows10/2" to the xml file?

Another problem will be that MaxVersionTested attribute in <TargetDeviceFamily> is too low for desktop2 namespace (xmlns:desktop2 attribute) to be accepted. Is there any way to set it higher than that without using arm64 architecture? Right now it defaults to 10.0.14316.0. Using 10.0.16299.15 makes everything work right away.

Finally, is it possible to add firewall rules through electron-builder "customExtensionsPath" setting? Firewall settings have <Package> as a parent: https://docs.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/element-desktop2-rule.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant