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="{CDABE316-39CD-43BA-8440-6D1E0547AEE6}" status="ok"> | |
4 <updatecheck Version="1.2.3.4" | |
5 arguments="-baz" | |
6 codebase="http://dl.google.com/foo/install/1.2.3.4/foo_installe
r.exe" | |
7 hash="abcdef" needsadmin="false" | |
8 onsuccess="exitsilentlyonlaunchcmd" size="12345678" | |
9 status="ok"/> | |
10 <!-- "system_level" is not included in any of the definitions. needsadmin | |
11 controls this. --> | |
12 <data index="verboselogging" name="install" status="ok"> | |
13 { | |
14 "distribution": { | |
15 "verbose_logging": true | |
16 } | |
17 } | |
18 </data> | |
19 <data index="foobarapp" name="install" status="ok"> | |
20 { | |
21 "distribution": { | |
22 "skip_first_run_ui": true, | |
23 "show_welcome_page": true, | |
24 "import_search_engine": true, | |
25 "import_history": false, | |
26 "create_all_shortcuts": true, | |
27 "do_not_launch_foo": true, | |
28 "make_foo_default": false, | |
29 "verbose_logging": false | |
30 } | |
31 } | |
32 </data> | |
33 </app> | |
34 </gupdate> | |
OLD | NEW |