Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-15 | Windows: Fix delayload link warning about comdlg32.dll not used. Remove ↵ | Mounir IDRASSI | 1 | -3/+3 | |
unused old project files | |||||
2024-11-15 | Windows: move main project files and solution from VS 2010 to VS 2022. ↵ | Mounir IDRASSI | 1 | -29/+14 | |
Delete unused files. | |||||
2023-09-03 | Windows: simpler and more robust safe dll loading combined with delay ↵ | Mounir IDRASSI | 1 | -3/+3 | |
loading thanks to Windows 7 being minimum supported version. We also block execution on Windows versions older than Windows 7. A lot of code was removed thanks to this. | |||||
2023-08-20 | Windows: delay load bcrypt.dll to reduce startup dependency loading until ↵ | Mounir IDRASSI | 1 | -3/+3 | |
setting safe dll loading | |||||
2022-02-10 | Windows: Reduce the size of installers by almost 50% by using LZMA ↵ | Mounir IDRASSI | 1 | -6/+6 | |
compression instead of DEFLATE | |||||
2021-09-05 | Windows: Fix warning and link error in SetupDLL project | Mounir IDRASSI | 1 | -3/+3 | |
2021-03-22 | Windows: first implementation of MSI installer for silent mode deployment ↵ | Mounir IDRASSI | 1 | -0/+279 | |
(ACCEPTLICENSE=YES must be set in msiexec command line) |