Chromium Code Reviews| Index: chrome/test/mini_installer/config/config.config |
| diff --git a/chrome/test/mini_installer/config/config.config b/chrome/test/mini_installer/config/config.config |
| index a663e9f94d8a52d44e6f4ef774bcc42aa7ca187f..0ac5f8b5b178974121dfb0ff3cb26b91f263c3e9 100644 |
| --- a/chrome/test/mini_installer/config/config.config |
| +++ b/chrome/test/mini_installer/config/config.config |
| @@ -4,57 +4,73 @@ |
| "chrome_canary_no_pv.prop", |
| "chrome_system_no_pv.prop"]], |
| ["clean", ["chrome_user_not_installed.prop", |
| + "chrome_user_not_updated.prop", |
| "chrome_canary_not_installed.prop", |
| "chrome_system_not_installed.prop", |
| "chrome_user_not_inuse.prop", |
| "chrome_canary_not_inuse.prop", |
| "chrome_system_not_inuse.prop"]], |
| ["chrome_user_installed_not_inuse", ["chrome_user_installed.prop", |
| + "chrome_user_not_updated.prop", |
| "chrome_canary_not_installed.prop", |
| "chrome_system_not_installed.prop", |
| "chrome_user_not_inuse.prop", |
| "chrome_canary_not_inuse.prop", |
| "chrome_system_not_inuse.prop"]], |
| ["chrome_canary_installed_not_inuse", ["chrome_user_not_installed.prop", |
| + "chrome_user_not_updated.prop", |
| "chrome_canary_installed.prop", |
| "chrome_system_not_installed.prop", |
| "chrome_user_not_inuse.prop", |
| "chrome_canary_not_inuse.prop", |
| "chrome_system_not_inuse.prop"]], |
| ["chrome_system_installed_not_inuse", ["chrome_user_not_installed.prop", |
| + "chrome_user_not_updated.prop", |
| "chrome_canary_not_installed.prop", |
| "chrome_system_installed.prop", |
| "chrome_user_not_inuse.prop", |
| "chrome_canary_not_inuse.prop", |
| "chrome_system_not_inuse.prop"]], |
| ["chrome_user_and_canary_installed_not_inuse", ["chrome_user_installed.prop", |
| + "chrome_user_not_updated.prop", |
| "chrome_canary_installed.prop", |
| "chrome_system_not_installed.prop", |
| "chrome_user_not_inuse.prop", |
| "chrome_canary_not_inuse.prop", |
| "chrome_system_not_inuse.prop"]], |
| ["chrome_user_installed_inuse", ["chrome_user_installed.prop", |
| + "chrome_user_not_updated.prop", |
| "chrome_canary_not_installed.prop", |
| "chrome_system_not_installed.prop", |
| "chrome_user_inuse.prop", |
| "chrome_canary_not_inuse.prop", |
| "chrome_system_not_inuse.prop"]], |
| ["chrome_canary_installed_inuse", ["chrome_user_not_installed.prop", |
| + "chrome_user_not_updated.prop", |
| "chrome_canary_installed.prop", |
| "chrome_system_not_installed.prop", |
| "chrome_user_not_inuse.prop", |
| "chrome_canary_inuse.prop", |
| "chrome_system_not_inuse.prop"]], |
| ["chrome_system_installed_inuse", ["chrome_user_not_installed.prop", |
| + "chrome_user_not_updated.prop", |
| "chrome_canary_not_installed.prop", |
| "chrome_system_installed.prop", |
| "chrome_user_not_inuse.prop", |
| "chrome_canary_not_inuse.prop", |
| - "chrome_system_inuse.prop"]] |
| + "chrome_system_inuse.prop"]], |
| + ["chrome_user_updated_not_inuse", ["chrome_user_updated.prop", |
| + "chrome_canary_not_installed.prop", |
| + "chrome_system_not_installed.prop", |
| + "chrome_user_not_inuse.prop", |
| + "chrome_canary_not_inuse.prop", |
| + "chrome_system_not_inuse.prop"]] |
| ], |
| "actions": [ |
| ["install_chrome_user", |
| "\"$MINI_INSTALLER\" --chrome --multi-install --verbose-logging --do-not-launch-chrome"], |
| + ["update_chrome_user", |
| + "\"$NEXT_VERSION_MINI_INSTALLER\" --chrome --multi-install --verbose-logging --do-not-launch-chrome"], |
|
grt (UTC plus 2)
2016/04/30 00:55:53
please remove --chrome from the command line to mo
fdoray
2016/08/01 14:50:33
Done.
|
| ["install_chrome_canary", |
| "\"$MINI_INSTALLER\" --chrome-sxs --verbose-logging --do-not-launch-chrome"], |
| ["install_chrome_system", |
| @@ -88,6 +104,15 @@ |
| ] |
| }, |
| { |
| + "name": "ChromeUserLevelUpdate", |
|
grt (UTC plus 2)
2016/04/30 00:55:53
please add a system-level complement to this.
fdoray
2016/08/01 14:50:33
Done.
|
| + "traversal": [ |
| + "no_pv", |
| + "install_chrome_user", "chrome_user_installed_not_inuse", |
| + "update_chrome_user", "chrome_user_updated_not_inuse", |
| + "uninstall_chrome_user", "clean" |
| + ] |
| + }, |
| + { |
| "name": "ChromeCanary", |
| "condition": "$SUPPORTS_SXS", |
| "traversal": [ |