summaryrefslogtreecommitdiff
path: root/msi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #2357 from LukeShu/flake8Jussi Pakkanen2017-09-221-17/+17
|\
| * flake8: Perform suggested whitespace/formatting changesLuke Shumaker2017-09-211-17/+17
* | fix file permissions on a couple of filesLuke Shumaker2017-09-201-0/+0
|/
* 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-032-0/+233