Changes

Jump to: navigation, search

Google Chrome

49 bytes removed, 20:22, 19 October 2016
m
Google Chrome Enterprise: update version, correct reg add (/d instead of /v twice)
priority="10">
<variable name="version" value="3954.0.21712840.9959" />
<variable name="PKG_DESTINATION" value="%PROGRAMFILES%\Google\Chrome\Application" />
<install cmd='%COMSPEC% /c if exist "%public%\Desktop\Google Chrome.lnk" del "%public%\Desktop\Google Chrome.lnk"' />
<!-- turn off AutoUpdate -->
<install cmd='%COMSPEC% /c reg add REG ADD HKLM\SOFTWARE\Policies\Google\Update /v AutoUpdateCheckPeriodMinutes /t REG_DWORD /v d 0 /f/t REG_DWORD' />
<upgrade include="install" />
<!-- kill chrome and all it's buddies -->
<remove cmd="taskkill /F /IM chrome.exe"> <exit code="any" /> </remove>
<!-- this is sometimes slow, but works, and does not rely on the original installer being available -->
<remove cmd='wmic product where name="Google Chrome" call uninstall' />
<remove cmd='%COMSPEC% /c reg delete REG DELETE HKLM\SOFTWARE\Policies\Google\Update /v AutoUpdateCheckPeriodMinutes /f' />
</package>
 
</packages:packages>
</source>
11
edits

Navigation menu