<?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>JimMoyle.com &#187; Best Practice</title>
	<atom:link href="http://www.jimmoyle.com/tag/best-practice/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jimmoyle.com</link>
	<description>An insight into the world of desktop and application delivery</description>
	<lastBuildDate>Fri, 16 Jul 2010 15:11:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Citrix XenApp ICA Client Installation, Tuning and Troubleshooting Guide</title>
		<link>http://www.jimmoyle.com/2009/08/citrix-xenapp-ica-client-installation-tuning-and-troubleshooting-guide/</link>
		<comments>http://www.jimmoyle.com/2009/08/citrix-xenapp-ica-client-installation-tuning-and-troubleshooting-guide/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 20:43:22 +0000</pubDate>
		<dc:creator>Jim Moyle</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[ICA Client]]></category>
		<category><![CDATA[Protocol]]></category>
		<category><![CDATA[Best Practice]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Optimisation]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Tuning]]></category>

		<guid isPermaLink="false">http://www.jimmoyle.com/?p=61</guid>
		<description><![CDATA[Generally the ICA client doesn’t get much attention, undeservedly so in my opinion.  So I decided to make this guide as a quick reference sheet for all you need to know about the Windows client for Citrix XenApp.]]></description>
			<content:encoded><![CDATA[<p><a href="http://jimmoyle.com/wordpress/wp-content/uploads/2009/08/CitrixReceiverIcon.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Citrix Receiver Icon" src="http://jimmoyle.com/wordpress/wp-content/uploads/2009/08/CitrixReceiverIcon_thumb.jpg" border="0" alt="Citrix Receiver Icon" width="131" height="132" align="left" /></a>Edit: This post is relevant up to 11.2, Citrix changed everything with 11.2 <img src='http://jimmoyle.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Look for an update sometime in the future.</p>
<p>Generally the ICA client doesn’t get much attention, undeservedly so in my opinion.  So I decided to make this guide as a quick reference sheet for all you need to know about the Windows client for Citrix XenApp.</p>
<p>Most people install the client when they set up their first farm and forget about it, maybe upgrading with a major server refresh.  The people who leave old clients on their desktop estate are missing out on a whole lot of functionality.  So my first and most basic bit of advice is to <strong>upgrade your clients!</strong></p>
<p>As the first bit of advice is to upgrade I’ll show you how to best do that below.  The rest of this post will only be relevant for clients from 10.2 onwards, if you have an earlier client, I’m sorry, but this post isn’t for you.</p>
<p>For a complete list of the features included in the latest client have a look at the <a href="http://www.citrix.com/site/resources/dynamic/salesDocs/Citrix_Client-Feature-Matrix.pdf" target="_blank">Citrix Client Feature Matrix PDF</a>.  Hopefully the new cool stuff (and the weird errors from supporting a mess of clients) has persuaded you to upgrade your desktop estate to the latest client which at the time of writing is the ‘XenApp Plugin for Hosted Apps’ 11.000.</p>
<p>A lot of administrators don’t even know which client versions they have out there, and unfortunately Citrix doesn’t help you very much in this regard, as it only shows the build numbers for connected clients and not the version numbers i.e. version 10.2 shows up as 02650.  In XenApp 5.0 and later, this client build number can be seen by selecting the user session in the Access Management Console and selecting the Client Build Number column.  So now you need to know what the build numbers mean.  The knowledge base article <a href="http://support.citrix.com/article/CTX112613" target="_blank">CTX112613</a> will give you this information.</p>
<p>Obviously once you have decided to upgrade your clients you need a way to distribute them.  To do this your standard software distribution method will be fine.  To create a silent installation download the latest client to your local drive and run the following command:</p>
<blockquote><p>msiexec.exe /a XenAppHosted.msi</p></blockquote>
<p>This will give you all the options you need to create a silent installation package tailored to your enterprise ready for distribution.</p>
<p>If you run into issues with upgrading clients and need a clean machine for install you can use the <a href="http://gourami.eu/products/unica" target="_blank">free tool from Gourami</a> to remove all traces of the client from 2000/XP/Vista or Windows 7 machines.  If you aren’t comfortable with the tool you can use <a href="http://support.citrix.com/article/CTX325140" target="_blank">CTX325140</a>.</p>
<p>So, now you have an estate of updated clients, but you need more granular control over the client behaviour.  You can get this by using a GPO, first you need to import the handy icaclient.adm administrative template. You can usually find it in “C:\Program Files\Citrix\ICA Client\Configuration”.  With this template you can control almost all aspects of the client behaviour, with the one weird exception being that you cannot manage the pnagent url.  The main topics in the template are:</p>
<ul>
<li>Network routing</li>
<li>User Authentication</li>
<li>Remoting Client Devices</li>
<li>User Experience</li>
<li>Client Engine</li>
</ul>
<p>In most cases this should be enough to sort out most of your problems, if you have any niggling connectivity issues you should use the <a href="http://support.citrix.com/article/CTX075552" target="_blank">Troubleshooting ICA 32-bit and Web Client Connectivity CTX075552 article</a>.</p>
<p>At the time of publishing there is a <a href="http://www.citrix.com/English/ss/downloads/details.asp?downloadId=1690021">tech preview</a> of flash remoting available on Citrix’s website, all I can say is it works superbly given the restrictions of the fact it is beta code.  Stick it in your test environment and have a go.  For more information on the future of protocols see my previous post: <a href="http://www.jimmoyle.com/2009/06/how-games-will-show-who-is-the-remote-protocol-winner/">How games will show who is the remote protocol winner</a>.</p>
<p>Finally, I have some tuning tips for your environment, I think most of these should probably be in the icaclient.adm file, but we’ll see if they make it into a future release.  If anybody has any more client side tips, please let me know in the comments and I’ll add them to the table.</p>
<table border="1" cellspacing="0" cellpadding="2" width="485">
<tbody>
<tr>
<td width="65" valign="top">Description</td>
<td width="217" valign="top">Key</td>
<td width="113" valign="top">Value Name</td>
<td width="89" valign="top">Value</td>
</tr>
<tr>
<td width="65" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">Automatically repair clipboard chain<br />
<a href="http://support.citrix.com/article/ctx112434">CTX112434</a></td>
</tr>
</tbody>
</table>
</td>
<td width="217" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">HKEY_LOCAL_MACHINE\SOFTWARE \Citrix\ICA Client\Engine\Configuration\Advanced \Modules\WFClient</td>
</tr>
</tbody>
</table>
</td>
<td width="113" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">CbChainInterval</td>
</tr>
</tbody>
</table>
</td>
<td width="89" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">&lt;value&gt; <em>0-2000 valid</em></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td width="65" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">Prevent long logon script time breaking session sharing</td>
</tr>
</tbody>
</table>
<p><a href="http://support.citrix.com/article/CTX114379">CTX114379</a></td>
<td width="217" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">HKEY_LOCAL_MACHINE\SOFTWARE \Citrix\ICA Client\Engine\Configuration\Advanced \Modules\WFClient\</td>
</tr>
</tbody>
</table>
</td>
<td width="113" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">ucConnTimeout</td>
</tr>
</tbody>
</table>
</td>
<td width="89" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">&lt;string value&gt; <em>needs to be &gt;20</em></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td width="65" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">Log the Launch.ica file to a Client Local File<br />
<a href="http://support.citrix.com/article/ctx115304">CTX115304</a></td>
</tr>
</tbody>
</table>
</td>
<td width="217" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">HKEY_LOCAL_MACHINE\SOFTWARE \Citrix\ICA Client\Engine\Configuration\Advanced \Modules\Logging</td>
</tr>
</tbody>
</table>
</td>
<td width="113" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">LogFile<em>=&lt;path to file to log to that you want, use following format C:\ica\ica.log&gt;</em></td>
</tr>
</tbody>
</table>
</td>
<td width="89" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">LogICAFile=true</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td width="65" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">Disable selected virtual channels from the client side<br />
<a href="http://support.citrix.com/article/CTX116890">CTX116890</a></td>
</tr>
</tbody>
</table>
</td>
<td width="217" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">HKEY_LOCAL_MACHINE\SOFTWARE \Citrix\ICA Client\Engine\Configuration\Advanced \Modules\ICA 3.0</td>
</tr>
</tbody>
</table>
</td>
<td width="113" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990"><em>Remove relevant value</em></td>
</tr>
</tbody>
</table>
</td>
<td width="89" valign="top"></td>
</tr>
<tr>
<td width="65" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">Revert to 9.x printing behaviour for a specific driver<br />
<a href="http://support.citrix.com/article/ctx115553">CTX115553</a></td>
</tr>
</tbody>
</table>
</td>
<td width="217" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">HKEY_LOCAL_MACHINE\Software \Citrix\ICA Client</td>
</tr>
</tbody>
</table>
</td>
<td width="113" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">ReprocessEMFDriverList</td>
</tr>
</tbody>
</table>
</td>
<td width="89" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990"><em>&lt;driver name&gt;</em></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td width="65" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">Allow more than 20 client files open from a client mapped drive</td>
</tr>
</tbody>
</table>
<p><a href="http://support.citrix.com/article/CTX117315">CTX117315</a></td>
<td width="217" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">HKEY_LOCAL_MACHINE\ SOFTWARE\Citrix\ICA Client\Engine\Configuration\Advanced \Modules\ClientDrive</td>
</tr>
</tbody>
</table>
</td>
<td width="113" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">MaxOpenContext</td>
</tr>
</tbody>
</table>
</td>
<td width="89" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">&lt;value&gt; <em>eg 50</em></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td width="65" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">Prevent a seamless window from permanently hiding a minimized taskbar</td>
</tr>
</tbody>
</table>
<p><a href="http://support.citrix.com/article/CTX821811">CTX821811</a></td>
<td width="217" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">HKEY_LOCAL_MACHINE\ SOFTWARE\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Seamless Windows</td>
</tr>
</tbody>
</table>
</td>
<td width="113" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">TWIShrinkWorkArea</td>
</tr>
</tbody>
</table>
</td>
<td width="89" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">Value: 5</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td width="65" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">Allow Custom Virtual Channels in ICA after upgrading from an earlier client</td>
</tr>
</tbody>
</table>
<p><a href="http://support.citrix.com/article/CTX113279">CTX113279</a></td>
<td width="217" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">HKEY_LOCAL_MACHINE\ SOFTWARE\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Third Party\CustomVC</td>
</tr>
</tbody>
</table>
</td>
<td width="113" valign="top">VirtualChannels</td>
<td width="89" valign="top">“”</td>
</tr>
<tr>
<td width="65" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">How to use print screen in ICA sessions</td>
</tr>
</tbody>
</table>
<p><a href="http://support.citrix.com/article/CTX113344">CTX113344</a></td>
<td width="217" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">HKEY_LOCAL_MACHINE\ SOFTWARE\Citrix\ICA Client\Engine\Configuration\Advanced \Modules\WFClient</td>
</tr>
</tbody>
</table>
</td>
<td width="113" valign="top">ICAPrntScrnKey</td>
<td width="89" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">&lt;value&gt; <em>eg F12</em></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td width="65" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">Make a seamless window the focus as soon as it activates</td>
</tr>
</tbody>
</table>
<p><a href="http://support.citrix.com/article/CTX112499">CTX112499</a></td>
<td width="217" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">HKEY_LOCAL_MACHINE\ Software\Citrix\ICA Client\Engine\Configuration\Advanced \Modules\WFClient</td>
</tr>
</tbody>
</table>
</td>
<td width="113" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="990">TWISeamlessFlag</td>
</tr>
</tbody>
</table>
</td>
<td width="89" valign="top">1</td>
</tr>
</tbody>
</table>
<p>Lastly, although this is not strictly a client side change, if you are accessing a XenApp Server on Windows 2008 with a client version less than 11.0 you will need to install <a href="http://support.microsoft.com/kb/949914">KB949914</a> on the server to stop your clients crashing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimmoyle.com/2009/08/citrix-xenapp-ica-client-installation-tuning-and-troubleshooting-guide/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Where&#8217;s my MSI?</title>
		<link>http://www.jimmoyle.com/2009/06/where-is-my-msi/</link>
		<comments>http://www.jimmoyle.com/2009/06/where-is-my-msi/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 20:45:43 +0000</pubDate>
		<dc:creator>Jim Moyle</dc:creator>
				<category><![CDATA[MSI]]></category>
		<category><![CDATA[Admin Studio]]></category>
		<category><![CDATA[App-DNA]]></category>
		<category><![CDATA[App-V]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Application Virtualisation]]></category>
		<category><![CDATA[Best Practice]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Streaming]]></category>
		<category><![CDATA[Terminal Server]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[VDI]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.jimmoyle.com/2009/06/wheres-my-msi/</guid>
		<description><![CDATA[Small application vendors need to raise their game, it's no longer good enough to code an application, check it works on your local copy of XP or Vista and sell it to the customer.  Terminal services has been around fifteen years, and Application Virtualisation five years, these are no longer new technologies.  If I phone up a vendor and ask them what's the correct way to install their application on terminal services or App-V, I don't want to hear 'sorry that isn't supported'.]]></description>
			<content:encoded><![CDATA[<div>When implementing a new VDI or terminal server project, the biggest stumbling block is not usually the solution framework, be that VMware, Microsoft or Citrix.  It&#8217;s the applications.</div>
<div>It&#8217;s those odd one or two apps that have either been created in house, are cheap bespoke applications or an app so old that it&#8217;s ceased being developed and is now out of support.</div>
<div>If the application is old and out of support I can&#8217;t blame the vendors, it&#8217;s the customer who should never have gotten themselves into that situation.  It&#8217;s the other two situations that need to be looked at.</div>
<p>Small application vendors need to raise their game, it&#8217;s no longer good enough to code an application, check it works on your local copy of XP or Vista and sell it to the customer.  Terminal services has been around fifteen years, and Application Virtualisation five years, these are no longer new technologies.  If I phone up a vendor and ask them what&#8217;s the correct way to install their application on terminal services or App-V, I don&#8217;t want to hear &#8217;sorry that isn&#8217;t supported&#8217;.</p>
<div>In the past, I&#8217;ve had an application vendor hand me a ten sheet document with installation instructions for their app on TS, it went like this:</div>
<div><em>Create user X, </em></div>
<div><em>Assign Y and Z rights to User X</em></div>
<div><em>Install weird application service</em></div>
<div><em>Add User X to application service</em></div>
<div><em>Find Reg key HKLMSoftwareVendorxxxxxxxxxxxxxxxxxx-xxx-xxxxxxxxxxxxx and create DWORD value zzz <strong>IMPORTANT! see note</strong></em></div>
<div><em>Once all these steps are finished, run the application and click the buttons m through p</em></div>
<div><em><span style="text-decoration: underline;">Once done install the plug-in as normal.</span></em></div>
<div><em>note:</em></div>
<div><em>If you cannot find the regkey DO NOT install weird application service, create ODBC connection as shown on page 9</em></p>
<p><em>etc.<br />
</em></div>
<div>In my opinion the customer should have refused to accept this and asked the vendor to finish the application.</div>
<div>The reason that I want vendors to provide MSIs is that they have several advantages over other methods of installation:</p>
<ul>
<li>Database driven instead of script driven</li>
<li>The application is installed in an administrative context</li>
<li>MSI provides a standard package format</li>
<li>Transactional install and rollback</li>
<li>Customisation via MST files</li>
<li>Many tools available</li>
</ul>
</div>
<p>The tools part is starting to get really interesting, Apptitude have released their <a id="hpe." title="App-DNA" href="http://www.app-dna.com/">App-DNA</a> product, which will test whether your app is suitable for Citrix, App-V, Windows 7, x64 and more.  If you have an MSI, it only needs to look at the MSI tables, you don&#8217;t even have to install the application to get the report.</p>
<p>Acresso, the folks who make <a id="ijej" title="Admin Studio" href="http://www.acresso.com/products/as/adminstudio-overview.htm">Admin Studio</a>, have developed a new feature which allows direct conversion from an MSI to an App-V, Citrix Streaming or VMware ThinApp package.</p>
<p>Both the above technologies can drastically reduce the time taken to implement new application delivery methods.  To best take advantage of both tools you need applications provided in an MSI format.</p>
<p>The main reason that I have found applications not being delivered in the correct format is that organisations have not realised that it is vital that the IT department of any organisation is involved in the decision making process when it comes to purchasing new applications, at the very least they need to set the minimum standards required:</p>
<ul>
<li>The application should be provided in an MSI format</li>
<li>The vendor must suport multi user OS deployment</li>
<li>The vendor must support application virtualisation/streaming</li>
</ul>
<p>If you are an application vendor and it&#8217;s &#8216;too much effort&#8217; to support the above minimum standards, I would suggest you are cutting yourself off from a large and growing sector of the market.</p>
<p>If you develop applications in-house or are purchasing a bespoke product, there is no reason why standards should slip, apply the same set of rules to these as you would to an off the shelf product.  A bit more development time, is going to save you a whole lot of heartache in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimmoyle.com/2009/06/where-is-my-msi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Citrix Streaming vs Application Installation best practice</title>
		<link>http://www.jimmoyle.com/2009/06/citrix-streaming-vs-application-installation-best-practice/</link>
		<comments>http://www.jimmoyle.com/2009/06/citrix-streaming-vs-application-installation-best-practice/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 13:43:16 +0000</pubDate>
		<dc:creator>Jim Moyle</dc:creator>
				<category><![CDATA[Terminal Server]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Best Practice]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Streaming]]></category>

		<guid isPermaLink="false">http://www.jimmoyle.com/2009/06/citrix-streaming-vs-application-insta/</guid>
		<description><![CDATA[Citrix say that best practice is to always stream your applications and only to install them as a last resort, I think there are at least a few occasions where the right thing to do isn't to stream first and I thought I'd have a go at looking at those situations.]]></description>
			<content:encoded><![CDATA[<p>Citrix say that best practice is to always stream your applications and only to install them as a last resort, I think there are at least a few occasions where the right thing to do isn&#8217;t to stream first and I thought I&#8217;d have a go at looking at those situations.</p>
<p>Last week I watched a webinar by <a id="kjz." title="twitter djfeller" href="http://www.twitter.com/djfeller" target="_blank">Daniel Feller</a> who is the &#8220;Server, desktop and application virtualization senior architect from Citrix&#8221; and he went into why it might be a good idea to stream all your apps.  He did say that since it normally wasn&#8217;t possible to stream all apps, mixed mode environments were what you would expect, with some streamed and some installed applications.</p>
<p>If you want to watch the webinar its recorded here <a id="za7d" title="Recorded webinar" href="https://www1.gotomeeting.com/register/196479561" target="_blank">TechTalk: Fact vs. Fiction: The Truth about App Compatibility &amp; Citrix.</a></p>
<p>I like to keep things as simple as possible and anticipating using two technologies to put apps onto a Citrix server seems the wrong way to me, I&#8217;d much rather just use one.</p>
<p>As streaming can&#8217;t cope with drivers, services or apps that license based on MAC address you are likely to get at least a few that are not suitable for streaming.</p>
<p>Installing has a much higher hit rate than Streaming, most of the issues around multi user apps have now been solved including <a id="dt-c" title="DLL Hell solved" href="http://msdn.microsoft.com/en-us/library/ms811694.aspx" target="_blank">DLL Hell</a>.</p>
<div>If you can get all your apps installed and working, why would you employ streaming?  This doesn&#8217;t mean I&#8217;m in favour of application silos, I mean if you can get all of your apps installed on the same server.  The apps will tend to work as they should as they are installed &#8216;naturally&#8217;.  Of course you should then package them for distribution, but that&#8217;s a whole other post.</div>
<div>Daniel put up the following slide near the end of his presentation:</div>
<div>
<div id="ml1q" style="text-align: left;"><img src="http://docs.google.com/File?id=dfv7fmh7_8hcz35hnh_b" alt="" width="528" height="275" /></div>
<p>I&#8217;d say your first impulse should be to install your apps, if you think you can get them all without any silos.  So columns one and two should be reversed.</p>
<p>If you need help getting your apps to work, have a look at <a id="ivfy" title="CItrix app toolkit" href="http://community.citrix.com/blogs/citrite/elvins/2009/05/22/TECHIE%27S+ONLY+-+My+Application+Validation+Toolkit...+Make+it+OURS%21" target="_blank">this application validation toolkit</a></p>
<p>When installing applications you need a reliable way to build and re-build servers, re-install and update apps, while it is possible to script, a more reliable method should be used. You could use a generic server build tools or there are more specialist advanced building tools available from Citrix partners.</p></div>
<div>
<p>On a separate note, if you are interested in VDI or Terminal server solutions you could do a lot worse than look at <a id="qxqa" title="Citrix Tools" href="http://www.citrixtools.net/en/Articles/articleType/ArticleView/articleId/36/Terminal-Server-XenApp-Tuning-Tips.aspx" target="_blank">Terminal Server and XenApp tuning tips</a> recently published by Pierre Marmignon</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jimmoyle.com/2009/06/citrix-streaming-vs-application-installation-best-practice/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
