| OLD | NEW |
| (Empty) |
| 1 <?xml version="1.0" encoding="UTF-8"?> | |
| 2 <response protocol="3.0"> | |
| 3 <app appid="{CDABE316-39CD-43BA-8440-6D1E0547AEE6}" status="ok"> | |
| 4 <updatecheck status="ok"> | |
| 5 <urls> | |
| 6 <url codebase="http://dl.google.com/foo/install/1.2.3.4/"/> | |
| 7 </urls> | |
| 8 <manifest version="1.2.3.4"> | |
| 9 <packages> | |
| 10 <package hash="abcdef" name="foo_installer.exe" required="true" size="
12345678"/> | |
| 11 </packages> | |
| 12 <actions> | |
| 13 <action event="install" needsadmin="false" run="foo_installer.exe" arg
uments="-baz"/> | |
| 14 <action event="postinstall" onsuccess="exitsilentlyonlaunchcmd"/> | |
| 15 </actions> | |
| 16 </manifest> | |
| 17 </updatecheck> | |
| 18 <!-- "system_level" is not included in any of the definitions. needsadmin | |
| 19 controls this. --> | |
| 20 <data index="verboselogging" name="install" status="ok"> | |
| 21 { | |
| 22 "distribution": { | |
| 23 "verbose_logging": true | |
| 24 } | |
| 25 } | |
| 26 </data> | |
| 27 <data index="foobarapp" name="install" status="ok"> | |
| 28 { | |
| 29 "distribution": { | |
| 30 "skip_first_run_ui": true, | |
| 31 "show_welcome_page": true, | |
| 32 "import_search_engine": true, | |
| 33 "import_history": false, | |
| 34 "create_all_shortcuts": true, | |
| 35 "do_not_launch_foo": true, | |
| 36 "make_foo_default": false, | |
| 37 "verbose_logging": false | |
| 38 } | |
| 39 } | |
| 40 </data> | |
| 41 </app> | |
| 42 </response> | |
| OLD | NEW |