Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Side by Side Diff: chrome/test/mini_installer/config/chrome_beta_installed.prop

Issue 2802713002: Enable side-by-side beta and dev channels. (Closed)
Patch Set: add missing test stanza for reland Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "Condition": "'$BRAND' == 'Google Chrome'",
3 "Files": {
4 "$LOCAL_APPDATA\\$CHROME_DIR_BETA\\Application\\chrome.exe": {"exists": true },
5 "$LOCAL_APPDATA\\$CHROME_DIR_BETA\\Application\\chrome.VisualElementsManifes t.xml": {"exists": true},
6 "$LOCAL_APPDATA\\$CHROME_DIR_BETA\\Application\\$MINI_INSTALLER_FILE_VERSION \\chrome.dll":
7 {"exists": true},
8 "$LOCAL_APPDATA\\$CHROME_DIR_BETA\\Application\\$MINI_INSTALLER_FILE_VERSION \\chrome_elf.dll":
9 {"exists": true},
10 "$LOCAL_APPDATA\\$CHROME_DIR_BETA\\Application\\$MINI_INSTALLER_FILE_VERSION \\Installer\\chrome.7z":
11 {"exists": true},
12 "$LOCAL_APPDATA\\$CHROME_DIR_BETA\\Application\\$MINI_INSTALLER_FILE_VERSION \\Installer\\setup.exe":
13 {"exists": true},
14 "$LOCAL_APPDATA\\$CHROME_DIR_BETA\\Application\\$MINI_INSTALLER_FILE_VERSION \\$MINI_INSTALLER_FILE_VERSION.manifest":
15 {"exists": true},
16 "$LOCAL_APPDATA\\$CHROME_DIR_BETA\\Application\\$MINI_INSTALLER_FILE_VERSION \\$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION":
17 {"exists": false}
18 },
19 "RegistryEntries": {
20 "HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY_BETA": {
21 "exists": "required",
22 "values": {
23 "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
24 }
25 },
26 "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\ \$CHROME_LONG_NAME_BETA": {
27 "exists": "required",
28 "values": {
29 "UninstallString": {
30 "type": "SZ",
31 "data": "\"$LOCAL_APPDATA\\$CHROME_DIR_BETA\\Application\\$MINI_INSTAL LER_FILE_VERSION\\Installer\\setup.exe\" --uninstall --chrome-beta --verbose-log ging"
32 },
33 "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
34 }
35 },
36 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME_BETA$USER_SPECIFIC _REGISTRY_SUFFIX": {
37 "exists": "forbidden"
38 }
39 }
40 }
OLDNEW
« no previous file with comments | « chrome/installer/util/prebuild/create_string_rc.py ('k') | chrome/test/mini_installer/config/chrome_beta_no_pv.prop » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698