Custom Windows installer - how?

Hello,

I wanted to write a Jenkins script to automatically build ioquake3 for Windows x64, including the installer, with builds triggered each time there is a commit to GitHub.

So far, my Jenkins server is cross-compiling ioquake3 with mingw64 correctly, but I don’t know where to go from there. Does anyone have the script for the official x86 installer?

Have you looked around https://github.com/ioquake/ioq3/tree/master/misc/nsis ?

We don’t build installers automatically yet, it would be good to do so.

Thank you! I have successfully built the x64 installer. There are a few things missing, you can tell these files have seen better days.

Expect a PR soon.

1 Like