VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup/Wizard.c
AgeCommit message (Collapse)AuthorFilesLines
2023-09-24Windows: make Setup correctly manage option to disable memory protection ↵Mounir IDRASSI1-0/+3
during upgrade
2023-09-24Windows: always open online help in case of Setup because local help may be ↵Mounir IDRASSI1-1/+1
outdated
2023-09-24Windows: Add tooltip message and help button for new option to disable ↵Mounir IDRASSI1-0/+26
memory protection Also a dedicated page in the documentation was added for it.
2023-09-20Windows: Add setting in main UI and setup wizard to disable memory protectionMounir IDRASSI1-0/+4
This can be useful for users who need Accessibility software that may not work when memory protection is active in VeraCrypt
2023-09-03Windows: Replace legacy file/dir selection APIs with modern IFileDialog ↵Mounir IDRASSI1-4/+4
interface We remove usage of GetOpenFileNameW/GetSaveFileNameW/SHBrowseForFolderW which are deprecated by Microsoft
2020-07-21Windows Setup: Warn about Fast Startup during install if it is enabled and ↵Mounir IDRASSI1-0/+10
propose to disable it at the end of the installation.
2020-06-28Windows: remove unused code targeting Windows 2000.Mounir IDRASSI1-16/+0
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