Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you tell me how to build one installer file? #4

Closed
MMA92 opened this issue Dec 16, 2021 · 2 comments
Closed

Can you tell me how to build one installer file? #4

MMA92 opened this issue Dec 16, 2021 · 2 comments

Comments

@MMA92
Copy link

MMA92 commented Dec 16, 2021

Hey I am able to build the Installer with the scripts in Tools/msi/ but my installer consists of mutiple files (e.g. python-3.8.12.7652-amd64.exe, pip.msi, pip.wixpdb, lib.msi, lib.wixpdb and so on) , you mangaged to build one big file containing everything e.g. "64-bit executable installer". How do I have to change the scripts to be able to do that.

@adang1345
Copy link
Owner

Building a single-file installer can be done with the buildrelease.bat script. First, add the folder containing gendef.exe to PATH. (This should be externals\windows-installer\binutils relative to the source root.) Then, from the Tools\msi folder, run buildrelease.bat -x86 to build the 32-bit installer or buildrelease.bat -x64 --skip-pgo to build the 64-bit installer.

@MMA92
Copy link
Author

MMA92 commented Jan 4, 2022

Thanks you very much that fixed my problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants