cx_Freeze
cx_Freeze copied to clipboard
Can't find a way to create windows msi installer that copies executables already compile using visual studio
Prerequisite
- Make sure no duplicated issue has already been reported. You should look for closed issues, too.
- Make sure you are not asking us to help to solve your specific issue. GitHub issues are opened mainly for development purposes. If you want to ask someone to help to solve your problem, go to some community site like StackOverflow, etc.
- Make sure your problem is not derived from packaging (e.g. Homebrew).
Describe the bug Can't find a way to create windows msi installer that copies executables already compiled using visual studio's cl command.
To Reproduce Setup.py was included. setup_aws_pc_backup.py.txt
Expected behavior The executables should be put in the installation directory, but they aren't.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- Platform information (e.g. Ubuntu Linux 22.04): Windows 10 64-bit
- OS architecture (e.g. amd64): amd64
- cx_Freeze version [e.g. 6.11]: 6.14.5
- Python version [e.g. 3.10]: 3.11.2
Additional context Add any other context about the problem here.