View and contribute to app installer for Windows

I am interested in viewing the source code for the Anki app installer for Windows and possibly contributing to it, but I have not been able to find it in the GitHub repository. I’ve searched for thing like “setup”, “installer”, “Nullsoft”, and “nss” without success. Can someone provide a link?

Anki uses PyOxidizer to build executables.

These would be a good starting point to look at:

6 Likes

The binary created with pyinstaller/pyoxidizer is bundled up using NSIS. It’s a bit long in the tooth, and rather than investing effort into making changes to it, it might be worth looking into more modern alternatives such as the msi installer PyOxidizer provides.