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 status="ok" | |
5 codebase="http://dl.google.com/foo/1.0.101.0/foo_installer.exe" | |
6 size="82128" | |
7 hash="U4gBMUVwIPQners8SriHpHaWEKk=" | |
8 needsadmin="true" | |
9 successurl="http://testsuccessurl.com" | |
10 onsuccess="exitsilentlyonlaunchcmd" | |
11 terminateallbrowsers="true"/> | |
12 <data index="verboselogging" name="install" status="ok"> | |
13 { | |
14 "distribution": { | |
15 "verbose_logging": true | |
16 } | |
17 } | |
18 </data> | |
19 <ping status="ok"/> | |
20 </app> | |
21 </gupdate> | |
OLD | NEW |