AmN

Results 26 comments of AmN

Tested with Python 3.14, and everything looks fine. The only thing I noticed is that the EXE build is much slower compared to Python 3.12. If anyone knows why this...

@marcelotduarte I can test it on my PC, but I also checked the GitHub Action logs, on Python 3.12, build_exe takes around 25 seconds to finish, while on Python 3.14...

> > Python 3.12, build_exe takes around 25 seconds to finish, while on Python 3.14 it takes about 140?150 seconds. > > Are you using the same cx_Freeze version? Well,...

> [@jhoekx](https://github.com/jhoekx) [@amnweb](https://github.com/amnweb) Can you test PR [#3147](https://github.com/marcelotduarte/cx_Freeze/pull/3147) for performance issues? `pip install git+https://github.com/marcelotduarte/cx_Freeze.git@refs/pull/3147/head` It’s much faster than before 👍

> I was looking into alternatives and found [pymsi](https://github.com/nightlark/pymsi). Have any of you tried using it as an alternative to msilib? Looks like it's still in an early alpha state....

> using these settings given in the demo folder, it works for me. I was doing something similar to what you did as well @amnweb No, on Windows `hiddenInset` won’t...