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
20 See the Building the Installer section for more information.
25 Python is distributed on Windows as an installer that will configure the
29 The main tasks of the installer are:
39 Structure of the Installer
42 The installer is structured as a 'layout', which consists of a number of
45 The EXE is the main entry point into the installer. It contains the UI
58 associated MSI is not downloaded. This allows the installer to offer
62 Building the Installer
65 Before building the installer, download extra build dependencies using
70 create installers for Windows Installer, the Windows installation engine. WiX
77 For testing, the installer should be built with the Tools/msi/build.bat
83 generate an installer layout in PCbuild/(win32|amd64)/en-us.
87 release versions of Python are required for the installer.
90 available, it will simply be excluded from the installer. Ensure
95 Specify --test-marker to build an installer that works side-by-side with
100 Specify --pack to build an installer that does not require all MSIs to
104 For an official release, the installer should be built with the
117 release versions of Python are required for the installer.
123 installer layout after a previous call to buildrelease.bat.
125 Specify -o to set an output directory. The installer layouts will be
130 installer. Official releases of Python must be signed.
140 To manually build layouts of the installer, build one of the projects in
148 snapshot.wixproj produces a test installer versioned based on the date.
150 releaseweb.wixproj produces a release installer that does not embed any
153 releaselocal.wixproj produces a release installer that embeds the files
156 full.wixproj produces a test installer that embeds the entire layout.
161 When true, adds extra verification to ensure a complete installer is
168 installation. Forks of Python can use the same installer infrastructure
175 Specifies the base of a URL where missing parts of the installer layout
181 Specifies the full URL where missing parts of the installer layout can
188 Specifies the certificate to sign the installer layout with. If omitted,
195 Uploading the Installer
227 Modifying the Installer
230 The code for the installer is divided into three main groups: packages,
244 uninstalled (as used in this installer). For example, the test suite has
295 will represent the Python installer. It is built from Tools/msi/bundle
300 Installer.
335 the installer, it forms the main active component. Most of the
485 Python on their PATH. Further, because the installer can only prepend to
509 Installer's upgrade functionality to avoid conflicts with earlier
527 Windows Installer caches installation packages, removing features will
538 created by the installer, as well as __pycache__ folders that are
539 explicitly handled by the installer. Python packages installed later