VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/SetupDLL/SetupDLL.vcxproj
AgeCommit message (Collapse)AuthorFilesLines
2023-09-03Windows: simpler and more robust safe dll loading combined with delay ↵Mounir IDRASSI1-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-20Windows: delay load bcrypt.dll to reduce startup dependency loading until ↵Mounir IDRASSI1-3/+3
setting safe dll loading
2022-02-10Windows: Reduce the size of installers by almost 50% by using LZMA ↵Mounir IDRASSI1-6/+6
compression instead of DEFLATE
2021-09-05Windows: Fix warning and link error in SetupDLL projectMounir IDRASSI1-3/+3
2021-03-22Windows: first implementation of MSI installer for silent mode deployment ↵Mounir IDRASSI1-0/+279
(ACCEPTLICENSE=YES must be set in msiexec command line)