<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Installation on Anything About IT</title><link>https://www.verboon.info/tags/installation/</link><description>Recent content in Installation on Anything About IT</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 02 Jun 2012 17:13:55 +0000</lastBuildDate><atom:link href="https://www.verboon.info/tags/installation/index.xml" rel="self" type="application/rss+xml"/><item><title>Automated Download and Installation for the Windows Assessment and Deployment Kit (ADK)</title><link>https://www.verboon.info/2012/06/automated-download-and-installation-for-the-windows-assessment-and-deployment-kit-adk/</link><pubDate>Sat, 02 Jun 2012 17:13:55 +0000</pubDate><guid>https://www.verboon.info/2012/06/automated-download-and-installation-for-the-windows-assessment-and-deployment-kit-adk/</guid><description>&lt;p&gt;Since I am going install the ADK on several clients and servers, I decided to automate that process based on the information found in the MSDN article &lt;a href="http://msdn.microsoft.com/en-us/library/hh825494.aspx"&gt;Installing the Windows ADK&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Because downloading all the ADK sources from the Microsoft web can take a while, the first task is to only download them and save the locally.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Create a folder on your local drive, let’s say C:\DATA\ADKSETUP&lt;/li&gt;
&lt;li&gt;Then download the ADKSETUP.EXE from the Microsoft download page &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=29929"&gt;here&lt;/a&gt; and store it into C:\DATA\ADKSETUP (Note that this link will change once the RTM version is released).&lt;/li&gt;
&lt;li&gt;Create a batch file called ADK_Download.cmd that has the following content:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;@ ECHO OFF &lt;br&gt;
cd %~dp0 
adksetup.exe /quiet /installpath %~dp0  /layout %~dp0 &lt;br&gt;
Pause&lt;/p&gt;</description></item><item><title>How to Reset Windows 8 without external media</title><link>https://www.verboon.info/2012/01/how-to-reset-windows-8-without-external-media/</link><pubDate>Mon, 09 Jan 2012 11:46:21 +0000</pubDate><guid>https://www.verboon.info/2012/01/how-to-reset-windows-8-without-external-media/</guid><description>&lt;p&gt;Yesterday I’ve talked about the &lt;a href="https://www.verboon.info/index.php/2012/01/the-windows-8-refresh-your-pc-feature/"&gt;Windows 8 Refresh Your PC feature&lt;/a&gt;, today I’d like to show how you can reset Windows 8 without using external media. When performing a Reset on a Windows 8 client, you are going to run a complete fresh installation of Windows 8 without preserving any user data or settings. You would use this option before you give back your system to anyone else and want to make sure that there is no personal data or settings left on the system.&lt;/p&gt;</description></item><item><title>Automated Microsoft Security Essentials Installation</title><link>https://www.verboon.info/2011/01/automated-microsoft-security-essentials-installation/</link><pubDate>Thu, 06 Jan 2011 22:30:08 +0000</pubDate><guid>https://www.verboon.info/2011/01/automated-microsoft-security-essentials-installation/</guid><description>&lt;p&gt;For all those that frequently setup test machines and get tired of manually installing the Microsoft Security Essentials 2.0, here’s a straight forward batch file (even a regular user could use) that does the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Downloads the Microsoft Security Essential 2.0 (x86) installation source file&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Installs Microsoft Security Essentials 2.0&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Downloads and updates the virus definition signature file&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;[sourcecode language=&amp;ldquo;plain&amp;rdquo;]
@ECHO OFF
Echo Downloading Microsoft Security Essentials 2.0 (x86)
start /wait bitsadmin /TRANSFER MSE20 &lt;a href="http://download.microsoft.com/download/A/3/8/A38FFBF2-1122-48B4-AF60-E44F6DC28BD8/en-us/x86/mseinstall.exe"&gt;http://download.microsoft.com/download/A/3/8/A38FFBF2-1122-48B4-AF60-E44F6DC28BD8/en-us/x86/mseinstall.exe&lt;/a&gt; %TEMP%\mseinstall.exe&lt;/p&gt;</description></item><item><title>Getting access to Windows 7 Evaluation installation sources</title><link>https://www.verboon.info/2010/01/getting-access-to-windows-7-evaluation-installation-sources/</link><pubDate>Fri, 01 Jan 2010 17:13:08 +0000</pubDate><guid>https://www.verboon.info/2010/01/getting-access-to-windows-7-evaluation-installation-sources/</guid><description>&lt;p&gt;Most IT pro’s probably don’t have a problem in getting access to the Windows 7 operating system installation sources because they can access them through their corporate volume license agreement and/or MSDN or TechNet subscription. But unfortunately there are still some out there who do not have such easy access to these sources.&lt;/p&gt;
&lt;p&gt;For the use of Windows 7 on a primary device (the one that one uses on a daily basis) an official version of Windows 7 that comes either from the Corporate Volume media source or a &lt;a href="http://store.microsoft.com/microsoft/Windows-Windows-7/category/102"&gt;separately acquired copy&lt;/a&gt; or pre-installed with a new computer must be used.&lt;/p&gt;</description></item><item><title>Leftover files after .NET Framework 3.5 Service Pack 1 installation</title><link>https://www.verboon.info/2009/08/leftover-files-after-net-framework-35-service-pack-1-installation/</link><pubDate>Wed, 05 Aug 2009 14:43:51 +0000</pubDate><guid>https://www.verboon.info/2009/08/leftover-files-after-net-framework-35-service-pack-1-installation/</guid><description>&lt;p&gt;Some of you might have noticed that after installing the .NET Framework 3.5 Service Pack 1, there can be a leftover folder in the root of the system as shown in the picture below.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image-thumb.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;We identified this issue right after .NET 3.5 SP1 was installed,  and found out soon that we were not the only ones having this issue. Microsoft describes this behavior in &lt;a href="http://support.microsoft.com/default.aspx/kb/951847/en-us"&gt;KB951847&lt;/a&gt; and confirms the folder can be deleted.&lt;/p&gt;</description></item><item><title>Reduce software installation time</title><link>https://www.verboon.info/2009/07/reduce-software-installation-time/</link><pubDate>Sat, 18 Jul 2009 20:39:40 +0000</pubDate><guid>https://www.verboon.info/2009/07/reduce-software-installation-time/</guid><description>&lt;p&gt;Windows7 comes with Windows Installer 5.0 that has a new installation property called MSIFASTINSTALL. Using the MSIFASTINSTALL property can help reduce time required to install a windows installer package.&lt;/p&gt;
&lt;p&gt;The trick behind MSIFASTINSTALL is quite simple, it just skips things that consume time like creating a system restore point or calculating the space requirements (&lt;a href="http://msdn.microsoft.com/en-us/library/aa368593(VS.85).aspx"&gt;File Costing&lt;/a&gt;). So if you do not need system restore points and know that your clients have enough disk space anyway, you could consider using the MSIFASTINSTALL property to speed up application installations.&lt;/p&gt;</description></item></channel></rss>