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

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

Issue 2834973002: Revert of Enable side-by-side beta and dev channels. (Closed)
Patch Set: 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_DEV\\Application\\chrome.exe": {"exists": true} ,
5 "$LOCAL_APPDATA\\$CHROME_DIR_DEV\\Application\\chrome.VisualElementsManifest .xml": {"exists": true},
6 "$LOCAL_APPDATA\\$CHROME_DIR_DEV\\Application\\$MINI_INSTALLER_FILE_VERSION\ \chrome.dll":
7 {"exists": true},
8 "$LOCAL_APPDATA\\$CHROME_DIR_DEV\\Application\\$MINI_INSTALLER_FILE_VERSION\ \chrome_elf.dll":
9 {"exists": true},
10 "$LOCAL_APPDATA\\$CHROME_DIR_DEV\\Application\\$MINI_INSTALLER_FILE_VERSION\ \Installer\\chrome.7z":
11 {"exists": true},
12 "$LOCAL_APPDATA\\$CHROME_DIR_DEV\\Application\\$MINI_INSTALLER_FILE_VERSION\ \Installer\\setup.exe":
13 {"exists": true},
14 "$LOCAL_APPDATA\\$CHROME_DIR_DEV\\Application\\$MINI_INSTALLER_FILE_VERSION\ \$MINI_INSTALLER_FILE_VERSION.manifest":
15 {"exists": true},
16 "$LOCAL_APPDATA\\$CHROME_DIR_DEV\\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_DEV": {
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_DEV": {
27 "exists": "required",
28 "values": {
29 "UninstallString": {
30 "type": "SZ",
31 "data": "\"$LOCAL_APPDATA\\$CHROME_DIR_DEV\\Application\\$MINI_INSTALL ER_FILE_VERSION\\Installer\\setup.exe\" --uninstall --chrome-dev --verbose-loggi ng"
32 },
33 "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
34 }
35 },
36 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME_DEV$USER_SPECIFIC_ REGISTRY_SUFFIX": {
37 "exists": "forbidden"
38 }
39 }
40 }
OLDNEW
« no previous file with comments | « chrome/test/mini_installer/config/chrome_canary_updated.prop ('k') | chrome/test/mini_installer/config/chrome_dev_no_pv.prop » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698