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

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

Issue 1790723002: Fix missing VisualElementsManifest.xml (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « chrome/test/mini_installer/config/chrome_system_installed.prop ('k') | win8/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Files": { 2 "Files": {
3 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe": {"exists": true}, 3 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe": {"exists": true},
4 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.VisualElementsManifest.xml ": {"exists": true},
4 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome.dll": 5 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome.dll":
5 {"exists": true}, 6 {"exists": true},
6 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome_elf.dll": 7 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome_elf.dll":
7 {"exists": true}, 8 {"exists": true},
8 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\chrome.7z": 9 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\chrome.7z":
9 {"exists": true}, 10 {"exists": true},
10 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\setup.exe": 11 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\setup.exe":
11 {"exists": true}, 12 {"exists": true},
12 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\$MI NI_INSTALLER_FILE_VERSION.manifest": 13 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\$MI NI_INSTALLER_FILE_VERSION.manifest":
13 {"exists": true} 14 {"exists": true}
(...skipping 26 matching lines...) Expand all
40 "data": "\"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_F ILE_VERSION\\Installer\\setup.exe\" --uninstall --multi-install --chrome --verbo se-logging" 41 "data": "\"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_F ILE_VERSION\\Installer\\setup.exe\" --uninstall --multi-install --chrome --verbo se-logging"
41 }, 42 },
42 "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"} 43 "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
43 } 44 }
44 }, 45 },
45 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME$USER_SPECIFIC_REGI STRY_SUFFIX": { 46 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME$USER_SPECIFIC_REGI STRY_SUFFIX": {
46 "exists": "forbidden" 47 "exists": "forbidden"
47 } 48 }
48 } 49 }
49 } 50 }
OLDNEW
« no previous file with comments | « chrome/test/mini_installer/config/chrome_system_installed.prop ('k') | win8/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698