From 188cdd2fb2e49a93f1b88e8eb2f000f3e30e3733 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 27 Dec 2016 14:50:43 +0100 Subject: make sure not to reuse the Mozilla registry keys and service name Change-Id: I1e7208595313d54b6565c90dae19b8b51a047803 --- onlineupdate/source/update/common/updatehelper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'onlineupdate') 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 -- cgit