| OLD | NEW |
| (Empty) |
| 1 <?xml version="1.0" encoding="UTF-8"?> | |
| 2 <gupdate xmlns="http://www.google.com/update2/response" protocol="2.0"> | |
| 3 <daystart elapsed_seconds="8400" /> | |
| 4 <app appid="{D6B08267-B440-4C85-9F79-E195E80D9937}" status="ok"> | |
| 5 <updatecheck status="ok" | |
| 6 codebase="http://dl.google.com/foo/1.0.101.0/test_foo_v1.0.101.0.
msi" | |
| 7 size="80896" | |
| 8 hash="6bPU7OnbKAGJ1LOw6fpIUuQl1FQ=" | |
| 9 needsadmin="true" | |
| 10 successurl="http://testsuccessurl.com" | |
| 11 terminateallbrowsers="true" | |
| 12 onsuccess="exitsilently"/> | |
| 13 <data index="verboselogging" name="install" status="ok"> | |
| 14 { | |
| 15 "distribution": { | |
| 16 "verbose_logging": true | |
| 17 } | |
| 18 } | |
| 19 </data> | |
| 20 <data index="skipfirstrun" name="install" status="ok">{ | |
| 21 "distribution": { | |
| 22 "skip_first_run_ui": true, | |
| 23 } | |
| 24 } | |
| 25 </data> | |
| 26 <ping status="ok"/> | |
| 27 </app> | |
| 28 <app appid="{D6B08267-B440-4C85-9F79-E195E80D9936}" status="ok"> | |
| 29 <updatecheck status="noupdate"/> | |
| 30 <ping status="ok"/> | |
| 31 </app> | |
| 32 <app appid="{104844D6-7DDA-460B-89F0-FBF8AFDD0A67}" status="ok"> | |
| 33 <updatecheck status="ok" | |
| 34 codebase="http://dl.google.com/foo/1.0.102.0/user_foo_v1.0.102.0.
msi" | |
| 35 size="630152" | |
| 36 hash="/XzRh1rpwqrDr6ashpmQnYZIzDI=" | |
| 37 needsadmin="false" | |
| 38 arguments="/install" | |
| 39 unknownfeature="Tests behavior if server supports features client
does not."/> | |
| 40 <ping status="ok"/> | |
| 41 </app> | |
| 42 <app appid="{884a01d9-fb67-430a-b491-28f960dd7309}" status="restricted"></app> | |
| 43 <app appid="{8CF15C17-7BB5-433a-8E6C-C018D79D00B1}" status="ok"> | |
| 44 <updatecheck status="error-osnotsupported" | |
| 45 errorurl="http://foo.google.com/support/article.py?id=12345&h
l=es-419&os=5.1"/> | |
| 46 <ping status="ok"/> | |
| 47 </app> | |
| 48 </gupdate> | |
| OLD | NEW |