I've been working lately with an old app which was mainly built some years ago in x86 architecture. I've been researching about using MSIX Packaging Tool, and so far I've managed to package my application. The problem is that the new package is built for x64, not for x86, and so when I install the app through the MSIX, it gets installed in C:\Program Files\WindowsApps, which as far as I know, works for x64 apps. When I try to launch it, I get the error "The parameter is incorrect". So far, I've tried using chkdsk to see if there was a problem with the disk, but it seems that everything is fine. Also, I tried to get inside the folder, but due to the computer being a working computer, I can't modify the permits to get inside it. I don't know how to fix the problem, or even where's the problem (disk problem? x86 app installing in x64 folder?), so any help would be nice.
Thanks, and sorry for any grammar errors.