aboutsummaryrefslogtreecommitdiff
path: root/msi
AgeCommit message (Expand)AuthorFilesLines
2017-11-21Review fixes.Jussi Pakkanen1-1/+0
2017-11-20Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen1-3/+2
2017-10-11MSI: Find VC redistributable with python 32bit on windows 64bitNiklas Claesson1-1/+4
2017-10-07Package the Visual C runtime. Closes #2417.Jussi Pakkanen1-0/+16
2017-09-22Merge pull request #2357 from LukeShu/flake8Jussi Pakkanen1-17/+17
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker1-17/+17
2017-09-20fix file permissions on a couple of filesLuke Shumaker1-0/+0
2017-09-12MSI: Improve python detectionNiklas Claesson1-2/+13
2017-09-10Require installer version 5.0, which corresponds to Win 7 and up.Jussi Pakkanen1-1/+1
2017-09-10Fix installer generation on 64 bit Windows.Jussi Pakkanen1-5/+8
2017-09-10Add installer option to not install Ninja.Jussi Pakkanen1-29/+62
2017-09-10Delete XML string manipulation code.Jussi Pakkanen1-75/+15
2017-09-10Create WiX source file with the XML module rather than string manipulation.Jussi Pakkanen1-10/+93
2017-08-28Create a proper 64 bit installer with WiX.Jussi Pakkanen1-4/+14
2017-08-27Fix msi creation script to work on 64 bit Windows.Jussi Pakkanen1-2/+5
2017-08-03Add Python script that creates an MSI installer from a package created with c...Jussi Pakkanen2-0/+233