1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/installer/util/google_update_constants.h"
7 namespace google_update
{
9 const wchar_t kChromeUpgradeCode
[] = L
"{8A69D345-D564-463C-AFF1-A69D9E530F96}";
11 const wchar_t kGoogleUpdateUpgradeCode
[] =
12 L
"{430FD4D0-B729-4F61-AA34-91526481799D}";
14 const wchar_t kGoogleUpdateSetupExe
[] = L
"GoogleUpdateSetup.exe";
16 const wchar_t kRegPathClients
[] = L
"Software\\Google\\Update\\Clients";
17 const wchar_t kRegPathClientState
[] = L
"Software\\Google\\Update\\ClientState";
18 const wchar_t kRegPathClientStateMedium
[] =
19 L
"Software\\Google\\Update\\ClientStateMedium";
20 const wchar_t kRegPathGoogleUpdate
[] = L
"Software\\Google\\Update";
22 const wchar_t kRegCommandsKey
[] = L
"Commands";
24 const wchar_t kRegAggregateMethod
[] = L
"aggregate";
25 const wchar_t kRegApField
[] = L
"ap";
26 const wchar_t kRegAutoRunOnOSUpgradeField
[] = L
"AutoRunOnOSUpgrade";
27 const wchar_t kRegBrandField
[] = L
"brand";
28 const wchar_t kRegBrowserField
[] = L
"browser";
29 const wchar_t kRegCFEndTempOptOutCmdField
[] = L
"CFEndTempOptOutCmd";
30 const wchar_t kRegCFOptInCmdField
[] = L
"CFOptInCmd";
31 const wchar_t kRegCFOptOutCmdField
[] = L
"CFOptOutCmd";
32 const wchar_t kRegCFTempOptOutCmdField
[] = L
"CFTempOptOutCmd";
33 const wchar_t kRegClientField
[] = L
"client";
34 const wchar_t kRegCommandLineField
[] = L
"CommandLine";
35 const wchar_t kRegCriticalVersionField
[] = L
"cpv";
36 const wchar_t kRegDidRunField
[] = L
"dr";
37 const wchar_t kRegEULAAceptedField
[] = L
"eulaaccepted";
38 const wchar_t kRegGoogleUpdateVersion
[] = L
"version";
39 const wchar_t kRegLangField
[] = L
"lang";
40 const wchar_t kRegLastStartedAUField
[] = L
"LastStartedAU";
41 const wchar_t kRegLastCheckedField
[] = L
"LastChecked";
42 const wchar_t kRegLastCheckSuccessField
[] = L
"LastCheckSuccess";
43 const wchar_t kRegLastInstallerResultField
[] = L
"LastInstallerResult";
44 const wchar_t kRegLastInstallerErrorField
[] = L
"LastInstallerError";
45 const wchar_t kRegLastInstallerExtraField
[] = L
"LastInstallerExtraCode1";
46 const wchar_t kRegLastRunTimeField
[] = L
"lastrun";
47 const wchar_t kRegMetricsId
[] = L
"metricsid";
48 const wchar_t kRegMetricsIdEnabledDate
[] = L
"metricsid_enableddate";
49 const wchar_t kRegMetricsIdInstallDate
[] = L
"metricsid_installdate";
50 const wchar_t kRegMSIField
[] = L
"msi";
51 const wchar_t kRegNameField
[] = L
"name";
52 const wchar_t kRegOemInstallField
[] = L
"oeminstall";
53 const wchar_t kRegOldVersionField
[] = L
"opv";
54 const wchar_t kRegOopcrashesField
[] = L
"oopcrashes";
55 const wchar_t kRegPathField
[] = L
"path";
56 const wchar_t kRegProfilesActive
[] = L
"_NumAccounts";
57 const wchar_t kRegProfilesSignedIn
[] = L
"_NumSignedIn";
58 const wchar_t kRegRLZBrandField
[] = L
"brand";
59 const wchar_t kRegRLZReactivationBrandField
[] = L
"reactivationbrand";
60 const wchar_t kRegReferralField
[] = L
"referral";
61 const wchar_t kRegRenameCmdField
[] = L
"cmd";
62 const wchar_t kRegRunAsUserField
[] = L
"RunAsUser";
63 const wchar_t kRegSendsPingsField
[] = L
"SendsPings";
64 const wchar_t kRegUninstallCmdLine
[] = L
"UninstallCmdLine";
65 const wchar_t kRegUsageStatsField
[] = L
"usagestats";
66 const wchar_t kRegVersionField
[] = L
"pv";
67 const wchar_t kRegWebAccessibleField
[] = L
"WebAccessible";
69 } // namespace google_update