<?xml version="1.0" encoding="UTF-8"?>
<response protocol="3.0">
<systemrequirements platform="win"
arch="${ARCH_REQUIREMENT}"
min_os_version="6.1"/>
<app appid="${APP_ID}"
status="ok">
<updatecheck status="ok">
<urls>
<url codebase="https://dl.google.com/install/${INSTALLER_VERSION}/"/>
</urls>
<manifest version="${INSTALLER_VERSION}">
<packages>
<package name="${INSTALLER_FILENAME}"
hash_sha256="${INSTALLER_HASH_SHA256}"
size="${INSTALLER_SIZE}"
required="true"/>
</packages>
<actions>
<action event="install"
run="${INSTALLER_FILENAME}"
arguments=""
needsadmin="false"/>
<action event="postinstall"
onsuccess="exitsilentlyonlaunchcmd"/>
</actions>
</manifest>
</updatecheck>
</app>
</response>