Page 1 of 1

How to get my app to run on Windows on ARM machines w/out gutting protection?

Posted: Mon Oct 11, 2021 3:38 pm
by oHXD3OUsHe
When I try to run my app on a Windows on ARM machine, I get a warning (from Enigma, presumably) that "Installation package has been modified" and the app exits. (This is likely because of the x86 32-bit emulator Microsoft is using. It's likely creating a new ARM executable on the fly.) Is it possible to disable certain protections (to allow the app to run) without completely exposing my app to crackers?

Edit: Actually, the message is "The installation package had been modified" (sic). I get this trying to run my app *after* the installation is complete. I was told this message isn't coming from Enigma, so I'm looking at my use of EurekaLog (although I disabled the file integrity checking).