Skip to content

How to *prevent* installation on ARM64 #176095

Answered by mdanish-kh
dorssel asked this question in Q&A
Discussion options

You must be logged in to vote

You can add UnsupportedOSArchitectures to the installer manifest and it should block users on the listed architectures from installing the app.

PackageIdentifier: dorssel.usbipd-win
PackageVersion: 4.3.0
InstallerLocale: en-US
InstallerType: wix
Scope: machine
+ UnsupportedOSArchitectures:
+  - arm64
+  - arm
InstallerSwitches:
  Custom: /norestart
[...]

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dorssel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants