Mounir IDRASSI
|
6d1ad12755
|
Windows: move main project files and solution from VS 2010 to VS 2022. Delete unused files.
|
2024-11-15 15:50:32 +01:00 |
|
Mounir IDRASSI
|
d68b9546bd
|
Windows: simpler and more robust safe dll loading combined with delay 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-09-03 00:58:34 +02:00 |
|
Mounir IDRASSI
|
0dc4754c63
|
Windows: delay load bcrypt.dll to reduce startup dependency loading until setting safe dll loading
|
2023-08-20 09:57:38 +02:00 |
|
Mounir IDRASSI
|
1ef05f24e2
|
Windows: Reduce the size of installers by almost 50% by using LZMA compression instead of DEFLATE
|
2022-02-10 01:21:17 +01:00 |
|
Mounir IDRASSI
|
7ac1abcad1
|
Windows: Fix warning and link error in SetupDLL project
|
2021-09-05 20:10:24 +02:00 |
|
Mounir IDRASSI
|
ee79ff0579
|
Windows: first implementation of MSI installer for silent mode deployment (ACCEPTLICENSE=YES must be set in msiexec command line)
|
2021-03-22 08:03:01 +01:00 |
|