VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/SetupDLL
AgeCommit message (Collapse)AuthorFilesLines
2023-11-09Increment version to 1.26.10. Update signed Windows drivers.Mounir IDRASSI1-4/+4
2023-10-11Increment version to 1.26.9Mounir IDRASSI1-4/+4
2023-10-10Increment version to 1.26.8Mounir IDRASSI1-4/+4
2023-09-30Increment version to 1.26.7. Set release date to October 1st. Update Windows ↵Mounir IDRASSI1-4/+4
signed driver files.
2023-09-21Update Release Notes. Increment version to 1.26.6.Mounir IDRASSI1-4/+4
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 ↵Mounir IDRASSI1-26/+8
now minimal OS version.
2023-09-03Windows: simpler and more robust safe dll loading combined with delay ↵Mounir IDRASSI2-275/+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
2023-08-14Increment version to 1.26.5. Update signed Windows drivers.Mounir IDRASSI1-4/+4
2023-07-29Windows: Add installer language support for rest of the translations (#1160)Jertzukka2-0/+52
Currently there are a lot of translated strings that are never seen anywhere as the installer doesn't offer all the available languages as options in the installer wizard (sans Burmese).
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 IDRASSI2-15/+4
2023-06-28Increment version to 1.26.3. Update Release NotesMounir IDRASSI1-4/+4
2023-06-04Increment version to 1.26.2. Update Release NotesMounir IDRASSI1-4/+4
2022-03-26Windows: Add various checks to address Coverity reported issues.Mounir IDRASSI1-0/+12
2022-03-21Increment version to 1.26 and update windows driver and MBR bootloader filesMounir IDRASSI1-4/+4
2022-03-21Windows: Block upgrade of VeraCrypt is the system is encrypted using ↵Mounir IDRASSI1-0/+8
RIPEMD-160 or GOST89 since they are not supported anymore.
2022-02-19Increment version to 1.25.9 and update Release Notes.Mounir IDRASSI1-2/+2
2022-02-16Increment version to 1.25.8.2 and update signed Windows driversMounir IDRASSI1-2/+2
2022-02-11Windows: Increment version to 1.25.8.1 and update signed Windows driversMounir IDRASSI1-2/+2
2022-02-10Windows: Reduce the size of installers by almost 50% by using LZMA ↵Mounir IDRASSI1-6/+6
compression instead of DEFLATE
2022-02-05Increment version to 1.25.8Mounir IDRASSI1-2/+2
2022-02-02Windows: Fix failure to create Traveler Disk when VeraCrypt is installed ↵Mounir IDRASSI1-0/+7
using MSI
2022-02-01Windows: Make MSI installer compatible with System Encryption by leveraging ↵Mounir IDRASSI1-10/+25
VeraCrypt service capabilities
2022-01-16Windows MSI: set minimum support for MSI installation to Windows 8 as it was ↵Mounir IDRASSI1-8/+0
before
2022-01-07Increment version to 1.25.7 and update Release NotesMounir IDRASSI1-2/+2
2021-12-27Increment version to 1.25.6. Update Release Notes and add signed Windows driver.Mounir IDRASSI1-2/+2
2021-12-20Increment version to 1.25.5 and update release notesMounir IDRASSI1-2/+2
2021-11-30Increment version to 1.25.4 and set release date to December 3rd 2021Mounir IDRASSI1-2/+2
2021-11-28Increment version to 1.25 (1.25.3)Mounir IDRASSI1-2/+2
2021-11-21Windows: Block installation of MSI on Windows version older than Windows 10 ↵Mounir IDRASSI1-0/+8
because of driver code signing
2021-11-21Increment version to 1.25-RC2 and update release notesMounir IDRASSI1-2/+2
2021-09-05Increment version to 1.25-RC1Mounir IDRASSI1-2/+2
2021-09-05Windows: Fix warning and link error in SetupDLL projectMounir IDRASSI2-4/+3
2021-09-02Windows MSI: block MSI installation if System Encryption is enabled until we ↵Mounir IDRASSI1-0/+6
find a workaround for MSI service inability to access EFI environment variables (GetFirmwareEnvironmentVariable return empty values)
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 ↵Mounir IDRASSI1-0/+3
an EXE based installation
2021-08-30Increment version to 1.25Mounir IDRASSI1-4/+4
2021-08-30Windows MSI: Don't reboot if /norestart is specified (which is equivalent to ↵Mounir IDRASSI1-2/+27
REBOOT=REALLYSUPPRESS)
2021-08-15Windows: Increment version to 1.24.25.3 and update signed Windows driverMounir IDRASSI1-2/+2
2021-08-02Windows: Increment version to 1.24.25.2 and update signed Windows driverMounir IDRASSI1-2/+2
2021-07-14Windows: Remove unused filesMounir IDRASSI5-762/+0
2021-03-22Windows: first implementation of MSI installer for silent mode deployment ↵Mounir IDRASSI25-0/+6449
(ACCEPTLICENSE=YES must be set in msiexec command line)