]> granicus.if.org Git - python/commit
Issue #23260: Update Windows installer
authorSteve Dower <steve.dower@microsoft.com>
Fri, 6 Feb 2015 06:08:48 +0000 (22:08 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 6 Feb 2015 06:08:48 +0000 (22:08 -0800)
commitbb24087a2cbfb186b540cc71a74ec8c39c1ebe3a
tree3b586e72b5744c4076a222e8f803a00d17b5f20f
parent7425f36ee74ccf5bfc2894aca6e6b86815894f98
Issue #23260: Update Windows installer
133 files changed:
.gitignore
.hgignore
Doc/make.bat
Doc/using/win_installer.png [new file with mode: 0644]
Doc/using/windows.rst
Misc/NEWS
PC/launcher.c
PCbuild/_freeze_importlib.vcxproj
PCbuild/libeay.vcxproj
PCbuild/pylauncher.vcxproj
PCbuild/pyproject.props
PCbuild/python.props
PCbuild/pywlauncher.vcxproj
PCbuild/ssleay.vcxproj
Tools/buildbot/buildmsi.bat
Tools/msi/README.txt
Tools/msi/build.bat [new file with mode: 0644]
Tools/msi/buildrelease.bat [new file with mode: 0644]
Tools/msi/bundle/Default.thm [new file with mode: 0644]
Tools/msi/bundle/Default.wxl [new file with mode: 0644]
Tools/msi/bundle/SideBar.png [new file with mode: 0644]
Tools/msi/bundle/bootstrap/LICENSE.txt [new file with mode: 0644]
Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp [new file with mode: 0644]
Tools/msi/bundle/bootstrap/pch.cpp [new file with mode: 0644]
Tools/msi/bundle/bootstrap/pch.h [new file with mode: 0644]
Tools/msi/bundle/bootstrap/pythonba.cpp [new file with mode: 0644]
Tools/msi/bundle/bootstrap/pythonba.def [new file with mode: 0644]
Tools/msi/bundle/bootstrap/pythonba.sln [new file with mode: 0644]
Tools/msi/bundle/bootstrap/pythonba.vcxproj [new file with mode: 0644]
Tools/msi/bundle/bootstrap/resource.h [new file with mode: 0644]
Tools/msi/bundle/bundle.ico [new file with mode: 0644]
Tools/msi/bundle/bundle.targets [new file with mode: 0644]
Tools/msi/bundle/bundle.wxs [new file with mode: 0644]
Tools/msi/bundle/full.wixproj [new file with mode: 0644]
Tools/msi/bundle/packagegroups/core.wxs [new file with mode: 0644]
Tools/msi/bundle/packagegroups/crt.wxs [new file with mode: 0644]
Tools/msi/bundle/packagegroups/dev.wxs [new file with mode: 0644]
Tools/msi/bundle/packagegroups/doc.wxs [new file with mode: 0644]
Tools/msi/bundle/packagegroups/exe.wxs [new file with mode: 0644]
Tools/msi/bundle/packagegroups/launcher.wxs [new file with mode: 0644]
Tools/msi/bundle/packagegroups/lib.wxs [new file with mode: 0644]
Tools/msi/bundle/packagegroups/postinstall.wxs [new file with mode: 0644]
Tools/msi/bundle/packagegroups/tcltk.wxs [new file with mode: 0644]
Tools/msi/bundle/packagegroups/test.wxs [new file with mode: 0644]
Tools/msi/bundle/packagegroups/tools.wxs [new file with mode: 0644]
Tools/msi/bundle/postinstall_en-US.wxl_template [new file with mode: 0644]
Tools/msi/bundle/releaselocal.wixproj [new file with mode: 0644]
Tools/msi/bundle/releaseweb.wixproj [new file with mode: 0644]
Tools/msi/bundle/snapshot.wixproj [new file with mode: 0644]
Tools/msi/common.wxs [new file with mode: 0644]
Tools/msi/common_en-US.wxl_template [new file with mode: 0644]
Tools/msi/core/core.props [new file with mode: 0644]
Tools/msi/core/core.wixproj [new file with mode: 0644]
Tools/msi/core/core.wxs [new file with mode: 0644]
Tools/msi/core/core_d.wixproj [new file with mode: 0644]
Tools/msi/core/core_en-US.wxl [new file with mode: 0644]
Tools/msi/core/core_files.wxs [new file with mode: 0644]
Tools/msi/core/core_pdb.wixproj [new file with mode: 0644]
Tools/msi/crt/crt.wixproj [new file with mode: 0644]
Tools/msi/crt/crt.wxs [new file with mode: 0644]
Tools/msi/crt/crt_en-US.wxl [new file with mode: 0644]
Tools/msi/crt/crt_files.12.0.wxs [new file with mode: 0644]
Tools/msi/crt/crt_files.14.0.wxs [new file with mode: 0644]
Tools/msi/crt/crtlicense.txt [new file with mode: 0644]
Tools/msi/csv_to_wxs.py [new file with mode: 0644]
Tools/msi/dev/dev.props [new file with mode: 0644]
Tools/msi/dev/dev.wixproj [new file with mode: 0644]
Tools/msi/dev/dev.wxs [new file with mode: 0644]
Tools/msi/dev/dev_d.wixproj [new file with mode: 0644]
Tools/msi/dev/dev_en-US.wxl [new file with mode: 0644]
Tools/msi/dev/dev_files.wxs [new file with mode: 0644]
Tools/msi/doc/doc.wixproj [new file with mode: 0644]
Tools/msi/doc/doc.wxs [new file with mode: 0644]
Tools/msi/doc/doc_en-US.wxl_template [new file with mode: 0644]
Tools/msi/doc/doc_files.wxs [new file with mode: 0644]
Tools/msi/doc/doc_no_files.wxs [new file with mode: 0644]
Tools/msi/exe/crtlicense.txt [moved from Tools/msi/crtlicense.txt with 100% similarity]
Tools/msi/exe/exe.props [new file with mode: 0644]
Tools/msi/exe/exe.wixproj [new file with mode: 0644]
Tools/msi/exe/exe.wxs [new file with mode: 0644]
Tools/msi/exe/exe_d.wixproj [new file with mode: 0644]
Tools/msi/exe/exe_en-US.wxl_template [new file with mode: 0644]
Tools/msi/exe/exe_files.wxs [new file with mode: 0644]
Tools/msi/exe/exe_pdb.wixproj [new file with mode: 0644]
Tools/msi/get_wix.py [new file with mode: 0644]
Tools/msi/launcher/launcher.props [new file with mode: 0644]
Tools/msi/launcher/launcher.wixproj [new file with mode: 0644]
Tools/msi/launcher/launcher.wxs [new file with mode: 0644]
Tools/msi/launcher/launcher_en-US.wxl [new file with mode: 0644]
Tools/msi/launcher/launcher_files.wxs [new file with mode: 0644]
Tools/msi/launcher/launcher_pdb.wixproj [new file with mode: 0644]
Tools/msi/launcher/launcher_reg.wxs [new file with mode: 0644]
Tools/msi/lib/lib.props [new file with mode: 0644]
Tools/msi/lib/lib.wixproj [new file with mode: 0644]
Tools/msi/lib/lib.wxs [new file with mode: 0644]
Tools/msi/lib/lib_d.wixproj [new file with mode: 0644]
Tools/msi/lib/lib_en-US.wxl [new file with mode: 0644]
Tools/msi/lib/lib_files.wxs [new file with mode: 0644]
Tools/msi/lib/lib_pdb.wixproj [new file with mode: 0644]
Tools/msi/msi.props [new file with mode: 0644]
Tools/msi/msi.py [deleted file]
Tools/msi/msi.targets [new file with mode: 0644]
Tools/msi/msilib.py [deleted file]
Tools/msi/msisupport.c [deleted file]
Tools/msi/msisupport.mak [deleted file]
Tools/msi/path/path.wixproj [new file with mode: 0644]
Tools/msi/path/path.wxs [new file with mode: 0644]
Tools/msi/path/path_en-US.wxl [new file with mode: 0644]
Tools/msi/pip/pip.wixproj [new file with mode: 0644]
Tools/msi/pip/pip.wxs [new file with mode: 0644]
Tools/msi/pip/pip_en-US.wxl [new file with mode: 0644]
Tools/msi/schema.py [deleted file]
Tools/msi/sequence.py [deleted file]
Tools/msi/tcltk/tcltk.props [new file with mode: 0644]
Tools/msi/tcltk/tcltk.wixproj [new file with mode: 0644]
Tools/msi/tcltk/tcltk.wxs [new file with mode: 0644]
Tools/msi/tcltk/tcltk_d.wixproj [new file with mode: 0644]
Tools/msi/tcltk/tcltk_en-US.wxl_template [new file with mode: 0644]
Tools/msi/tcltk/tcltk_files.wxs [new file with mode: 0644]
Tools/msi/tcltk/tcltk_pdb.wixproj [new file with mode: 0644]
Tools/msi/test/test.props [new file with mode: 0644]
Tools/msi/test/test.wixproj [new file with mode: 0644]
Tools/msi/test/test.wxs [new file with mode: 0644]
Tools/msi/test/test_d.wixproj [new file with mode: 0644]
Tools/msi/test/test_en-US.wxl [new file with mode: 0644]
Tools/msi/test/test_files.wxs [new file with mode: 0644]
Tools/msi/test/test_pdb.wixproj [new file with mode: 0644]
Tools/msi/tools/tools.wixproj [new file with mode: 0644]
Tools/msi/tools/tools.wxs [new file with mode: 0644]
Tools/msi/tools/tools_en-US.wxl [new file with mode: 0644]
Tools/msi/tools/tools_files.wxs [new file with mode: 0644]
Tools/msi/uisample.py [deleted file]
Tools/msi/wix.props [new file with mode: 0644]