VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup/Portable.vcxproj
AgeCommit message (Collapse)AuthorFilesLines
2024-11-16Windows: remove 32-bit logic from the code since we support only 64-bit. ↵Mounir IDRASSI1-1/+1
remove 32-bit EFI bootloader files. We also fix intermediary files folder for Portable and Setup projects
2024-11-15Windows: Fix delayload link warning about comdlg32.dll not used. Remove ↵Mounir IDRASSI1-4/+4
unused old project files
2024-11-15Windows: move main project files and solution from VS 2010 to VS 2022. ↵Mounir IDRASSI1-35/+18
Delete unused files.
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.