OLD | NEW |
| (Empty) |
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <gupdate xmlns="http://www.google.com/update2/response" protocol="2.0"> | |
3 <app appid="{D6B08267-B440-4C85-9F79-E195E80D9937}" status="ok"> | |
4 <updatecheck status="ok" | |
5 codebase="http://dl.google.com/foo/1.0.101.0/test_foo_v1.0.101.
0.msi" | |
6 size="80896" | |
7 hash="6bPU7OnbKAGJ1LOw6fpIUuQl1FQ=" | |
8 needsadmin="true" | |
9 successurl="http://testsuccessurl.com" | |
10 terminateallbrowsers="true" | |
11 onsuccess="exitsilently"/> | |
12 <ping status="ok"/> | |
13 <components> | |
14 <component appid="{65C42695-84A0-41C4-B70F-D2786F674592}" status="ok"> | |
15 <updatecheck status="ok" | |
16 codebase="http://dl.google.com/foo/set_comp1.msi" | |
17 size="66324" | |
18 hash="6bPU7OnbKAGJ1LOw6fpIUuQl1FQ="/> | |
19 </component> | |
20 <component appid="{B318029C-3607-48EB-8DBB-33E8BA17BAF1}" status="noupdate
"/> | |
21 <component appid="{D76AE6FC-1633-4131-B782-896804795DCB}" status="ok"> | |
22 <updatecheck status="ok" | |
23 codebase="http://tools.google.com/happy/some_comp_inst.msi" | |
24 size="829984" | |
25 hash="6bPU7OnbKAGJ1LOw6fpIUuQl1FQ="/> | |
26 </component> | |
27 <component appid="{67A52AEE-6E9F-4411-B425-F210B962CD6F}" status="noupdate
"/> | |
28 </components> | |
29 </app> | |
30 <app appid="{D6B08267-B440-4C85-9F79-E195E80D9936}" status="ok"> | |
31 <updatecheck status="noupdate"/> | |
32 <components> | |
33 <component appid="{115493D4-6B38-4314-81B7-26B61F1766A9}" status="ok"> | |
34 <updatecheck status="ok" | |
35 codebase="http://foo.google.com/bar/something.exe" | |
36 size="12345" | |
37 hash="some_hash_value"/> | |
38 </component> | |
39 </components> | |
40 <ping status="ok"/> | |
41 </app> | |
42 <app appid="{104844D6-7DDA-460B-89F0-FBF8AFDD0A67}" status="ok"> | |
43 <updatecheck status="ok" | |
44 codebase="http://dl.google.com/foo/1.0.102.0/user_foo_v1.0.102.
0.msi" | |
45 size="630152" | |
46 hash="/XzRh1rpwqrDr6ashpmQnYZIzDI=" | |
47 needsadmin="false" | |
48 arguments="/install"/> | |
49 <ping status="ok"/> | |
50 </app> | |
51 <app appid="{884a01d9-fb67-430a-b491-28f960dd7309}" status="restricted"></app> | |
52 </gupdate> | |
53 | |
OLD | NEW |