/third_party/python/Tools/msi/ |
D | uploadrelease.ps1 | 106 $msi = gci *.msi, *.msi.asc, *.msu, *.msu.asc variable 114 if ($msi) { variable 119 & $pscp -batch $msi.FullName "$user@${server}:$sd" 120 if (-not $?) { throw "Failed to upload $msi" } variable
|
D | buildrelease.bat | 27 rem {msi} MSI filename core.msi 28 set DOWNLOAD_URL=https://www.python.org/ftp/python/{version}/{arch}{releasename}/{msi} 65 if "%1" EQU "--skip-msi" (set BUILDMSI=) && shift && goto CheckOpts 173 ) else if not exist "%Py_OutDir%win32\en-us\launcher.msi" ( 221 echo --skip-msi Do not build executable/MSI packages 239 echo {msi} MSI filename core.msi
|
D | README.txt | 4 For testing, the installer should be built with the Tools/msi/build.bat 10 Tools/msi/buildrelease.bat script and environment variables: 66 Tools\msi\get_externals.bat. (Note that this is in addition to the 77 For testing, the installer should be built with the Tools/msi/build.bat 105 Tools/msi/buildrelease.bat script: 234 Packages appear as subdirectories of Tools/msi (other than the bundle/ 257 example, and msi.targets and csv_to_wxs.py for the implementation. This 261 All packages are built with the Tools/msi/common.wxs file, and so any 285 project to perform {{substitutions}} as defined in msi.targets. They 293 will represent the Python installer. It is built from Tools/msi/bundle [all …]
|
/third_party/node/ |
D | .gitignore | 60 # Exclude MSVS files used for .msi file generation 61 !tools/msvs/msi/custom_actions.vcxproj 62 !tools/msvs/msi/nodemsi.sln
|
D | vcbuild.bat | 44 set msi= variable 135 if /i "%1"=="msi" set msi=1&set licensertf=1&set download_arg="--download=all"&set i18n_a… variable 171 set msi=1 variable 180 if defined msi set stage_package=1 267 if defined msi ( 307 if defined msi ( 507 if not defined package goto msi 535 :msi label 536 @rem Skip msi generation if not requested 537 if not defined msi goto install-doctools [all …]
|
/third_party/python/Tools/buildbot/ |
D | buildmsi.bat | 7 call "%~dp0..\msi\build.bat" -x86 -x64
|
/third_party/python/ |
D | .gitignore | 44 # Ignore core dumps... but not Tools/msi/core/ or the like. 138 Tools/msi/obj
|
/third_party/openssl/test/certs/ |
D | bad-pc6-cert.pem | 8 msi//4z5QetkM2zRa9T3BtSWNJF+9BnDsdDxi2qLW5xY9xN3tFr234ueri9HNK4O
|
/third_party/lzma/DOC/ |
D | installer.txt | 89 ExecuteFile="7zip.msi" 98 ExecuteParameters="/i 7zip.msi REINSTALL=ALL REINSTALLMODE=vomus" 138 bat, cmd, exe, inf, msi, cab (under Windows CE), html, htm
|
/third_party/python/Tools/ |
D | README | 22 msi Support for packaging Python as an MSI package on Windows.
|
/third_party/python/PC/ |
D | store_info.txt | 30 Tools/msi/make_appx.ps1 <layout directory> python.msix -sign 46 Tools/msi/make_appx.ps1 <layout directory> python.msix
|
/third_party/rust/crates/static-assertions-rs/ |
D | .gitignore | 142 *.msi
|
/third_party/python/Tools/nuget/ |
D | build.bat | 28 call "%D%..\msi\get_externals.bat"
|
/third_party/python/Doc/library/ |
D | msilib.rst | 13 .. index:: single: msi 17 The :mod:`msilib` supports the creation of Microsoft Installer (``.msi``) files. 20 currently not implemented; read support for the ``.msi`` database is possible. 22 This package aims to provide complete access to all tables in an ``.msi`` file,
|
/third_party/libbpf/src/ |
D | btf_dump.c | 1887 __u64 lsi, msi; in btf_dump_int_data() local 1894 msi = ints[1]; in btf_dump_int_data() 1897 msi = ints[0]; in btf_dump_int_data() 1901 if (msi == 0) in btf_dump_int_data() 1904 btf_dump_type_values(d, "0x%llx%016llx", (unsigned long long)msi, in btf_dump_int_data()
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | ln.txt | 166 "msi",
|
/third_party/icu/icu4c/source/data/locales/ |
D | ln.txt | 186 "msi",
|
/third_party/icu/icu4c/source/data/unit/ |
D | to.txt | 1296 dnam{"msi"} 1297 other{"{0} msi"} 2098 dnam{"msi"} 2099 other{"msi ʻe {0}"}
|
/third_party/python/Doc/distutils/ |
D | builtdist.rst | 99 | ``msi`` | Microsoft Installer. | | 141 | :command:`bdist_msi` | msi |
|
/third_party/libwebsockets/READMEs/ |
D | README.build-windows.md | 98 http://strawberryperl.com/download/5.30.2.1/strawberry-perl-5.30.2.1-64bit.msi
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V010.md | 309 * \[[`18d413d299`](https://github.com/nodejs/node/commit/18d413d299)] - **win,msi**: create npm fol… 916 * win/msi: Enable modify and repair (Bert Belder) 917 * win/msi: Add feature selection for various node parts (Bert Belder) 918 * win/msi: use consistent registry key paths (Bert Belder)
|
/third_party/python/PCbuild/ |
D | readme.txt | 28 To build an installer package, refer to the README in the Tools/msi folder.
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0b2.rst | 735 launcher.msi has different product codes between 32-bit and 64-bit
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | to.txt | 1830 dnam{"msi"} 1831 other{"msi ʻe {0}"}
|
/third_party/typescript/tests/baselines/reference/docker/ |
D | azure-sdk.log | 195 "@azure/arm-msi" is blocked by "@azure/eslint-plugin-azure-sdk". 421 @azure/arm-msi
|