summaryrefslogtreecommitdiff
path: root/msi
AgeCommit message (Expand)Author
2020-11-27createmsi: move to generic packaging directoryEli Schwartz
2020-07-16mdata: remove setuptools and use mesondata insteadDaniel Mensinger
2020-07-12MSI creation fixes. [skip ci]Jussi Pakkanen
2020-06-30Move mesonbuild/cmake/data/run_ctgt.py to mesonbuild/scripts/cmake_run_ctgt.p...georgev93
2020-05-18Add cmake files to msi package.georgev93
2019-12-16Clean MSI generator Try 2 [skip ci]Michael Brockus
2019-10-30Fix looking up Visual Studio MSMs. Again. [skip ci]Jussi Pakkanen
2019-08-05Update MSI creator script to newest VS on Win 7. [skip ci]Jussi Pakkanen
2019-06-26Switch to using Pyinstaller. Closes #5550.Jussi Pakkanen
2019-06-16Updated msi creator to use 64 bit VS 2019. [skip ci]Jussi Pakkanen
2019-04-21Can run argument strings with internal Python. Closes #5217.Jussi Pakkanen
2018-12-12Add all files from scripts to MSI package. Closes #4621.Jussi Pakkanen
2018-10-30Fix crlf line endingsDylan Baker
2018-06-28Add upgrade support to the MSI generator. [skip ci]Jussi Pakkanen
2018-06-26Fix glib build when using MSI installer. Closes #3762.Jussi Pakkanen
2018-05-01Always generate a new Product GUID. Closes #2485. [skip ci]Jussi Pakkanen
2018-03-03Fix flake8 'variable assigned value but unused' reportsJon Turney
2018-03-03Fix various flake8 indentation reportsJon Turney
2018-02-24Robustify msi creator script.Jussi Pakkanen
2017-11-21Review fixes.Jussi Pakkanen
2017-11-20Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen
2017-10-11MSI: Find VC redistributable with python 32bit on windows 64bitNiklas Claesson
2017-10-07Package the Visual C runtime. Closes #2417.Jussi Pakkanen
2017-09-22Merge pull request #2357 from LukeShu/flake8Jussi Pakkanen
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker
2017-09-20fix file permissions on a couple of filesLuke Shumaker
2017-09-12MSI: Improve python detectionNiklas Claesson
2017-09-10Require installer version 5.0, which corresponds to Win 7 and up.Jussi Pakkanen
2017-09-10Fix installer generation on 64 bit Windows.Jussi Pakkanen
2017-09-10Add installer option to not install Ninja.Jussi Pakkanen
2017-09-10Delete XML string manipulation code.Jussi Pakkanen
2017-09-10Create WiX source file with the XML module rather than string manipulation.Jussi Pakkanen
2017-08-28Create a proper 64 bit installer with WiX.Jussi Pakkanen
2017-08-27Fix msi creation script to work on 64 bit Windows.Jussi Pakkanen
2017-08-03Add Python script that creates an MSI installer from a package created with c...Jussi Pakkanen