VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup/Wizard.c
AgeCommit message (Collapse)AuthorFilesLines
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