Download the SVG viewer from the Adobe web site. This script will disable the auto-update feature and supress the EULA prompt. Original source: AppDeploy.com.
@ECHO OFF
ECHO Adobe SVG Viewer 3.03..
START /WAIT SVGView.exe /q
REG ADD "HKLM\Software\Adobe\Adobe SVG Viewer\3.03\AutoUpdate" /v Enabled /d "no" /t REG_SZ /f
REG ADD "HKLM\Software\Adobe\Adobe SVG Viewer\3.03\EULA" /v 3.03x94 /d "accepted" /t REG_SZ /f






