VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup/Portable.vcxproj
AgeCommit message (Collapse)AuthorFilesLines
2023-09-03Windows: simpler and more robust safe dll loading combined with delay ↵Mounir IDRASSI1-4/+4
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-4/+4
setting safe dll loading
2022-02-10Windows: Reduce the size of installers by almost 50% by using LZMA ↵Mounir IDRASSI1-8/+11
compression instead of DEFLATE
2021-12-04Windows: Implement TESTSIGNING build configuration that allows running under ↵Mounir IDRASSI1-0/+61
Windows Vista,7, 8 and 8.1.
2019-01-26Windows: Add a build configuration containing EFI bootloader signed with ↵Mounir IDRASSI1-0/+64
custom SecureBoot key instead
2018-04-23Windows: simplify installer logic by copying only binaries for the current ↵Mounir IDRASSI1-2/+2
architecture.
2017-07-29Windows: Add portable installer that only extra binaries without the need of ↵Mounir IDRASSI1-0/+217
administrative privileges for extraction.