0

I am using InnoSetup to create an exe of a python application. This works fine when I use my Windows VM with the correct version. I'd like to automate it, with GitHub actions.

However, GitHub actions only provides Windows Server 2022 and Windows Server 2019. Can I use these to create exes for Windows 7 and Windows 10?

I created an exe using Windows Server 2022 and tried it on Windows 10, it installed fine, I see the expected files in expected places, but the application did not run.

  • 1
    This is [XY problem](https://meta.stackexchange.com/q/66377/218578). Your problem is that *"the application did not run"*. So ask please about that, instead of asking made-up question about *"windows version mismatch"*. Though, start here: [Application does not work when installed with Inno Setup](https://stackoverflow.com/q/44333839/850848). – Martin Prikryl Mar 31 '23 at 12:51

0 Answers0