diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-06 11:39:47 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-06 20:31:01 +0200 |
commit | 42a7a17cb963eff8a94e60f218db943398d0dee0 (patch) | |
tree | 30a3d6da25bbb6d66266b93ac9a708bb24b8f8fb /src/Common/BootEncryption.h | |
parent | adc32743954de1976f1e9c907b40673ed8756e10 (diff) | |
download | VeraCrypt-42a7a17cb963eff8a94e60f218db943398d0dee0.tar.gz VeraCrypt-42a7a17cb963eff8a94e60f218db943398d0dee0.zip |
Windows Installer: better handling for updating system favorite service from 1.0f-2 (solve Windows 10 issue) . Remove extra VeraCrypt files that may remain after uninstalling it.
Diffstat (limited to 'src/Common/BootEncryption.h')
-rw-r--r-- | src/Common/BootEncryption.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/BootEncryption.h b/src/Common/BootEncryption.h index b1c5e7c1..561e1723 100644 --- a/src/Common/BootEncryption.h +++ b/src/Common/BootEncryption.h @@ -186,6 +186,7 @@ namespace VeraCrypt void RegisterFilterDriver (bool registerDriver, FilterType filterType);
void RegisterSystemFavoritesService (BOOL registerService);
void RegisterSystemFavoritesService (BOOL registerService, BOOL noFileHandling);
+ void UpdateSystemFavoritesService ();
void RenameDeprecatedSystemLoaderBackup ();
bool RestartComputer (void);
void InitialSecurityChecksForHiddenOS ();
|