VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup/Setup.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-10Windows: Don't offer creating a restore point if it is disabled in Windows.Mounir IDRASSI1-5/+43
2015-09-06Windows: Installer and Traveler Disk Setup both always copy 32-bit and 64-bit...Mounir IDRASSI1-0/+30
2015-09-06Windows Installer: better handling for updating system favorite service from ...Mounir IDRASSI1-24/+91
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 an...Mounir IDRASSI1-6/+8
2015-07-13Windows: on 64-bit Windows, more System favorite service from SysWoW64 to Sys...Mounir IDRASSI1-1/+40
2015-07-06Windows: Display source location of errors in order to help diagnose issues r...Mounir IDRASSI1-12/+12
2015-06-12Windows installer: solve Windows XP 32-bit incompatibility issue introduced p...Mounir IDRASSI1-3/+21
2015-06-10Windows: solve installer issue on Windows 10 caused by failure to overwrite V...Mounir IDRASSI1-13/+24
2015-05-22Windows Setup: Integrate 64-bit builds of exe files into the installer. Only ...Mounir IDRASSI1-5/+23
2015-04-05Windows Setup: Avoid potential issues by correctly initializing variables and...Mounir IDRASSI1-13/+13
2015-03-17Windows Setup: When clicking uninstall link, launch Windows Add/Remove progra...Mounir IDRASSI1-6/+15
2015-03-16Windows Setup: remove other VeraCrypt references for registry.Mounir IDRASSI1-0/+6
2015-03-15Windows Setup: implement removal of special LEGACY_VERACRYPT registry keys.Mounir IDRASSI1-60/+258
2015-03-13Windows: VeraCrypt reference from various registry locations. Uninstall old V...Mounir IDRASSI1-2/+116
2015-02-16Windows Installer: don't add link to VeraCryptExpander in the desktop.Mounir IDRASSI1-8/+0
2015-02-13Windows: Add VeraCryptExpander.exe to the Windows installer.Mounir IDRASSI1-0/+15
2015-02-09Static Code Analysis: Avoid over-flaw in arithmetic operations by adding more...Mounir IDRASSI1-15/+16
2015-02-08Windows Setup: implement removal of non-empty directories to avoid errors dur...Mounir IDRASSI1-1/+19
2014-12-27Windows: use the correct window handle for creating message boxes. This becam...Mounir IDRASSI1-19/+19
2014-12-04Windows: update URLs to points to the online documentation. Use a dedicated d...Mounir IDRASSI1-1/+1
2014-11-08Correctly support reinstalling the same version. Overwrite the bootloader if ...Mounir IDRASSI1-2/+5
2014-11-08Static Code Analysis : Use Safe String functions in Setup code to avoid poten...Mounir IDRASSI1-78/+80
2014-11-08Remove test inherited from TrueCrypt because it's always true since we inheri...Mounir IDRASSI1-1/+1
2014-11-08Remove unused label.Mounir IDRASSI1-1/+0
2014-11-08Static Code Analysis : fix non-absolute DLL/process loads that can be hijacke...Mounir IDRASSI1-1/+8
2014-11-08Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources Re...Mounir IDRASSI1-1/+1
2014-11-08Remove some legacy code inherited from True and that doesn't apply to VeraCryptMounir IDRASSI1-108/+0
2014-11-08Set the publisher to IDRIX in the uninstaller registry key.Mounir IDRASSI1-1/+1
2014-11-08restore TrueCrypt reference in license headerMounir IDRASSI1-1/+1
2014-11-08Modifications to remove all TrueCrypt references in names. generate new GUIDs...Mounir IDRASSI1-93/+93
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+2160