VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/SetupDLL/Setup.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11Windows: replace CoInitialize calls with CoInitializeExMounir IDRASSI1-1/+1
2023-09-03Windows: remove legacy code (XP, Vista). Simplify code since Windows 7 is now...Mounir IDRASSI1-26/+8
2023-09-03Windows: simpler and more robust safe dll loading combined with delay loading...Mounir IDRASSI1-272/+0
2023-07-24Windows: remove unused variableMounir IDRASSI1-1/+0
2023-07-24Linux/macOS: Remove TrueCrypt supportMounir IDRASSI1-5/+0
2023-07-22Windows: Remove TrueCrypt support. Increment version to 1.26.4.Mounir IDRASSI1-11/+0
2022-03-21Windows: Block upgrade of VeraCrypt is the system is encrypted using RIPEMD-1...Mounir IDRASSI1-0/+8
2022-02-02Windows: Fix failure to create Traveler Disk when VeraCrypt is installed usin...Mounir IDRASSI1-0/+7
2022-02-01Windows: Make MSI installer compatible with System Encryption by leveraging V...Mounir IDRASSI1-10/+25
2022-01-16Windows MSI: set minimum support for MSI installation to Windows 8 as it was ...Mounir IDRASSI1-8/+0
2021-11-21Windows: Block installation of MSI on Windows version older than Windows 10 b...Mounir IDRASSI1-0/+8
2021-09-05Windows: Fix warning and link error in SetupDLL projectMounir IDRASSI1-1/+0
2021-09-02Windows MSI: block MSI installation if System Encryption is enabled until we ...Mounir IDRASSI1-0/+6
2021-09-02Windows MSI: Fix error querying bootloader informationMounir IDRASSI1-1/+20
2021-08-30Windows MSI: avoid duplicated entry for VeraCrypt when installing MSI over an...Mounir IDRASSI1-0/+3
2021-08-30Windows MSI: Don't reboot if /norestart is specified (which is equivalent to ...Mounir IDRASSI1-2/+27
2021-03-22Windows: first implementation of MSI installer for silent mode deployment (AC...Mounir IDRASSI1-0/+3620