<?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>Brian Jackson&#039;s IT Blog &#187; .bat</title>
	<atom:link href="http://blog.brianleejackson.com/tag/bat/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.brianleejackson.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Dec 2011 23:22:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Capture and Deploy Image (.wim) Without Sysprep</title>
		<link>http://blog.brianleejackson.com/how-to-capture-and-deploy-image-wim-without-sysprep</link>
		<comments>http://blog.brianleejackson.com/how-to-capture-and-deploy-image-wim-without-sysprep#comments</comments>
		<pubDate>Sun, 09 Aug 2009 01:24:35 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[WinPE 3.0]]></category>
		<category><![CDATA[.bat]]></category>
		<category><![CDATA[Batch Script]]></category>
		<category><![CDATA[GimageX]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 7 Beta]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://blog.brianleejackson.com/?p=498</guid>
		<description><![CDATA[If you are using WinPE 2.0 or WinPE 3.0 to capture your PC images (.wim files) and deploy them you have probably run into a little problem when trying to deploy an image of Vista or Windows 7 when not first running sysprep. The problem is that if you try to re-deploy an image of [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/how-to-capture-and-deploy-image-wim-without-sysprep' addthis:title='How to Capture and Deploy Image (.wim) Without Sysprep' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></description>
			<content:encoded><![CDATA[<p>If you are using WinPE 2.0 or WinPE 3.0 to capture your PC images (.wim files) and deploy them you have probably run into a little problem when trying to deploy an image of Vista or <a href="http://amzn.to/oFGSrS" target="_blank">Windows 7</a> when not first running sysprep. The problem is that if you try to re-deploy an image of a nonsysprepped image of Vista or 7 that the BootMGR will be broken. Follow the steps below to fix this problem.<br />
<a href="http://amzn.to/oFGSrS"><img src="http://blog.brianleejackson.com/wp-content/uploads/2009/08/without_sysprep.jpg" alt="Microsoft Windows 7" title="Microsoft Windows 7" width="150" class="size-full wp-image-499" /></a></p>
<h2>Step #1</h2>
<p>I am assuming you have captured your image already and are ready for deployment. Go ahead and boot up your image deployment software (WinPE 2.0 or WinPE 3.0).</p>
<h2>Step #2</h2>
<p>In my other articles I describe how to use DiskPart and also avoiding the hidden partition before deploying a new image. I suggest reading them.</p>
<h2>Step #3</h2>
<p>After you have deployed your non-sysprepped image you need to run the following commands: (I have a batch file I use to do this).</p>
<blockquote><p>bcdedit /set {default} device partition=c:<br />
bcdedit /set {default} osdevice partition=c:<br />
bcdedit /set {bootmgr} device partition=c:</p></blockquote>
<h2>Step #4</h2>
<p>This will fix the BOOTMGR problem when deploying a non-syprepped image in Vista or 7. Enjoy!</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/how-to-capture-and-deploy-image-wim-without-sysprep' addthis:title='How to Capture and Deploy Image (.wim) Without Sysprep' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.brianleejackson.com/how-to-capture-and-deploy-image-wim-without-sysprep/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Java 1.6.0.12 .msi package for distribution</title>
		<link>http://blog.brianleejackson.com/java-16012-msi-package-for-distribution</link>
		<comments>http://blog.brianleejackson.com/java-16012-msi-package-for-distribution#comments</comments>
		<pubDate>Fri, 20 Feb 2009 01:34:19 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[MSI Packages]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[.bat]]></category>
		<category><![CDATA[.msi]]></category>
		<category><![CDATA[AdminStudio 9.0]]></category>
		<category><![CDATA[Batch Script]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://blog.brianleejackson.com/?p=122</guid>
		<description><![CDATA[Last msi package I tested today was Java. They also offer the msi package on their website. First you need to download their &#8220;offline installation&#8221; executable here. Then run the executable but don&#8217;t go through any additional prompts. Navigate to LocalAppData folder (the user&#8217;s Application Data folder). The location of the LocalAppData folder differs for [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/java-16012-msi-package-for-distribution' addthis:title='Java 1.6.0.12 .msi package for distribution' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Last msi package I tested today was Java.  They also offer the msi package on their website.  First you need to download their &#8220;offline installation&#8221; executable <a href="http://javadl.sun.com/webapps/download/AutoDL?BundleId=27983">here</a>.  Then run the executable but don&#8217;t go through any additional prompts. Navigate to LocalAppData folder (the user&#8217;s Application Data folder). The location of the LocalAppData folder differs for each Windows platform.</p>
<p>    * Windows Vista: C:\Users\<User>\AppData\LocalLow\Sun\Java\jre1.6.0_12<br />
    * Windows XP: C:\Documents and Settings\<User>\Local Settings\Application Data<br />
    * Windows 2000 C:\Documents and Settings\<User>\Application Data</p>
<p>Copy the contents out of that folder to where you are keeping your msi distribution packages.  The folder should look like the picture below without the install.bat which is my batch file.<br />
<div id="attachment_125" class="wp-caption alignnone" style="width: 395px"><img src="http://blog.brianleejackson.com/wp-content/uploads/2009/02/capture1.jpg" alt="Java Directory Contents" title="Java Directory Contents" width="385" height="160" class="size-full wp-image-125" /><p class="wp-caption-text">Java Directory Contents</p></div></p>
<p>Here is the command I used for a quiet install for multiple users:</p>
<p><code>msiexec /i "jre1.6.0_12.msi" SETMULTIUSER=1 /qb"</code></p>
<p>Works fine for multiple users under windows 2000, XP, and Vista.  More MSI package instructions coming tomorrow along with some tutorials on ImageX/Sysprep for Vista.</p>
<div id="attachment_131" class="wp-caption alignnone" style="width: 373px"><img src="http://blog.brianleejackson.com/wp-content/uploads/2009/02/javalogo.png" alt="Java 1.6 Logo" title="Java 1.6 Logo" width="363" height="299" class="size-full wp-image-131" /><p class="wp-caption-text">Java 1.6 Logo</p></div>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/java-16012-msi-package-for-distribution' addthis:title='Java 1.6.0.12 .msi package for distribution' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.brianleejackson.com/java-16012-msi-package-for-distribution/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Batch Script &#8211; Backup folder over network</title>
		<link>http://blog.brianleejackson.com/batch-script-backup-folder-over-network</link>
		<comments>http://blog.brianleejackson.com/batch-script-backup-folder-over-network#comments</comments>
		<pubDate>Mon, 19 Jan 2009 21:16:17 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[.bat]]></category>
		<category><![CDATA[Batch Script]]></category>
		<category><![CDATA[xcopy]]></category>

		<guid isPermaLink="false">http://blog.brianleejackson.com/?p=33</guid>
		<description><![CDATA[Here is a batch script I use to make a backup of my laptop. I have it backing up multiple folders, but here is example of backing up a laptop folder (My Thunderbird Profile) to a networked computer share. Will work both ways. for /f &#8220;tokens=2-4 delims=/ &#8221; %%g in (&#8216;date /t&#8217;) do ( set [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/batch-script-backup-folder-over-network' addthis:title='Batch Script &#8211; Backup folder over network' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Here is a batch script I use to make a backup of my laptop. I have it backing up multiple folders, but here is example of backing up a laptop folder (My Thunderbird Profile) to a networked computer share. Will work both ways.</p>
<blockquote><p>for /f &#8220;tokens=2-4 delims=/ &#8221; %%g in (&#8216;date /t&#8217;) do (<br />
set mm=%%g<br />
set dd=%%h<br />
set yy=%%i<br />
)</p>
<p>if exist &#8220;\\IPADDESS\c$\Users\Administrator\Documents\My Laptop Backups\%mm%-%dd%-%yy%&#8221; (<br />
rd /S /Q &#8220;\\IPADDRESS\c$\Users\Administrator\Documents\My Laptop Backups\%mm%-%dd%-%yy%&#8221;<br />
)</p>
<p>xcopy &#8220;C:\Users\Administrator\AppData\Roaming\Thunderbird\Profiles&#8221;<br />
&#8220;\\IPADDRESS\c$\Users\Administrator\Documents\My Laptop Backups\%mm%-%dd%-%yy%&#8221; /s /i</p></blockquote>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/batch-script-backup-folder-over-network' addthis:title='Batch Script &#8211; Backup folder over network' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.brianleejackson.com/batch-script-backup-folder-over-network/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

