<?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>install Archives - WardNet</title>
	<atom:link href="https://www.wardnet.co.uk/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wardnet.co.uk/tag/install/</link>
	<description>Infrastructure, ERP and General Technology Blog</description>
	<lastBuildDate>Sat, 09 May 2020 15:59:25 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</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>install Archives - WardNet</title>
	<link>https://www.wardnet.co.uk/tag/install/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">63479081</site>	<item>
		<title>Tip of the Week 4 &#8211; DISM Cleanups</title>
		<link>https://www.wardnet.co.uk/tip-of-the-week-4-dism-cleanups/</link>
		
		<dc:creator><![CDATA[Jonathan Ward]]></dc:creator>
		<pubDate>Mon, 29 Jan 2018 10:00:35 +0000</pubDate>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[disk space]]></category>
		<category><![CDATA[DISM]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Windows Updates]]></category>
		<guid isPermaLink="false">https://www.wardnet.co.uk/?p=498</guid>

					<description><![CDATA[<p>In the last post I covered DISM for the purpose of changing/upgrading the version of Windows, and we found that</p>
<p><a href="https://www.wardnet.co.uk/tip-of-the-week-4-dism-cleanups/">Tip of the Week 4 &#8211; DISM Cleanups</a></p>
]]></description>
										<content:encoded><![CDATA[<p>In the last post I covered DISM for the purpose of changing/upgrading the version of Windows, and we found that the DISM tool has existed since 2008, however in 2012R2 they added much improved, usable functionality. Did you know DISM is also responsible for things such as Windows updates?</p>
<p>Under the hood DISM is the tooling being used to install and maintain those wonderful Windows Updates you get every month on Patch Tuesday (is that still a thing?) Which also means we can use the toolset to also tidy up afterwards. Remember Disk Clean up (cleanmgr)? Well it&#8217;s a nicer CLI version of the Updates clean-up in there.</p>
<p>There are 3 levels of update clean up via DISM</p>
<ul>
<li>Component Clean up &#8211; this cleans up updated components i.e. removing the packages used to install the updates</li>
<li>Reset Base &#8211; same as above, but means all deletes all superseded versions of every component in the component store, meaning you won&#8217;t be able to uninstall service packs/updates applied before this point in time</li>
<li>
<div>SPSuperseded &#8211; removes all backup components needed to uninstall the service pack, also you cannot remove the service pack anymore after using this command.</div>
</li>
</ul>
<p>In short doing 2 and 3 will free up more space but makes rolling back very difficult, option 1 is a nice way to keep the system tidy:</p>
<p>Example on Windows Server 2012R2</p>
<ul>
<li>
<div><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/www.wardnet.co.uk/wp-content/uploads/2018/01/012818_1817_TipoftheWee1.png?w=810&#038;ssl=1" alt=""></div>
<p>Disk is at 37.1GB free after being fully updated and having key applications installed</li>
<li>
<div><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/www.wardnet.co.uk/wp-content/uploads/2018/01/012818_1817_TipoftheWee2.png?w=810&#038;ssl=1" alt=""></div>
<p>Component cleanup is run and takes quite a while… (I had to go out and check 3 hours later, suspect it took ~1 hour)</li>
<li>
<div><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/www.wardnet.co.uk/wp-content/uploads/2018/01/012818_1817_TipoftheWee3.png?w=810&#038;ssl=1" alt=""></div>
<p>Following the cleanup run we can see around 7GB has been freed up on the system</li>
</ul>
<p>From this quick demonstration above it&#8217;s clear to see that significant disk space is used up by irrelevant, outdated files. The only reason to keep these is if you want to remove an update and reapply later, but surely not all 7GB worth…</p>
<p>I&#8217;ve started using the dism cleanup commands during my build process, so that before I start using a server in anger, I get it to as clean a state as possible, fully updated but tidy!</p>
<p>The full commands for DISM cleanup are:</p>
<ul>
<li><span style="font-family: Consolas;">dism /online /Cleanup-Image /StartComponentCleanup<br />
</span></li>
<li><span style="font-family: Consolas;">dism /online /Cleanup-Image /StartComponentCleanup /ResetBase<br />
</span></li>
<li><span style="font-family: Consolas;">dism /online /Cleanup-Image /SPSuperseded<br />
</span></li>
</ul>
<p><a href="https://www.wardnet.co.uk/tip-of-the-week-4-dism-cleanups/">Tip of the Week 4 &#8211; DISM Cleanups</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">498</post-id>	</item>
		<item>
		<title>2017 Stats</title>
		<link>https://www.wardnet.co.uk/2017-stats/</link>
		
		<dc:creator><![CDATA[Jonathan Ward]]></dc:creator>
		<pubDate>Sun, 05 Nov 2017 12:59:49 +0000</pubDate>
				<category><![CDATA[Career]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Technical Engagements]]></category>
		<guid isPermaLink="false">https://www.wardnet.co.uk/?p=423</guid>

					<description><![CDATA[<p>In my last post I mentioned that I thought my install stats were somewhere in the 3-4 per month range,</p>
<p><a href="https://www.wardnet.co.uk/2017-stats/">2017 Stats</a></p>
]]></description>
										<content:encoded><![CDATA[<p>In my last post I mentioned that I thought my install stats were somewhere in the 3-4 per month range, turns out I wasn&#8217;t too far off on that.</p>
<p>Last week I spent a little time updating my personal documentation and pulling together numbers etc. more so for my own confidence boost but also so I have some collateral to back myself up.</p>
<p>The stats read as follows:</p>
<h6>please note I only started making my own notes outside of time entry/calendars in March 2017:</h6>
<p>In 7 Months:</p>
<ul style="margin-left: .375in; direction: ltr; unicode-bidi: embed; margin-top: 0in; margin-bottom: 0in;" type="disc">
<li>24 Technical Engagements (categorised as over half a day solid consulting, not including &#8220;support&#8221; style assistance) &#8211; &gt;3 per month</li>
<li>22 different customers</li>
<li>6 Go-lives supported (3 new/3 upgrades)</li>
<li>8 international projects supported with training/documentation reviews etc.</li>
<li>5/24 were on site engagements</li>
<li>2 formal sysadmin training cources delivered</li>
<li>4 cloud-based upgrades</li>
</ul>
<p>So yes, I am in the 3-4 per month category and it&#8217;s nice to realise I am in the area I thought!</p>
<p><a href="https://www.wardnet.co.uk/2017-stats/">2017 Stats</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">423</post-id>	</item>
		<item>
		<title>2016 Update</title>
		<link>https://www.wardnet.co.uk/2016-update/</link>
		
		<dc:creator><![CDATA[Jonathan Ward]]></dc:creator>
		<pubDate>Sun, 27 Nov 2016 17:53:16 +0000</pubDate>
				<category><![CDATA[Career]]></category>
		<category><![CDATA[Epicor]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Enterprise Search]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[Remote Desktop Services]]></category>
		<guid isPermaLink="false">http://wardnet.co.uk/?p=377</guid>

					<description><![CDATA[<p>If you have seen my other (more personal) blog you will have come across the post I did recently regarding</p>
<p><a href="https://www.wardnet.co.uk/2016-update/">2016 Update</a></p>
]]></description>
										<content:encoded><![CDATA[<p>If you have seen my other (more personal) blog you will have come across the post I did recently regarding how 2016 has flown by and so many things have changed career wise. If you&#8217;ve not read that feel free to jump on over here:&nbsp;<a href="http://johnnyward.me.uk/newblog/a-year-of-two-halves/">http://johnnyward.me.uk/newblog/a-year-of-two-halves/</a></p>
<p>As this is my technology blog I though I&#8217;d share a quick update on skills and technologies that have advanced through this year, the most noticeable are:</p>
<ul>
<li><strong>SQL Skills</strong> &#8211; yes I know more than just installing now, I can troubleshoot performance issues and tweak setups to ensure a nice smooth running system.. Maintenance of SQL is also one of my most common tasks across many customers.</li>
<li><strong>ERP</strong> &#8211; a broad subject, but I will break down a little. Firstly I am more than capable of a &#8220;vanilla&#8221; install of Epicor ERP 10/10.1, I&#8217;m also capable of updating/upgrading those platforms. On top of that I can also talk tech with IT/ERP managers across all industries to help spec, and install/deploy the Epicor ERP platforms. This also includes a number of additional installs (such as web, Enterprise Search, education tools etc.) and enhancements, such as those for document management and CRM.</li>
<li><strong>Hyper-V</strong> &#8211; not something I&#8217;d had the opportunity to play with much before, however I am now capable of installation, deployment, management and maintenance of Hyper-V 2012+ platforms, and I have to say, what a great platform it is.</li>
<li><strong>VMware ESX</strong> &#8211; my knowledge in VMware has also jumped this year, having had the opportunity to manage 2x ESX 6 environments in recent months and upgrade a couple of 5s to 5.5 I am once again familiar with the VMWare suite and as always find it an exciting challenge.</li>
<li><strong>Remote Desktop Services</strong> &#8211; sure we all know a little Terminal Services from back in the day, but having now deployed around 5 of these 2012R2 beauties this year, i am exceptionally impressed. Easy to install and configure, and just as easy to troubleshoot and fix, provided you have the time and mental space in order to do so!</li>
</ul>
<p>Coming up in 2017&#8230;</p>
<p>So it seems there may be a few changes ahead, ones that will potentially make my career, and about time too!</p>
<p>The biggest 2017 challenges seem to be:</p>
<ul>
<li><strong>Cloud</strong> &#8211; funnily enough the UK hasn&#8217;t quite taken to it fully yet&#8230;</li>
<li><strong>Solutions</strong> &#8211; how can a product be further enhanced to meet a customer&#8217;s longer term goals&#8230;</li>
<li><strong>Tools &#8211; </strong>might need a course in C# and a few late nights</li>
</ul>
<p>Watch this space&#8230;</p>
<p><a href="https://www.wardnet.co.uk/2016-update/">2016 Update</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">377</post-id>	</item>
		<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>
