VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup/Wizard.c
AgeCommit message (Collapse)AuthorFilesLines
2019-01-26Windows: Add a build configuration containing EFI bootloader signed with ↵Mounir IDRASSI1-2/+9
custom SecureBoot key instead
2018-08-12Windows Installer: implement language selection mechanism at the start of ↵Mounir IDRASSI1-0/+11
the installer to make easier for international users.
2017-07-29Windows: Add portable installer that only extra binaries without the need of ↵Mounir IDRASSI1-16/+39
administrative privileges for extraction.
2017-07-20Windows: fix truncated license text in installer wizard.Mounir IDRASSI1-4/+12
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-1/+1
2017-06-05Windows: Correctly open online help when selected in menu. Remove unused ↵Mounir IDRASSI1-7/+3
parameters to function AppLink.
2016-10-17Windows Setup: fix compilation error caused by change in declaration of ↵Mounir IDRASSI1-1/+1
function RestartComputer
2016-10-17Windows Setup: correct call to CryptAcquireContext to use memory only ↵Mounir IDRASSI1-6/+2
container for random generation and remove use of srand/rand (if CryptGenRandom fails which is very unlikely, we just use one color).
2016-05-10Remove trailing whitespaceDavid Foerster1-25/+25
2016-05-10Normalize all line terminatorsDavid Foerster1-1195/+1195
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2015-11-26Windows: Full UNICODE rewrite and implement support for UNICODE passwords.Mounir IDRASSI1-31/+32
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 ↵Mounir IDRASSI1-7/+9
and TrueCrypt 3.0.
2015-01-03Windows: solve XP issue where the installer has missing/blacked out text boxes.Mounir IDRASSI1-12/+0
2014-12-27Windows: use the correct window handle for creating message boxes. This ↵Mounir IDRASSI1-11/+11
became important after the introduction of the wait dialog in order to avoid having message boxes behind the wait dialog.
2014-12-04Windows: put back the tutorial prompt since we now have online documentation.Mounir IDRASSI1-2/+2
2014-11-08Correctly support reinstalling the same version. Overwrite the bootloader if ↵Mounir IDRASSI1-1/+1
the same version detected.
2014-11-08Static Code Analysis : Use Safe String functions in Setup code to avoid ↵Mounir IDRASSI1-13/+14
potential security issues.
2014-11-08remove tutorial prompt from installation wizardVeraCrypt_1.0aMounir IDRASSI1-2/+2
2014-11-08Modifications to remove all TrueCrypt references in names. generate new ↵Mounir IDRASSI1-5/+5
GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word.
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+1203