summaryrefslogtreecommitdiff
path: root/msi/createmsi.py
Commit message (Expand)AuthorAgeFilesLines
* createmsi: move to generic packaging directoryEli Schwartz2020-11-271-352/+0
* mdata: remove setuptools and use mesondata insteadDaniel Mensinger2020-07-161-4/+0
* MSI creation fixes. [skip ci]Jussi Pakkanen2020-07-121-8/+6
* Move mesonbuild/cmake/data/run_ctgt.py to mesonbuild/scripts/cmake_run_ctgt.p...georgev932020-06-301-0/+2
* Add cmake files to msi package.georgev932020-05-181-0/+2
* Clean MSI generator Try 2 [skip ci]Michael Brockus2019-12-161-28/+85
* Fix looking up Visual Studio MSMs. Again. [skip ci]Jussi Pakkanen2019-10-301-2/+2
* Update MSI creator script to newest VS on Win 7. [skip ci]Jussi Pakkanen2019-08-051-4/+1
* Switch to using Pyinstaller. Closes #5550.Jussi Pakkanen2019-06-261-14/+18
* Updated msi creator to use 64 bit VS 2019. [skip ci]Jussi Pakkanen2019-06-161-1/+1
* Can run argument strings with internal Python. Closes #5217.Jussi Pakkanen2019-04-211-1/+23
* Add all files from scripts to MSI package. Closes #4621.Jussi Pakkanen2018-12-121-2/+8
* Add upgrade support to the MSI generator. [skip ci]Jussi Pakkanen2018-06-281-0/+3
* Fix glib build when using MSI installer. Closes #3762.Jussi Pakkanen2018-06-261-0/+1
* Always generate a new Product GUID. Closes #2485. [skip ci]Jussi Pakkanen2018-05-011-1/+1
* Fix flake8 'variable assigned value but unused' reportsJon Turney2018-03-031-1/+0
* Fix various flake8 indentation reportsJon Turney2018-03-031-2/+2
* Robustify msi creator script.Jussi Pakkanen2018-02-241-2/+7
* Review fixes.Jussi Pakkanen2017-11-211-1/+0
* Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen2017-11-201-3/+2
* MSI: Find VC redistributable with python 32bit on windows 64bitNiklas Claesson2017-10-111-1/+4
* Package the Visual C runtime. Closes #2417.Jussi Pakkanen2017-10-071-0/+16
* flake8: Perform suggested whitespace/formatting changesLuke Shumaker2017-09-211-17/+17
* MSI: Improve python detectionNiklas Claesson2017-09-121-2/+13
* Require installer version 5.0, which corresponds to Win 7 and up.msixmlJussi Pakkanen2017-09-101-1/+1
* Fix installer generation on 64 bit Windows.Jussi Pakkanen2017-09-101-5/+8
* Add installer option to not install Ninja.Jussi Pakkanen2017-09-101-29/+62
* Delete XML string manipulation code.Jussi Pakkanen2017-09-101-75/+15
* Create WiX source file with the XML module rather than string manipulation.Jussi Pakkanen2017-09-101-10/+93
* Create a proper 64 bit installer with WiX.Jussi Pakkanen2017-08-281-4/+14
* Fix msi creation script to work on 64 bit Windows.Jussi Pakkanen2017-08-271-2/+5
* Add Python script that creates an MSI installer from a package created with c...Jussi Pakkanen2017-08-031-0/+160