<?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 on: Using Application &#8220;bundles&#8221; in MDT 2010</title>
	<atom:link href="http://www.cluberti.com/blog/2009/08/21/using-application-bundles-in-mdt-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cluberti.com/blog/2009/08/21/using-application-bundles-in-mdt-2010/</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>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>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>By: Ben</title>
		<link>http://www.cluberti.com/blog/2009/08/21/using-application-bundles-in-mdt-2010/comment-page-1/#comment-2277</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 07 Jul 2011 05:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/2009/08/21/using-application-bundles-in-mdt-2010/#comment-2277</guid>
		<description>http://www.myitforum.com/forums/m229103.aspx

Follow this link, it has info on how to achieve what you&#039;re after without a database</description>
		<content:encoded><![CDATA[<p><a href="http://www.myitforum.com/forums/m229103.aspx" rel="nofollow">http://www.myitforum.com/forums/m229103.aspx</a></p>
<p>Follow this link, it has info on how to achieve what you&#8217;re after without a database</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jprice</title>
		<link>http://www.cluberti.com/blog/2009/08/21/using-application-bundles-in-mdt-2010/comment-page-1/#comment-1978</link>
		<dc:creator>jprice</dc:creator>
		<pubDate>Mon, 18 Apr 2011 14:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/2009/08/21/using-application-bundles-in-mdt-2010/#comment-1978</guid>
		<description>@Simon and Bob, you will probably need to create an SQL database, create a database entry for the specific computer that requires the fingerprint reader software/driver, then update the deployment share. 
of course, that&#039;s a very rough description of what to do, not to mention you&#039;ll need to install and configure SQL Server 2008. 
my suggestion would be to manually install the fingerprint reader software/driver once the image has been deployed to the Levono machines.</description>
		<content:encoded><![CDATA[<p>@Simon and Bob, you will probably need to create an SQL database, create a database entry for the specific computer that requires the fingerprint reader software/driver, then update the deployment share.<br />
of course, that&#8217;s a very rough description of what to do, not to mention you&#8217;ll need to install and configure SQL Server 2008.<br />
my suggestion would be to manually install the fingerprint reader software/driver once the image has been deployed to the Levono machines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.cluberti.com/blog/2009/08/21/using-application-bundles-in-mdt-2010/comment-page-1/#comment-1777</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 19 Feb 2011 20:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/2009/08/21/using-application-bundles-in-mdt-2010/#comment-1777</guid>
		<description>&lt;a href=&quot;#comment-858&quot; rel=&quot;nofollow&quot;&gt;@Simon  &lt;/a&gt; 
Did you find out how to deploy applicationd per model? I am trying to do the same.</description>
		<content:encoded><![CDATA[<p><a href="#comment-858" rel="nofollow">@Simon  </a><br />
Did you find out how to deploy applicationd per model? I am trying to do the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wooaple</title>
		<link>http://www.cluberti.com/blog/2009/08/21/using-application-bundles-in-mdt-2010/comment-page-1/#comment-1150</link>
		<dc:creator>Wooaple</dc:creator>
		<pubDate>Fri, 13 Aug 2010 23:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/2009/08/21/using-application-bundles-in-mdt-2010/#comment-1150</guid>
		<description>Really good work. :D</description>
		<content:encoded><![CDATA[<p>Really good work. <img src='http://www.cluberti.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.cluberti.com/blog/2009/08/21/using-application-bundles-in-mdt-2010/comment-page-1/#comment-858</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 09 Feb 2010 23:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.cluberti.com/blog/2009/08/21/using-application-bundles-in-mdt-2010/#comment-858</guid>
		<description>I am having an issue with MDT2010.  We use multiple makes/models of machine with deployment and I need to add in specific applications (namely Biometic(fingerprint) software for each model - ie: only the 32-bit Lenovo Fingerprint reader for Lenovo machines and NOT the Panasonics in use ... and also the Panasonic Fan Application for the Panasonic&#039;s and NOT the Lenovo&#039;s etc ... I would ideally like to keep the main Application screen clear - as all of the applications listed here during the deployment are make/model independant (ie: Office, Reader etc).  Can you please advise on how this might be possible ?

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>I am having an issue with MDT2010.  We use multiple makes/models of machine with deployment and I need to add in specific applications (namely Biometic(fingerprint) software for each model &#8211; ie: only the 32-bit Lenovo Fingerprint reader for Lenovo machines and NOT the Panasonics in use &#8230; and also the Panasonic Fan Application for the Panasonic&#8217;s and NOT the Lenovo&#8217;s etc &#8230; I would ideally like to keep the main Application screen clear &#8211; as all of the applications listed here during the deployment are make/model independant (ie: Office, Reader etc).  Can you please advise on how this might be possible ?</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

