Skip to content

Instantly share code, notes, and snippets.

@remixer-dec
Last active February 8, 2022 10:06
Show Gist options
  • Save remixer-dec/f7293bc878e91d9156e842e964ebc0b9 to your computer and use it in GitHub Desktop.
Save remixer-dec/f7293bc878e91d9156e842e964ebc0b9 to your computer and use it in GitHub Desktop.
Install x86 / x64 MSI on Windows for ARM
How to fix the error "This version of ... is designed to run on a 32-bit windows operating system" on ARM version of windows?
Run this command in the cmd with your msi file.
msiexec -i FILENAME.MSI /passive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment