<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Google Chrome Archives - WardNet</title>
	<atom:link href="https://www.wardnet.co.uk/tag/google-chrome/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wardnet.co.uk/tag/google-chrome/</link>
	<description>Infrastructure, ERP and General Technology Blog</description>
	<lastBuildDate>Mon, 25 Nov 2013 11:45:53 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://i0.wp.com/www.wardnet.co.uk/wp-content/uploads/2026/01/wp-1767387074640.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>Google Chrome Archives - WardNet</title>
	<link>https://www.wardnet.co.uk/tag/google-chrome/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">63479081</site>	<item>
		<title>Updated Batch Installer Script</title>
		<link>https://www.wardnet.co.uk/updated-batch-installer-script/</link>
		
		<dc:creator><![CDATA[Jonathan Ward]]></dc:creator>
		<pubDate>Thu, 15 Aug 2013 11:01:29 +0000</pubDate>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Adobe Reader]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Microsoft Security Essentials]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[rem]]></category>
		<category><![CDATA[update]]></category>
		<guid isPermaLink="false">http://wardnet.co.uk/?p=241</guid>

					<description><![CDATA[<p>So it&#8217;s been around a year since I first created the automatic installer script for when we deploy new machines.</p>
<p><a href="https://www.wardnet.co.uk/updated-batch-installer-script/">Updated Batch Installer Script</a></p>
]]></description>
										<content:encoded><![CDATA[<p>So it&#8217;s been around a year since I first created the automatic installer script for when we deploy new machines. And it has been a huge success, cutting down deployment time significantly, and meaning we can easily do more than one at a time.</p>
<p>I realised that as it&#8217;s been a year, and every product under the sun has a vulnerability in it, that I needed to update the script for the newer versions of the standard products we all know and love. Most notably Adobe Reader, Flash, Java Runtime and Microsoft Security Essentials. On top of these newer versions I also decided as our core business is based on JD Edwards, and it now supports Google Chrome that we should also have that included too.</p>
<p>Another addition that has been made is a simple file copy to create a new folder and put in standard internal documentation that helps people connect from home/customer sites and Accessing our proprietary software.</p>
<p>The latest updates are as follows:</p>
<p><span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #ff00ff;">@</span><span style="color: #0000ff;">ECHO</span> off</span></p>
<p><span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #0000ff;">echo</span> Installing Adobe Reader&#8230;</span></p>
<p><span style="font-family: 'courier new', courier; color: #008000; font-size: 12px;">rem &#8220;[location]ProgramsStandard SoftwarenewpcAdobeRdr1000.exe&#8221; /sAll /msi /norestart ALLUSERS=1 EULA_ACCEPT=YES</span><br />
<span style="font-family: 'courier new', courier; color: #008000; font-size: 12px;">rem instructions for compiling network installer can be found at: http://community.spiceworks.com/how_to/show/27718-install-update-adobe-reader-to-to-latest-adobe-reader-xi-11-0-2-using-cmd</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #00ccff;">msiexec.exe</span> /i &#8220;[location]ProgramsStandard SoftwarenewpcAcroRead.msi&#8221; ALLUSERS=1 /q /norestart TRANSFORMS=&#8221;[location]ProgramsStandard SoftwarenewpcAcroRead.MST&#8221;</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #00ccff;">msiexec.exe</span> /update &#8220;[location]ProgramsStandard SoftwarenewpcAdbeRdrUpd11003.msp&#8221; /qb /norestart</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #0000ff;">echo</span> &#8230;done</span></p>
<p><span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #0000ff;">echo</span> Install ActiveX Flash&#8230;</span><br />
<span style="font-family: 'courier new', courier; color: #008000; font-size: 12px;">rem &#8220;[location]ProgramsStandard Softwarenewpcflash_iexplore.exe&#8221; -install</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #00ccff;">msiexec</span> /i &#8220;[location]ProgramsStandard Softwarenewpcinstall_flash_player_11_active_x.msi&#8221; /qn</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #0000ff;">echo</span> &#8230;done</span></p>
<p><span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #0000ff;">echo</span> Install Browser Flash&#8230;</span><br />
<span style="font-family: 'courier new', courier; color: #008000; font-size: 12px;">rem &#8220;[location]ProgramsStandard Softwarenewpcflash_firefox.exe&#8221; -install</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #00ccff;">msiexec</span> /i &#8220;[location]ProgramsStandard Softwarenewpcinstall_flash_player_11_plugin.msi&#8221; /qn</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #0000ff;">echo</span> &#8230;done</span></p>
<p><span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #0000ff;">echo</span> Installing Java Runtime&#8230;</span><br />
<span style="font-family: 'courier new', courier; color: #008000; font-size: 12px;">rem &#8220;[location]ProgramsStandard Softwarenewpcjava.exe&#8221; /s</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;">&#8220;[location]ProgramsStandard Softwarenewpcjava_new.exe&#8221; /s</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #0000ff;">echo</span> &#8230;done</span></p>
<p><span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #0000ff;">echo</span> Installing Microsoft Security Essentials&#8230;</span><br />
<span style="font-family: 'courier new', courier; color: #008000; font-size: 12px;">rem &#8220;[location]ProgramsStandard Softwarenewpcmse.exe&#8221; /s /runwgacheck /o</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;">&#8220;[location]ProgramsStandard Softwarenewpcmse_new.exe&#8221; /s /runwgacheck /o</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #0000ff;">echo</span> &#8230;done</span></p>
<p><span style="font-family: 'courier new', courier; color: #008000; font-size: 12px;">rem &#8211;install chrome&#8211;</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #0000ff;">echo</span> Installing Google Chrome&#8230;</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #00ccff;">msiexec</span> /q /i &#8220;[location]programsstandard softwarenewpcchrome.msi&#8221;</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #0000ff;">echo</span> &#8230;done</span></p>
<p><span style="font-family: 'courier new', courier; color: #008000; font-size: 12px;">rem &#8211;Copy Useful Docs&#8211;</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #0000ff;">echo</span> Copying BMS Useful Documents&#8230;</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #0000ff;">mkdir</span> &#8220;%USERPROFILE%DesktopBMS Guides&#8221;</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;">xcopy &#8220;[location]batch scriptsDocs*&#8221; &#8220;%USERPROFILE%DesktopBMS Guides&#8221; /Y /q</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #0000ff;">echo</span> &#8230;done</span></p>
<p><span style="font-family: 'courier new', courier; color: #008000; font-size: 12px;">rem &#8211;DONE&#8211;</span><br />
<span style="font-family: 'courier new', courier; font-size: 12px;"><span style="color: #0000ff;">echo</span> Installer Complete!</span><br />
<span style="font-family: 'courier new', courier; color: #0000ff; font-size: 12px;">pause</span></p>
<p>NOTES:</p>
<p>I have left in the older code to compare the differences (if any) in the install commands.</p>
<p>The Adobe installs are now done using a great little utility which you can download from the Adobe website, this helps create a transform file which is basically a set of rules that define the install parameters. The adobe reader install needs a base install of Version 11 and then the update package on top, at time of writing update 3 is the latest, in theory when update 4 is available you should be able to download the file to the standard location and then change the code to reflect this version. The instructions I followed can be found here: <a href="http://community.spiceworks.com/how_to/show/27718-install-update-adobe-reader-to-to-latest-adobe-reader-xi-11-0-2-using-cmd">http://community.spiceworks.com/how_to/show/27718-install-update-adobe-reader-to-to-latest-adobe-reader-xi-11-0-2-using-cmd</a></p>
<p>The Google Chrome MSI is available from here: <a href="http://www.google.co.uk/intl/en-GB/chrome/business/browser/admin/">http://www.google.co.uk/intl/en-GB/chrome/business/browser/admin/</a></p>
<p>For security purposes I have modified the file paths for this post.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="https://www.wardnet.co.uk/updated-batch-installer-script/">Updated Batch Installer Script</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">241</post-id>	</item>
	</channel>
</rss>
