- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / mini_installer / config / chrome_system_installed.prop
1 {
2   "Files": {
3     "$PROGRAM_FILES\\$CHROME_DIR\\Application\\chrome.exe": {"exists": true},
4     "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chrome.dll":
5         {"exists": true},
6     "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Installer\\chrome.7z":
7         {"exists": true},
8     "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Installer\\setup.exe":
9         {"exists": true}
10   },
11   "RegistryEntries": {
12     "HKEY_LOCAL_MACHINE\\$CHROME_UPDATE_REGISTRY_SUBKEY": {
13       "exists": true,
14       "values": {
15         "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
16       }
17     },
18     "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$CHROME_LONG_NAME": {
19       "exists": true,
20       "values": {
21         "UninstallString": {
22           "type": "SZ",
23           "data": "\"$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Installer\\setup.exe\" --uninstall --multi-install --chrome --system-level"
24         },
25         "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
26       }
27     },
28     "HKEY_LOCAL_MACHINE\\Software\\Classes\\$CHROME_SHORT_NAME": {
29       "condition": "$WINDOWS_VERSION >= $VERSION_WIN8",
30       "exists": true
31     }
32   }
33 }