<?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>Teh Tech &#187; windowsXP-KB936929-SP3-x86-ENU.exe</title>
	<atom:link href="http://tehtech.com/tag/windowsxp-kb936929-sp3-x86-enuexe/feed/" rel="self" type="application/rss+xml" />
	<link>http://tehtech.com</link>
	<description>Being an Admin is Hard Enough</description>
	<lastBuildDate>Wed, 14 Jul 2010 16:14:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Integrating Service Pack 3 Into a Windows CD</title>
		<link>http://tehtech.com/integrating-service-pack-3-into-a-windows-cd/</link>
		<comments>http://tehtech.com/integrating-service-pack-3-into-a-windows-cd/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 03:30:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Service Pack 3]]></category>
		<category><![CDATA[Windows update]]></category>
		<category><![CDATA[windowsXP-KB936929-SP3-x86-ENU.exe]]></category>

		<guid isPermaLink="false">http://tehtech.com/?p=254</guid>
		<description><![CDATA[I hate having to install service pack 3 after installing a OS. Â I did not have a CD with SP3 slipstreamed yet, so I made one. Â Here is how to do it. Download: Â Download the path from Microsoft HERE Copy: Copy the ENTIRE contents of your windows CD to a working directory. Â Your windows CD [...]]]></description>
			<content:encoded><![CDATA[<p>I hate having to install service pack 3 after installing a OS. Â I did not have a CD with SP3 slipstreamed yet, so I made one. Â Here is how to do it.<br />
<span id="more-254"></span></p>
<ol>
<li>Download: Â Download the path from Microsoft <a title="SP3 Direct Link" href="http://download.microsoft.com/download/d/3/0/d30e32d8-418a-469d-b600-f32ce3edf42d/WindowsXP-KB936929-SP3-x86-ENU.exe" onclick="pageTracker._trackPageview('/outgoing/download.microsoft.com/download/d/3/0/d30e32d8-418a-469d-b600-f32ce3edf42d/WindowsXP-KB936929-SP3-x86-ENU.exe?referer=');">HERE</a></li>
<p></p>
<li>Copy: Copy the ENTIRE contents of your windows CD to a working directory. Â Your windows CD must have SP2 already. For this example we will make believe my CD is in my &#8220;E&#8221; drive and I am working out of a folder called &#8220;c:SP3_cd&#8221; Â I would copy everything from the E drive to c:sp3_cd, this can be done with drag and drop or by using xcopy:
<div class="box">xcopyÂ /e /r /y Â e:*.* c:sp3_cd</div>
</li>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2740910196434334";
google_ad_slot = "5492961778";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
</p>
<li>Integrate: Â From command prompt CD to the location of your downloaded SP3 file and run theÂ integrateÂ command. Â For my example I will use:
<div class="box">Â WINDOWSXP-KB936929-SP3-X86-ENU.exe /integrate:c:sp3_cd</div>
</li>
<p></p>
<li>Rip: Using a utility called bbie (click <a title="BBIE link" href="http://69.90.47.6/mybootdisks.com/mybootdisks_com/nu2/bbie10.zip" onclick="pageTracker._trackPageview('/outgoing/69.90.47.6/mybootdisks.com/mybootdisks_com/nu2/bbie10.zip?referer=');">HERE</a>) rip the boot sector off your windows CD. Â Again from command line navigate to the location of your bbie andÂ simplyÂ input theÂ sourceÂ CD. Â To drop a file called &#8220;image1.bin&#8221; in the same directory as your bbie.exe I would run:
<div class="box"> bbie.exe e:</div>
</li>
<p></p>
<li>Make: Make a ISO with your folder and boot file. Â Use Nero, or Magic iso to burn the contents of your patched CD. Â Be sure to use the boot file we created. Â Select bootable form them menu. Â Alternitivly you can download barpe builder <a title="Bart pe" href="http://nu2.nu/pebuilder/" onclick="pageTracker._trackPageview('/outgoing/nu2.nu/pebuilder/?referer=');">HERE.</a> This package contains a file called mkisofs.exe from command line we can pass it a ton of arguments to make it output a iso.Â Change the colors to match your paths.<br />

<div class="box">
mkisofs.exe -force-uppercase -iso-level 4 -A mkisofs -sysid &#8220;dos&#8221; -b <span style="color: #993366;">c:image1.bin</span> -no-emul-boot -boot-load-size 4 -hide &#8220;boot.catalog&#8221; -oÂ <span style="color: #ff0000;"><span style="color: #00ffff;">c:SP3.iso </span><span style="color: #ff0000;">c:</span></span><span style="color: #ff0000;">sp3_cd</span></div>
</li>
<p></p>
<li>Rejoice: Â If you are like me and install windows a lot this will save you lots of time. Â </li>
<p>
</ol>
<p>Note: mkisofs is insanely complex switches. Â If you have nero or a application with a GUI to browse to the <span style="color: #ff0000;">source</span>, <span style="color: #993366;">boot image</span> and <span style="color: #00ffff;">output</span> it makes it much easier.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2740910196434334";
google_ad_slot = "5492961778";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://tehtech.com/integrating-service-pack-3-into-a-windows-cd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Service Pack 3 Rollout Options Switches and Scripts</title>
		<link>http://tehtech.com/service-pack-3-rollout-options-switches-and-scripts/</link>
		<comments>http://tehtech.com/service-pack-3-rollout-options-switches-and-scripts/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 19:52:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kaseya]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[Service Pack 3]]></category>
		<category><![CDATA[Windows update]]></category>
		<category><![CDATA[windowsXP-KB936929-SP3-x86-ENU.exe]]></category>

		<guid isPermaLink="false">http://tehtech.com/?p=105</guid>
		<description><![CDATA[Okay so Service Pack 3. Scary I know, I am always weary of big service pack rollouts. However if you don&#8217;t update to SP3, you are open to contracting some nasty bugs. Here are some simple install possibilities if you don&#8217;t have it on your networkÂ yet. Â I suggest that you take a look at some [...]]]></description>
			<content:encoded><![CDATA[<p>Okay so Service Pack 3. Scary I know, I am always weary of big service pack rollouts. However if you don&#8217;t update to SP3, you are open to contracting some nasty bugs. Here are some simple install possibilities if you don&#8217;t have it on your networkÂ yet. Â I suggest that you take a look at some of the install articles on SP3 and some of the complications people haveÂ experiencedÂ before doing a mass rollout. Â Below are some options that might beÂ helpfulÂ to you, but as always test on a few computers before rolling out to a bunch. Â You might also want to check out this <a title="Switches" href="http://techrepublic.com.com/5208-6230-0.html?forumID=102&amp;threadID=262992" target="_blank" onclick="pageTracker._trackPageview('/outgoing/techrepublic.com.com/5208-6230-0.html?forumID=102_amp_threadID=262992&amp;referer=');">link</a>Â for aÂ explanationÂ of the switches and arguments forÂ installation. In my scripts below the switches I use will force all aplications closed, and do a backup of of the replaced files, and make a log.Â  A progress window is displayed during the install and at the end the computer is rebooted.Â  I found this to be the best option for rollouts as you can see the progress bar to estimate time remaining, and you do have a log and a backup if things go wrong.Â  I suggest you find the right mix of switches that work for you though.<br />
<span id="more-105"></span></p>
<p>1. Windows Update: Â Works on small networks, though it might not be the best option on any network with more than a few computers. Â </p>
<p>2. Network Install: Â The file isÂ availableÂ fromÂ MicrosoftÂ <a title="SP3" href="http://download.microsoft.com/download/d/3/0/d30e32d8-418a-469d-b600-f32ce3edf42d/WindowsXP-KB936929-SP3-x86-ENU.exe" target="_blank" onclick="pageTracker._trackPageview('/outgoing/download.microsoft.com/download/d/3/0/d30e32d8-418a-469d-b600-f32ce3edf42d/WindowsXP-KB936929-SP3-x86-ENU.exe?referer=');">here</a>. Â Then all you have to do is install it, or script it. Â  I used this script to accomplish this at a few of my locations. Â Note that you can run it over the network, but I like to copy it locally, just incase there is a networkÂ failureÂ or i need to rerun it later for some reason.</p>
<div class="box">
<p>Title DO NOT CLOSE!!!<br />
color 1f<br />
echo off<br />
net use x: <span style="color: #ff0000;">Â Serversp3<br />
</span>md c:downloads<br />
md c:downloadssp3<br />
copy x:windowsXP-KB936929-SP3-x86-ENU.exe c:downloads<br />
net use x: /delete<br />
cls<br />
echo A UPDATE IS INSTALLING ON THIS COMPUTER. DO NOT RESTART OR CLOSE THIS WINDOW. WHEN THE UPDATE IS COMPLETE THE COMPUTER WILL RESTART AUTOMATICALLY.<br />
c:downloadsWindowsXP-KB936929-SP3-x86-ENU.exe /passive /forcerestart /forceappsclose /d:c:tempbu /log:c:tempbuxpsp3.log</div>
<p>3. Kaseya with cURLing: Â This will create a ton ofÂ bandwidthÂ usageÂ if you push this to more than a few computers on the same network, as every computer will be downloading it to their local disk. Â So I don&#8217;tÂ recommendÂ this to a really large network, and it is also best done at night just so you don&#8217;t get any complaints of slowness. Â Also note that you are going to have to have curl on your kserver to make this work. Â Check out this post for a quick explination of <a title="cURL Post" href="http://tehtech.com/?p=47">cURLÂ </a>or just download it <a title="cURL" href="http://curl.haxx.se/" onclick="pageTracker._trackPageview('/outgoing/curl.haxx.se/?referer=');">hereÂ </a>Â Â  The script will check to see if the computer is running SP3 already, if it is it will stop, if not it will download it and run an unattended install followed by a reboot. Â </p>
<div class="box">Script Name: sp3 curl<br />
Script Description:Â <br />
IF Check Registry Value<br />
Parameter 1 : HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionCSDVersion<br />
= :Service Pack 3<br />
THEN<br />
ELSE<br />
Execute Shell Command<br />
Parameter 1 : md c:temp<br />
Parameter 2 : 0<br />
OS Type : 8<br />
Execute Shell Command<br />
Parameter 1 : md c:tempsp3<br />
Parameter 2 : 0<br />
OS Type : 8<br />
Write File<br />
Parameter 1 : c:tempsp3curl.exe<br />
Parameter 2 : <span style="color: #ff0000;">admincurlcurl.exe</span><br />
OS Type : 8<br />
Execute File<br />
Parameter 1 : c:tempsp3curl.exe<br />
Parameter 2 : http://download.microsoft.com/download/d/3/0/d30e32d8-418a-469d-b600-f32ce3edf42d/WindowsXP-KB936929-SP3-x86-ENU.exe -o &#8220;c:tempsp3WindowsXP-KB936929-SP3-x86-ENU.exe&#8221;<br />
Parameter 3 : 3<br />
OS Type : 8<br />
Execute Shell Command<br />
Parameter 1 : c:tempsp3WindowsXP-KB936929-SP3-x86-ENU.exe /passive /forcerestart /forceappsclose /d:c:tempbu /log:c:tempbuxpsp3.log<br />
Parameter 2 : 0<br />
OS Type : 8</div>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2740910196434334";
google_ad_slot = "5492961778";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://tehtech.com/service-pack-3-rollout-options-switches-and-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

