VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Release/Setup Files/Product64.wxs
AgeCommit message (Collapse)AuthorFilesLines
2023-11-09Increment version to 1.26.10. Update signed Windows drivers.Mounir IDRASSI1-2/+2
2023-10-11Increment version to 1.26.9Mounir IDRASSI1-2/+2
2023-09-30Increment version to 1.26.7. Set release date to October 1st. Update Windows ↵Mounir IDRASSI1-2/+2
signed driver files.
2023-09-21Update Release Notes. Increment version to 1.26.6.Mounir IDRASSI1-2/+2
2023-08-14Increment version to 1.26.5. Update signed Windows drivers.Mounir IDRASSI1-2/+2
2023-07-22Windows: Remove TrueCrypt support. Increment version to 1.26.4.Mounir IDRASSI1-2/+2
2023-06-28Increment version to 1.26.3. Update Release NotesMounir IDRASSI1-2/+2
2022-12-11Windows MSI: Add reference to newly added documentation files. Remove ↵Mounir IDRASSI1-4/+112
reference to RIPEMD-160 html file.
2022-12-11Revert "New sys enc wizard (#957)"Mounir IDRASSI1-1/+5
This reverts commit c0ff7a7c521b1d658316d9a177383ab0c403007a.
2022-08-25New sys enc wizard (#957)SysEncWizardPR957Felix Reichmann1-5/+1
* New VeraCrypt interface (for system encryption) with improved usability * System Encryption: translate password to US keyboard layout + improved new interface * Windows: Fix build error following merge * Windows: Remove unused variable * Windows: Add missing string in Language.xml * Windows: fix buffer overrun caused by wrong use of wmemset * Do not delete password file Since the file is only available in \Release\Setup Files\ it would be fully deleted after running this script the first time. * Correct return code Originally the function would have always returned the return-code 1 resulting that the user is not able to change the location for the rescue zip. * Added hint for sysenc Added a hint why the field for repeating the password is initially greyed out within the system encryption. * Corrected spelling mistake Corrected spelling mistake * Removed not working copy job The file to be copied was stored at the source location. Therefore the copyjob will not work. Instead the file is already in the target folder. * Removed RIPEMD-160 from Product64.wxs See commit from 21.03.2022 * Added german translation for new interface * Fixed PIM bug * Corrected translation file based on the guidelines within the pull request * Fixing merge conflicts * Fixed Compiling issues. Reverted keyboard translation * Removed artifacts of password translation * Corrected language.xml * Fixed order within german language file * Corrected positions Co-authored-by: Bruna2803 <bruna.radeljak@hotmail.com> Co-authored-by: felixreichmann <30237956+felixreichmann@users.noreply.github.com> Co-authored-by: Mounir IDRASSI <mounir.idrassi@idrix.fr>
2022-03-21Increment version to 1.26 and update windows driver and MBR bootloader filesMounir IDRASSI1-2/+2
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-1/+1
2022-02-11Windows: Increment version to 1.25.8.1 and update signed Windows driversMounir IDRASSI1-1/+1
2022-02-05Increment version to 1.25.8Mounir IDRASSI1-2/+2
2022-02-01Windows MSI: set minimum support for MSI installation to Windows 7Mounir IDRASSI1-4/+4
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-27Windows (MSI install only): Fix double-clicking .hc file inserting %1 ↵Mounir IDRASSI1-2/+2
instead of volume name in UI path field when
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-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-08-30Increment version to 1.25Mounir IDRASSI1-2/+2
2021-03-22Windows: first implementation of MSI installer for silent mode deployment ↵Mounir IDRASSI1-0/+1709
(ACCEPTLICENSE=YES must be set in msiexec command line)