diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-12-27 14:50:43 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:26 +0200 |
commit | 188cdd2fb2e49a93f1b88e8eb2f000f3e30e3733 (patch) | |
tree | 52df72a4d7353209b740846a79ac23ff71cdfa0e /onlineupdate | |
parent | 95a6a8263a246d1910b4329946cc64a0a59109fa (diff) |
make sure not to reuse the Mozilla registry keys and service name
Change-Id: I1e7208595313d54b6565c90dae19b8b51a047803
Diffstat (limited to 'onlineupdate')
-rw-r--r-- | onlineupdate/source/update/common/updatehelper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/onlineupdate/source/update/common/updatehelper.h b/onlineupdate/source/update/common/updatehelper.h index 5ab076f0b37c..b8c557bd64fd 100644 --- a/onlineupdate/source/update/common/updatehelper.h +++ b/onlineupdate/source/update/common/updatehelper.h @@ -18,10 +18,10 @@ BOOL IsLocalFile(LPCWSTR file, BOOL &isLocal); DWORD StartServiceCommand(int argc, LPCWSTR* argv); BOOL IsUnpromptedElevation(BOOL &isUnpromptedElevation); -#define SVC_NAME L"MozillaMaintenance" +#define SVC_NAME L"LibreOfficeMaintenance" #define BASE_SERVICE_REG_KEY \ - L"SOFTWARE\\Mozilla\\MaintenanceService" + L"SOFTWARE\\LibreOffice\\MaintenanceService" // The test only fallback key, as its name implies, is only present on machines // that will use automated tests. Since automated tests always run from a |