VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup/Setup.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-10-14 16:58:28 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:23:45 +0100
commit2fe23a3fa3e522951c1ee64c877d4256388f5363 (patch)
tree1e09058433fdbd8576b81e62cecbb1191bb76bc5 /src/Setup/Setup.h
parenteffb5c7c1e3df5e709e0fa95d7dadb0969855cf8 (diff)
downloadVeraCrypt-2fe23a3fa3e522951c1ee64c877d4256388f5363.tar.gz
VeraCrypt-2fe23a3fa3e522951c1ee64c877d4256388f5363.zip
Correctly support reinstalling the same version. Overwrite the bootloader if the same version detected.
Diffstat (limited to 'src/Setup/Setup.h')
-rw-r--r--src/Setup/Setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Setup/Setup.h b/src/Setup/Setup.h
index a524ce40..7a4d64f4 100644
--- a/src/Setup/Setup.h
+++ b/src/Setup/Setup.h
@@ -154,6 +154,7 @@ extern BOOL Rollback;
extern BOOL bUpgrade;
extern BOOL bPossiblyFirstTimeInstall;
extern BOOL bRepairMode;
+extern BOOL bReinstallMode;
extern BOOL bSystemRestore;
extern BOOL bDisableSwapFiles;
extern BOOL bForAllUsers;