VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup/Setup.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-19Linux/FreeBSD/macOS: Implement language selection settings (#1253)Jertzukka1-1/+1
2023-09-24Windows: make Setup correctly manage option to disable memory protection duri...Mounir IDRASSI1-2/+4
2023-09-20Windows: Add setting in main UI and setup wizard to disable memory protectionMounir IDRASSI1-0/+6
2023-09-03Windows: remove legacy code (XP, Vista). Simplify code since Windows 7 is now...Mounir IDRASSI1-45/+12
2023-09-03Windows: simpler and more robust safe dll loading combined with delay loading...Mounir IDRASSI1-5/+0
2023-07-29Windows: Add installer language support for rest of the translations (#1160)Jertzukka1-0/+26
2023-07-22Windows: Remove TrueCrypt support. Increment version to 1.26.4.Mounir IDRASSI1-11/+0
2022-03-26Windows: Add various checks to address Coverity reported issues.Mounir IDRASSI1-1/+2
2022-03-21Windows: Block upgrade of VeraCrypt is the system is encrypted using RIPEMD-1...Mounir IDRASSI1-0/+4
2022-02-10Windows: Make Travel Disk contains 32-bit and arm64 binaries when VeraCrypt i...Mounir IDRASSI1-2/+2
2022-01-07Windows: Remove adding signing certificate to TrustedPublishers on XP since i...Mounir IDRASSI1-206/+0
2022-01-02Windows: Restore support of Windows 7, 8/8.1 by using single attestation sign...Mounir IDRASSI1-162/+142
2021-12-04Windows: Implement TESTSIGNING build configuration that allows running under ...Mounir IDRASSI1-25/+25
2021-11-21Windows: Restrict supported Windows versions to XP, 10 and 11 because of new ...Mounir IDRASSI1-0/+228
2021-09-05Windows: Block installation with exe installer if VeraCrypt was already insta...Mounir IDRASSI1-0/+26
2021-08-30Windows Exe Setup: Add ARM64 binaries to FileInUse detectionMounir IDRASSI1-0/+3
2021-01-02Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). Syste...Mounir IDRASSI1-5/+20
2020-07-21Windows Setup: Warn about Fast Startup during install if it is enabled and pr...Mounir IDRASSI1-0/+9
2019-01-26Windows: Add a build configuration containing EFI bootloader signed with cust...Mounir IDRASSI1-2/+49
2019-01-15Windows: enhancements to EFI system encryption, like handling of Multi-Boot a...Mounir IDRASSI1-5/+94
2019-01-14Windows: enhance support of new behavior of favorite service which is now alw...Mounir IDRASSI1-10/+33
2018-12-03Windows: remove unused variable.Mounir IDRASSI1-1/+1
2018-12-03Windows: delete existing uninstall shortcut when performing upgrade/reinstallMounir IDRASSI1-0/+3
2018-12-02Do not create uninstall shortcut in startmenu (#381)csware1-18/+0
2018-08-13Windows: code enhancements for language selection mechanism in the installer.Mounir IDRASSI1-1/+14
2018-08-12Windows Installer: implement language selection mechanism at the start of the...Mounir IDRASSI1-1/+138
2018-04-23Windows: Don't start EFI system encryption process if SecureBoot is enabled a...Mounir IDRASSI1-38/+0
2018-04-23Windows: implement compatibility for Windows 10 major updates using ReflectDr...Mounir IDRASSI1-68/+8
2018-04-23Windows: during install, copy the 64-bit driver if we are running on 64-bit w...Mounir IDRASSI1-1/+1
2018-04-23Windows: simplify installer logic by copying only binaries for the current ar...Mounir IDRASSI1-31/+7
2018-04-23Windows: implement internal verification of Authenticode digital signature fo...Mounir IDRASSI1-2/+13
2017-07-29Windows: Add portable installer that only extra binaries without the need of ...Mounir IDRASSI1-4/+24
2017-07-23Windows: display notice about creating new Rescue Disk at first boot after up...Mounir IDRASSI1-0/+8
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-1/+1
2017-06-11Windows: various fixes following Coverity analysis.Mounir IDRASSI1-1/+1
2017-06-05Windows: move language XML files to new "Languages" folder in the installatio...Mounir IDRASSI1-28/+11
2017-06-05Windows: Install CHM User Guide instead of PDF one. Delete existing PDF when ...Mounir IDRASSI1-1/+24
2017-05-15Windows: Add HTML documentation to Windows installer.Mounir IDRASSI1-15/+39
2017-05-15Replace Codeplex links by ones on veracrypt.frMounir IDRASSI1-3/+3
2016-10-17Windows: Remove VeraCrypt from EFI boot partition after decrypting the systemMounir IDRASSI1-17/+1
2016-05-10Remove trailing whitespaceDavid Foerster1-56/+56
2016-05-10Normalize all line terminatorsDavid Foerster1-2632/+2632
2016-02-20Windows: Correctly remove driver file veracrypt.sys during uninstall on Windo...Mounir IDRASSI1-15/+33
2016-02-07Windows:Fix various issues and warnings reported by static code analysis tool...Mounir IDRASSI1-1/+1
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2016-01-03Windows: Fix Dll hijacking vulnerability affecting installer that allows arbi...Mounir IDRASSI1-6/+20
2015-11-26Windows: solve crash caused by system function FormatMessage failure on rare ...Mounir IDRASSI1-4/+13
2015-11-26Windows: Full UNICODE rewrite and implement support for UNICODE passwords.Mounir IDRASSI1-387/+330
2015-10-27Windows: workaround to solve false positive detection by some anti-virus soft...Mounir IDRASSI1-1/+3
2015-09-26Windows Installer: check newly added files if they are used before resuming i...Mounir IDRASSI1-1/+8