Chromium Code Reviews| Index: chrome/test/mini_installer_test/data/config.config |
| diff --git a/chrome/test/mini_installer_test/data/config.config b/chrome/test/mini_installer_test/data/config.config |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8fb7e455b063f5cb8ceaef58a8af22c8ebf02d58 |
| --- /dev/null |
| +++ b/chrome/test/mini_installer_test/data/config.config |
| @@ -0,0 +1,13 @@ |
| +{ |
| + "states": [ |
| + ["clean", ["chrome_not_installed.prop"]], |
| + ["chrome_installed", ["chrome_installed.prop"]] |
| + ], |
| + "actions": [ |
| + ["install chrome", "mini_installer.exe --chrome --multi-install"], |
| + ["uninstall chrome", "mini_installer.exe --chrome --uninstall"] |
|
gab
2013/07/30 20:44:14
This should do the real uninstall imo, i.e. run wh
gab
2013/07/31 13:45:16
For now I'm fine with this being a script that doe
grt (UTC plus 2)
2013/07/31 17:20:05
Note that the command to run to uninstall the MSI
grt (UTC plus 2)
2013/07/31 17:20:05
The correct uninstall command here is "--uninstall
sukolsak
2013/07/31 18:20:30
Done.
sukolsak
2013/07/31 18:20:30
Done.
|
| + ], |
| + "tests": [ |
| + ["clean", "install chrome", "chrome_installed", "uninstall chrome", "clean"] |
| + ] |
| +} |