Lines Matching full:installer

4 For testing, the installer should be built with the Tools/msi/build.bat
9 For an official release, the installer should be built with the
19 See the Building the Installer section for more information.
24 Python is distributed on Windows as an installer that will configure the
28 The main tasks of the installer are:
38 Structure of the Installer
41 The installer is structured as a 'layout', which consists of a number of
44 The EXE is the main entry point into the installer. It contains the UI
57 associated MSI is not downloaded. This allows the installer to offer
61 Building the Installer
64 Before building the installer, download extra build dependencies using
69 create installers for Windows Installer, the Windows installation engine. WiX
76 For testing, the installer should be built with the Tools/msi/build.bat
82 generate an installer layout in PCbuild/(win32|amd64)/en-us.
86 release versions of Python are required for the installer.
91 Specify --test-marker to build an installer that works side-by-side with
96 Specify --pack to build an installer that does not require all MSIs to
100 For an official release, the installer should be built with the
112 release versions of Python are required for the installer.
119 installer layout after a previous call to buildrelease.bat.
121 Specify -o to set an output directory. The installer layouts will be
126 installer. Official releases of Python must be signed.
132 To manually build layouts of the installer, build one of the projects in
140 snapshot.wixproj produces a test installer versioned based on the date.
142 releaseweb.wixproj produces a release installer that does not embed any
145 releaselocal.wixproj produces a release installer that embeds the files
148 full.wixproj produces a test installer that embeds the entire layout.
153 When true, adds extra verification to ensure a complete installer is
158 installation. Forks of Python can use the same installer infrastructure
165 Specifies the base of a URL where missing parts of the installer layout
171 Specifies the full URL where missing parts of the installer layout can
178 Specifies the certificate to sign the installer layout with. If omitted,
185 Uploading the Installer
217 Modifying the Installer
220 The code for the installer is divided into three main groups: packages,
234 uninstalled (as used in this installer). For example, the test suite has
285 will represent the Python installer. It is built from Tools/msi/bundle
290 Installer.
325 the installer, it forms the main active component. Most of the
470 Python on their PATH. Further, because the installer can only prepend to
494 Installer's upgrade functionality to avoid conflicts with earlier
512 Windows Installer caches installation packages, removing features will
523 created by the installer, as well as __pycache__ folders that are
524 explicitly handled by the installer. Python packages installed later