<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for cluberti.com</title>
	<atom:link href="http://www.cluberti.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cluberti.com/blog</link>
	<description>Random bits of flair pinned to the internet</description>
	<lastBuildDate>Fri, 27 Jan 2012 17:27:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Using Application &#8220;bundles&#8221; in MDT 2010 by Joe Dissmeyer</title>
		<link>http://www.cluberti.com/blog/2009/08/21/using-application-bundles-in-mdt-2010/comment-page-1/#comment-4108</link>
		<dc:creator>Joe Dissmeyer</dc:creator>
		<pubDate>Fri, 27 Jan 2012 17:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/2009/08/21/using-application-bundles-in-mdt-2010/#comment-4108</guid>
		<description>&lt;a href=&quot;#comment-1777&quot; rel=&quot;nofollow&quot;&gt;@Bob &lt;/a&gt; 
Hi Bob. Here is a way to deploy an application based on make\model in MDT:
http://www.joedissmeyer.com/2011/08/install-mdt-application-based-on-model.html</description>
		<content:encoded><![CDATA[<p><a href="#comment-1777" rel="nofollow">@Bob </a><br />
Hi Bob. Here is a way to deploy an application based on make\model in MDT:<br />
<a href="http://www.joedissmeyer.com/2011/08/install-mdt-application-based-on-model.html" rel="nofollow">http://www.joedissmeyer.com/2011/08/install-mdt-application-based-on-model.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Application &#8220;bundles&#8221; in MDT 2010 by Joe Dissmeyer</title>
		<link>http://www.cluberti.com/blog/2009/08/21/using-application-bundles-in-mdt-2010/comment-page-1/#comment-4107</link>
		<dc:creator>Joe Dissmeyer</dc:creator>
		<pubDate>Fri, 27 Jan 2012 17:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/2009/08/21/using-application-bundles-in-mdt-2010/#comment-4107</guid>
		<description>Hello Simon. I also have the need to automatically deploy an application based on hardware make\model without an MDT database available. Not only that, I needed to have the application deploy silently without user intervention, and hidden from the application screen in the MDT wizard. I was able to figure out how to do this by using a custom batch file. More information about how to do this is on my blog here: http://www.joedissmeyer.com/2011/08/install-mdt-application-based-on-model.html

To achieve what you are trying to do, here is an example:
1) Create a new application in MDT.
2) Create the install.cmd script for this application as defined in my blog post above.
3) Add the application to an Application Bundle - since this script will exit automatically if the correct hardware model is not detected this is safe to add to a mandatory app bundle without any side effects. If you are not using app bundles, then add the GUID of the application as a mandatory application in customsettings.ini, or directly as an additional task in your task sequence. If you are not skipping the Application selection in the MDT wizard I suggest checking the &quot;Hide this application in the Deployment Wizard&quot; in the app properties so it isn&#039;t listed.

This will help you achieve your deployment goal by hiding the app and deploy based on make and model WITHOUT any user intervention. Good luck!

&lt;a href=&quot;#comment-858&quot; rel=&quot;nofollow&quot;&gt;@Simon &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hello Simon. I also have the need to automatically deploy an application based on hardware make\model without an MDT database available. Not only that, I needed to have the application deploy silently without user intervention, and hidden from the application screen in the MDT wizard. I was able to figure out how to do this by using a custom batch file. More information about how to do this is on my blog here: <a href="http://www.joedissmeyer.com/2011/08/install-mdt-application-based-on-model.html" rel="nofollow">http://www.joedissmeyer.com/2011/08/install-mdt-application-based-on-model.html</a></p>
<p>To achieve what you are trying to do, here is an example:<br />
1) Create a new application in MDT.<br />
2) Create the install.cmd script for this application as defined in my blog post above.<br />
3) Add the application to an Application Bundle &#8211; since this script will exit automatically if the correct hardware model is not detected this is safe to add to a mandatory app bundle without any side effects. If you are not using app bundles, then add the GUID of the application as a mandatory application in customsettings.ini, or directly as an additional task in your task sequence. If you are not skipping the Application selection in the MDT wizard I suggest checking the &#8220;Hide this application in the Deployment Wizard&#8221; in the app properties so it isn&#8217;t listed.</p>
<p>This will help you achieve your deployment goal by hiding the app and deploy based on make and model WITHOUT any user intervention. Good luck!</p>
<p><a href="#comment-858" rel="nofollow">@Simon </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disk2VHD, XP, and Hyper-V &#8211; problems installing Integration Components by Davidp</title>
		<link>http://www.cluberti.com/blog/2010/11/15/disk2vhd-xp-and-hyper-v-problems-installing-integration-components/comment-page-1/#comment-4005</link>
		<dc:creator>Davidp</dc:creator>
		<pubDate>Fri, 20 Jan 2012 13:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/?p=143#comment-4005</guid>
		<description>Thanks for the post by the way it saved me a lot of time.

I found that it disk2vhd created 2 lines in the boot ini one with the switches that was the default and the other was the original. I just moved the original one up to make it the defualt and all is well. You don&#039;t have to boot using the boot option prefixed with Disk2VHD, if you are using Hyper-V.</description>
		<content:encoded><![CDATA[<p>Thanks for the post by the way it saved me a lot of time.</p>
<p>I found that it disk2vhd created 2 lines in the boot ini one with the switches that was the default and the other was the original. I just moved the original one up to make it the defualt and all is well. You don&#8217;t have to boot using the boot option prefixed with Disk2VHD, if you are using Hyper-V.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MDT 2010 and deployment from a USB key by cluberti</title>
		<link>http://www.cluberti.com/blog/2009/08/10/mdt-2010-and-deployment-from-a-usb-key/comment-page-2/#comment-3838</link>
		<dc:creator>cluberti</dc:creator>
		<pubDate>Sun, 08 Jan 2012 05:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/?p=4#comment-3838</guid>
		<description>Are you sure your WinPE image from the new share has the correct drivers for the network card?  It would be a good start to press F8 to open a cmd prompt and check to make sure you have an IP address, etc at that point.</description>
		<content:encoded><![CDATA[<p>Are you sure your WinPE image from the new share has the correct drivers for the network card?  It would be a good start to press F8 to open a cmd prompt and check to make sure you have an IP address, etc at that point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MDT 2010 and deployment from a USB key by Stillearnin</title>
		<link>http://www.cluberti.com/blog/2009/08/10/mdt-2010-and-deployment-from-a-usb-key/comment-page-2/#comment-3795</link>
		<dc:creator>Stillearnin</dc:creator>
		<pubDate>Thu, 05 Jan 2012 13:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/?p=4#comment-3795</guid>
		<description>also is it possible   hp  used  mdt /sccm  to  push their standard image ?</description>
		<content:encoded><![CDATA[<p>also is it possible   hp  used  mdt /sccm  to  push their standard image ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MDT 2010 and deployment from a USB key by Stillearnin</title>
		<link>http://www.cluberti.com/blog/2009/08/10/mdt-2010-and-deployment-from-a-usb-key/comment-page-2/#comment-3794</link>
		<dc:creator>Stillearnin</dc:creator>
		<pubDate>Thu, 05 Jan 2012 13:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/?p=4#comment-3794</guid>
		<description>Hello, all  I &#039;ve successfully  create a  usb with the deployment share and have use it to image  many machines, we just recieved a new model laptop that im unable to image using the  current  offline usb deployment share    I&#039;m getting the error   &quot;Before this wizard can contiue,  it will need to know the path of a deployment share&quot;  I booted one machine up  it does have 3 partitions, so the drive letter the usb  is being assign  may be an issue.

also i  was able to image  the new model  over the network using the orginal deployment share   so the nic card was not  an issue  

Where should i start  troubleshooting</description>
		<content:encoded><![CDATA[<p>Hello, all  I &#8216;ve successfully  create a  usb with the deployment share and have use it to image  many machines, we just recieved a new model laptop that im unable to image using the  current  offline usb deployment share    I&#8217;m getting the error   &#8220;Before this wizard can contiue,  it will need to know the path of a deployment share&#8221;  I booted one machine up  it does have 3 partitions, so the drive letter the usb  is being assign  may be an issue.</p>
<p>also i  was able to image  the new model  over the network using the orginal deployment share   so the nic card was not  an issue  </p>
<p>Where should i start  troubleshooting</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disk2VHD, XP, and Hyper-V &#8211; problems installing Integration Components by Dean</title>
		<link>http://www.cluberti.com/blog/2010/11/15/disk2vhd-xp-and-hyper-v-problems-installing-integration-components/comment-page-1/#comment-3786</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Thu, 05 Jan 2012 03:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/?p=143#comment-3786</guid>
		<description>Thanks so much, your solution worked for me in a Disk2VHD conversion (2003 SP2 Server) hosted on Hyper-V.</description>
		<content:encoded><![CDATA[<p>Thanks so much, your solution worked for me in a Disk2VHD conversion (2003 SP2 Server) hosted on Hyper-V.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding additional boot options to your deployment USB key by Making the Ultimate All-In-One Installation Flash Drive - Super User Blog</title>
		<link>http://www.cluberti.com/blog/2009/08/12/adding-additional-boot-options-to-your-deployment-usb-key/comment-page-1/#comment-3583</link>
		<dc:creator>Making the Ultimate All-In-One Installation Flash Drive - Super User Blog</dc:creator>
		<pubDate>Thu, 22 Dec 2011 11:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/2009/08/12/adding-additional-boot-options-to-your-deployment-usb-key/#comment-3583</guid>
		<description>[...] for adding a second (or third) PE image to the disk is fairly simple. I got the instructions from The Cluberti Blog here. I added the MSDaRT Emergency Rescue Disk, both x86 and x64 versions, to my installation disk. [...]</description>
		<content:encoded><![CDATA[<p>[...] for adding a second (or third) PE image to the disk is fairly simple. I got the instructions from The Cluberti Blog here. I added the MSDaRT Emergency Rescue Disk, both x86 and x64 versions, to my installation disk. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MDT 2010 and deployment from a USB key by J</title>
		<link>http://www.cluberti.com/blog/2009/08/10/mdt-2010-and-deployment-from-a-usb-key/comment-page-2/#comment-3072</link>
		<dc:creator>J</dc:creator>
		<pubDate>Wed, 09 Nov 2011 14:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/?p=4#comment-3072</guid>
		<description>&lt;a href=&quot;#comment-850&quot; rel=&quot;nofollow&quot;&gt;@Gar  &lt;/a&gt; 
This took about 3-5 minutes to load for me from the stick (I think it is due to a slow stick) I plan on ordering a higher quality 32GB stick and see how that goes, so I can have two-three different images on it. But yea, it did take a bit for the hta script to pop-up, but it did eventually and ran without a hitch.</description>
		<content:encoded><![CDATA[<p><a href="#comment-850" rel="nofollow">@Gar  </a><br />
This took about 3-5 minutes to load for me from the stick (I think it is due to a slow stick) I plan on ordering a higher quality 32GB stick and see how that goes, so I can have two-three different images on it. But yea, it did take a bit for the hta script to pop-up, but it did eventually and ran without a hitch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MDT 2010 and deployment from a USB key by cluberti</title>
		<link>http://www.cluberti.com/blog/2009/08/10/mdt-2010-and-deployment-from-a-usb-key/comment-page-2/#comment-3018</link>
		<dc:creator>cluberti</dc:creator>
		<pubDate>Sun, 06 Nov 2011 01:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/?p=4#comment-3018</guid>
		<description>Press F8 to get to the command prompt, which will keep it from rebooting if it fails.  Then, go look at the smsts.log file on X:\ and see what happens.  Usually this fails because you lack a network driver for connecting back to the share (thus no IP address, thus the process can&#039;t continue), but I&#039;ve heard of other things causing this.  They&#039;re just not as common as network driver issues.</description>
		<content:encoded><![CDATA[<p>Press F8 to get to the command prompt, which will keep it from rebooting if it fails.  Then, go look at the smsts.log file on X:\ and see what happens.  Usually this fails because you lack a network driver for connecting back to the share (thus no IP address, thus the process can&#8217;t continue), but I&#8217;ve heard of other things causing this.  They&#8217;re just not as common as network driver issues.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

