You'll want to look at tools/msi/build.bat and buildrelease.bat. The former 
should produce a test installer that should be isolated from a regular install 
(though it may not be perfect), while the latter is used for the official 
release. 

If you're going to use the latter and redistribute the result, you should read 
the instructions in the batch file and make the modifications it suggests 
(basically, there's a URI used to generate GUIDs, and also registry keys for 
PEP 514 and self-locating). Please don't distribute an installer that conflicts 
with the official one :)

Cheers,
Steve

Top-posted from my Windows Phone

-----Original Message-----
From: "joao.more...@free.fr" <joao.more...@free.fr>
Sent: ‎4/‎16/‎2017 10:32
To: "python-dev@python.org" <python-dev@python.org>
Subject: [Python-Dev] Installing a newly-built python on windows

Hi all, 


I've followed the instructions in the 1st chapter (Getting Started) of the 
Python Developers's Guide to compile python 3.6 from source, using VS 2017 on a 
Windows 7 SP1. I successfully built 35 of the 40 subprojects, and the python 
interpreter in cpython\PCbuild\amd64 is working fine. 


How do I now install this, so that users on this machine can use it ? I've 
found no instrutions on how to do this, can someone point me in the right 
direction ? 


Alternatively, could someone point me to the source code for the python .msi 
installer ? 


Thx, 
Joao 
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to