<?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>The D-Spot (The Deployment Spot) &#187; App-V</title>
	<atom:link href="http://www.the-d-spot.org/wordpress/tag/app-v/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.the-d-spot.org/wordpress</link>
	<description>Tickle your Deployment needs.</description>
	<lastBuildDate>Sat, 28 Jan 2012 15:43:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>App-V and Adobe Reader: Access Denied when opening a PDF file</title>
		<link>http://www.the-d-spot.org/wordpress/2011/12/29/app-v-and-adobe-reader-access-denied-when-opening-a-pdf-file/</link>
		<comments>http://www.the-d-spot.org/wordpress/2011/12/29/app-v-and-adobe-reader-access-denied-when-opening-a-pdf-file/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 13:30:16 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[Adobe Reader]]></category>
		<category><![CDATA[Protected Mode]]></category>
		<category><![CDATA[Softgrid]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=1353</guid>
		<description><![CDATA[In many cases virtual applications will talk to physical ones. That&#8217;s one of the reasons to keep Adobe Reader installed locally. But we&#8217;ve got an issue with the Reader again. Launching a PDF file from within the bubble gave an Access Denied error (using a physical Adobe Reader 10.1): There was an error opening the [...]]]></description>
			<content:encoded><![CDATA[<p>In many cases virtual applications will talk to physical ones. That&#8217;s one of the reasons to keep Adobe Reader installed locally.</p>
<p>But we&#8217;ve got an issue with the Reader again.</p>
<p>Launching a PDF file from within the bubble gave an Access Denied error (using a physical Adobe Reader 10.1):</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Reader10-Access-Denied.png"><img class="aligncenter size-medium wp-image-1354" title="Reader 10 - Access Denied when opening PDF files" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Reader10-Access-Denied-300x103.png" alt="Reader 10 - Access Denied when opening PDF files" width="300" height="103" /></a></p>
<blockquote>
<p style="text-align: center;"><em>There was an error opening the document. Access Denied</em></p>
</blockquote>
<p>This issue exits only when the PDF file is stored on a &#8220;personal folder&#8221;, like the Desktop-folder for example. (local User NTFS permissions?).</p>
<p>This isn&#8217;t an App-V issue but a Reader X feature called Protected Mode that gave this error.</p>
<p>It can be solved with some basic OSD scripting, but the first step is here to stay: &#8220;Know your application&#8221;. As Reader X gave this error, we can disable this feature with a registry key. Most of the work is to find out what registry key to set. To keep this short, here is my OSD script that disables Adobe Reader Protected Mode when opening Reader from within a App-V application:</p>
<blockquote><p>&lt;REGISTRY&gt;<br />
&lt;REGKEY HIVE=&#8221;HKCU&#8221; KEY=&#8221;SOFTWARE\Adobe\Acrobat Reader\10.0\Privileged&#8221; NOREDIR=&#8221;FALSE&#8221;&gt;<br />
&lt;REGVALUE REGTYPE=&#8221;REG_DWORD&#8221; NAME=&#8221;bProtectedMode&#8221;&gt;00000000&lt;/REGVALUE&gt;<br />
&lt;/REGKEY&gt;<br />
&lt;/REGISTRY&gt;</p></blockquote>
<p>This goes into the VIRTUALENV-tag.</p>
<p>Happy sequencing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2011/12/29/app-v-and-adobe-reader-access-denied-when-opening-a-pdf-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App-V: Failed to install Office 2010 patches during Active Update</title>
		<link>http://www.the-d-spot.org/wordpress/2011/10/05/app-v-failed-to-install-office-2010-patches-during-active-update/</link>
		<comments>http://www.the-d-spot.org/wordpress/2011/10/05/app-v-failed-to-install-office-2010-patches-during-active-update/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 08:49:49 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[0x80070643]]></category>
		<category><![CDATA[Active Update]]></category>
		<category><![CDATA[AppV]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=1246</guid>
		<description><![CDATA[Once in a while you need to patch Office 2010 sequences with the latest security fixes from Microsoft. I needed to patch a package which contained Excel 2010 and an Excel Addin. I prepared my sequence machine with: Windows patches, dummy printer, dummy odbc connections App-V Sequencer 4.6 Placed new addin sources and the sequence [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Active-Update-Office-2010-patches-successfull-installed.png"></a>Once in a while you need to patch Office 2010 sequences with the latest security fixes from Microsoft. I needed to patch a package which contained Excel 2010 and an Excel Addin.</p>
<p>I prepared my sequence machine with:</p>
<ul>
<li>Windows patches, dummy printer, dummy odbc connections</li>
<li>App-V Sequencer 4.6</li>
<li>Placed new addin sources and the sequence to upgrade on the desktop</li>
<li>Made a snapshot</li>
</ul>
<p>Started the Sequencer, opened the package for upgrade. Enabled &#8220;Show Advanced Monitoring Options&#8221;, and select &#8220;Allow Microsoft Update to run during monitoring&#8221;. So far so good, but after downloading &amp; installing the patches all of them failed to install!</p>
<p style="text-align: center;"><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Active-Update-Office-2010-patches-failed-to-install-001.png"><img class="alignleft size-medium wp-image-1248" title="Active Update Office 2010 patches failed to install" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Active-Update-Office-2010-patches-failed-to-install-001-300x208.png" alt="Active Update Office 2010 patches failed to install" width="300" height="208" /></a><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Active-Update-Office-2010-patches-failed-to-install-002.png"><img class="size-medium wp-image-1249 aligncenter" title="Active Update Office 2010 patches failed to install" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Active-Update-Office-2010-patches-failed-to-install-002-300x224.png" alt="Active Update Office 2010 patches failed to install" width="243" height="182" /></a></p>
<p style="text-align: center;"><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Active-Update-Office-2010-patches-failed-to-install-003.png"><img class="aligncenter size-medium wp-image-1250" title="Active Update Office 2010 patches failed to install" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Active-Update-Office-2010-patches-failed-to-install-003-300x235.png" alt="Active Update Office 2010 patches failed to install" width="300" height="235" /></a></p>
<p>All patches failed with error code 0&#215;80070643.</p>
<h3>What went wrong?</h3>
<p>I forgot to install the OSPP (Office Software Protection Platform) service on my sequence machine! (AKA Office 2010 Deployment Kit for App-V).</p>
<p>After installing the prerequisite all security fixes installed successful:</p>
<p style="text-align: center;"><img class="aligncenter" title="Active Update Office 2010 patches successfull installed" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Active-Update-Office-2010-patches-successfull-installed-296x300.png" alt="Active Update Office 2010 patches successfull installed" width="296" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2011/10/05/app-v-failed-to-install-office-2010-patches-during-active-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AppV Error 19-00001003 Error while waiting for the application to be ready to interact with the user</title>
		<link>http://www.the-d-spot.org/wordpress/2011/08/10/appv-error-19-00001003-error-while-waiting-for-the-application-to-be-ready-to-interact-with-the-user/</link>
		<comments>http://www.the-d-spot.org/wordpress/2011/08/10/appv-error-19-00001003-error-while-waiting-for-the-application-to-be-ready-to-interact-with-the-user/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 13:10:13 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[OSD]]></category>
		<category><![CDATA[Softgrid]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=1208</guid>
		<description><![CDATA[My colleague couldn&#8217;t get an App-V application launched properly. The app throws the following error: The Application Virtualization Client encountered a problem while waiting for the application to be ready to interact with the user. Error code: 19-00001003 Because the app launches a VBScript we changed the SUBSYSTEM Value from windows to console, and the app [...]]]></description>
			<content:encoded><![CDATA[<p>My colleague couldn&#8217;t get an App-V application launched properly.</p>
<p>The app throws the following error:</p>
<blockquote><p>The Application Virtualization Client encountered a problem while waiting for the application to be ready to interact with the user.</p>
<p>Error code: 19-00001003</p></blockquote>
<p><a href="http://esense.be/33/wp-content/uploads/2011/08/error-while-waiting-for-the-application-to-be-ready-to-interact-with-the-user.png"><img class="aligncenter" title="AppV - Error while waiting for the application to be ready to interact with the user" src="http://esense.be/33/wp-content/uploads/2011/08/error-while-waiting-for-the-application-to-be-ready-to-interact-with-the-user.png" alt="AppV - Error while waiting for the application to be ready to interact with the user" width="492" height="243" /></a></p>
<p>Because the app launches a VBScript we changed the <em>SUBSYSTEM Value</em> from <em>windows</em> to <em>console</em>, and the app launched like it should!</p>
<blockquote><p> &lt;IMPLEMENTATION&gt;<br />
  <br />
  &lt;VM VALUE=&#8221;Win32&#8243;&gt;<br />
   &lt;SUBSYSTEM VALUE=&#8221;console&#8221;/&gt;<br />
  &lt;/VM&gt;<br />
  <br />
 &lt;/IMPLEMENTATION&gt;</p></blockquote>
<p>Sometimes you must change this setting in the OSD file yourself. Because the AppV Sequencer doesn&#8217;t know if a particular application is a Windows (value=windows) or a DOS (value=console) program.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2011/08/10/appv-error-19-00001003-error-while-waiting-for-the-application-to-be-ready-to-interact-with-the-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AppV Error: The app manager could not create an application</title>
		<link>http://www.the-d-spot.org/wordpress/2011/05/17/appv-error-the-app-manager-could-not-create-an-application/</link>
		<comments>http://www.the-d-spot.org/wordpress/2011/05/17/appv-error-the-app-manager-could-not-create-an-application/#comments</comments>
		<pubDate>Tue, 17 May 2011 13:01:29 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[MDOP]]></category>
		<category><![CDATA[04-00001004]]></category>
		<category><![CDATA[44-00001004]]></category>
		<category><![CDATA[AppV]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[OSD Cache]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=1108</guid>
		<description><![CDATA[I just had an issue with an App-V shortcut not picked up by the client. In the SFTLOG.TXT file the following errors exist: [xx/xx/2011 xx:24:42:784 OMGR ERR] {tid=C10:usr=xxx} The Application Virtualization Client cannot use the OSD file specified because the GUID attribute for the CODEBASE element changed (rc xxxxxx04-00001004). [xx/xx/2011 xx:24:42:799 SWAP WRN] {tid=C10:usr=xxx} Could [...]]]></description>
			<content:encoded><![CDATA[<p>I just had an issue with an App-V shortcut not picked up by the client. In the SFTLOG.TXT file the following errors exist:</p>
<blockquote><p>[xx/xx/2011 xx:24:42:784 OMGR ERR] {tid=C10:usr=xxx}</p>
<p>The Application Virtualization Client cannot use the OSD file specified because the GUID attribute for the CODEBASE element changed (rc xxxxxx04-00001004).</p>
<p>[xx/xx/2011 xx:24:42:799 SWAP WRN] {tid=C10:usr=xxx}</p>
<p>Could not load OSD file \\xxx\xxx\xxx.003\xxx.osd</p>
<p>[xx/xx/2011 xx:24:42:799 AMGR INF] {tid=C10:usr=xxx}</p>
<p>The app manager could not create an application from &#8216;\\xxx\xxx\xxx.003\xxx.osd&#8217; (rc xxxxxx44-00001004).</p></blockquote>
<p>According to the last log file entries this is a typical issue where the OS VALUE tag in the OSD file is missing. But this wasn&#8217;t the case because I cleared all OS VALUE&#8217;s from the OSD file.</p>
<p>My second thought was a legacy OSD file floating around the Softgrid cache. But after setting the State key to zero and rebooting the machine the issue still exists. But I kept walking this path, because the first log entry was about GUID attributes that has been changed (04-00001004). But especially because the issue started after performing an Active Upgrade of the sequence.</p>
<p>So I decided to clear all caches using these methods:</p>
<ul>
<li>Removed the App-V user cache (%appdata%\SoftGrid Client)</li>
<li>Cleared the system cache again with the State key</li>
<li>Removed the registry folder from Microsoft\SoftGrid\4.5\Client\Applications\&lt;ApplicationName&gt;</li>
</ul>
<p>Rebooted the machine and BAM, I got my long awaited shortcut!  Probably a previous OSD version was floating around in the AppV User Cache.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2011/05/17/appv-error-the-app-manager-could-not-create-an-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App-V 4.6 SP1 and available!</title>
		<link>http://www.the-d-spot.org/wordpress/2011/03/11/app-v-4-6-sp1-and-available/</link>
		<comments>http://www.the-d-spot.org/wordpress/2011/03/11/app-v-4-6-sp1-and-available/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 09:21:38 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[MDOP]]></category>
		<category><![CDATA[AppV]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/2011/03/11/app-v-4-6-sp1-and-available/</guid>
		<description><![CDATA[Today Microsoft announced the release of MDOP 2011, which includes App-V 4.6 SP1. What is changed and improved in this Service Pack? Package Accelerators: This is the biggest improvement in SP1. Instead of creating sequencing recipes using Word, Microsoft is introducing an easier method called Package Accelerator. Microsoft is also contributing, what we used to [...]]]></description>
			<content:encoded><![CDATA[<p>Today Microsoft announced the release of MDOP 2011, which includes App-V 4.6 SP1.</p>
<p>What is changed and improved in this Service Pack?</p>
<ul>
<li>Package Accelerators: This is the biggest improvement in SP1. Instead of creating sequencing recipes using Word, Microsoft is introducing an easier method called <em>Package Accelerator</em>. Microsoft is also contributing, what we used to call, Recipes. A package accelerator for MS Project 2010 is currently available. In April a package accelerator for Office 2010 will see the daylight! And last but not least, Microsoft is working with Adobe to release package accelerators for Adobe products!</li>
<li>Read only cache (for remote desktop services &amp; VDI).</li>
<li>The sequence process is redesigned, easier to use. </li>
<li>Licensing for cloud applications.</li>
</ul>
<p>Looking forward to play with this new version!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2011/03/11/app-v-4-6-sp1-and-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Desktop Optimization Pack (MDOP) Virtual Labs</title>
		<link>http://www.the-d-spot.org/wordpress/2011/02/25/microsoft-desktop-optimization-pack-mdop-virtual-labs/</link>
		<comments>http://www.the-d-spot.org/wordpress/2011/02/25/microsoft-desktop-optimization-pack-mdop-virtual-labs/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 09:43:29 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[MDOP]]></category>
		<category><![CDATA[AppV]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/2011/02/25/microsoft-desktop-optimization-pack-mdop-virtual-labs/</guid>
		<description><![CDATA[While browsing Microsoft Technet, and especially Technet Edge, I stumbled upon some new App-V learning material. Apart from the basics, if I may believe the titles of these tutorials, also some advanced topics are mentioned. Ideal for a rainy sunday afternoon: Microsoft Desktop Optimization Pack (MDOP) Virtual Labs.]]></description>
			<content:encoded><![CDATA[<p>While browsing Microsoft Technet, and especially <a href="http://technet.microsoft.com/en-us/edge" target="_blank">Technet Edge</a>, I stumbled upon some new App-V learning material.</p>
<p>Apart from the basics, if I may believe the titles of these tutorials, also some advanced topics are mentioned.</p>
<p>Ideal for a rainy sunday afternoon: <a href="http://technet.microsoft.com/en-us/edge/Gg609291" target="_blank">Microsoft Desktop Optimization Pack (MDOP) Virtual Labs</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2011/02/25/microsoft-desktop-optimization-pack-mdop-virtual-labs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office 2010 Standard AND Access 2010 on the same machine with Office 2010 Deployment Kit for App-V</title>
		<link>http://www.the-d-spot.org/wordpress/2011/01/25/office-2010-standard-and-access-2010-on-the-same-machine-with-office-2010-deployment-kit-for-app-v/</link>
		<comments>http://www.the-d-spot.org/wordpress/2011/01/25/office-2010-standard-and-access-2010-on-the-same-machine-with-office-2010-deployment-kit-for-app-v/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 07:28:43 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[KMS/MAK]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Office 2010 Deployment Kit for App-V]]></category>
		<category><![CDATA[Office Software Protection Platform]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/2011/01/25/office-2010-standard-and-access-2010-on-the-same-machine-with-office-2010-deployment-kit-for-app-v/</guid>
		<description><![CDATA[We needed to have Access 2010 delivered through App-V on the same computers where Office 2010 Standard was published to. Office 2010 needs the Office 2010 Deployment Kit for App-V to activate, this was already up and running on our client computers. If we streamed Access 2010 next to Office 2010 Standard, Access launched and [...]]]></description>
			<content:encoded><![CDATA[<p>We needed to have Access 2010 delivered through App-V on the same computers where Office 2010 Standard was published to. Office 2010 needs the Office 2010 Deployment Kit for App-V to activate, this was already up and running on our client computers.</p>
<p>If we streamed Access 2010 next to Office 2010 Standard, Access launched and asked for a Product Key:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image110.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="Microsoft Office - Enter your Product Key" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb111.png" border="0" alt="Microsoft Office - Enter your Product Key" width="543" height="423" /></a></p>
<p>I thought the Office Software Protection Platform must take action here, and contact our KMS Server to obtain a license, but it didn&#8217;t behave like that. The <em>Office Software Protection Platform (osppsvc)</em> service is responsible for the activation. This service is installed by the Office 2010 Deployment Kit for App-V.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image111.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="Service: Office Software Protection Platform (osppsvc) " src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb112.png" border="0" alt="Service: Office Software Protection Platform (osppsvc) " width="424" height="478" /></a></p>
<p>After going through Technet and some forums, I finally got it all together and found the solution:</p>
<p>The KMS activation is done when installing the Deployment kit for App-V. To use Access 2010 and Office 2010 Standard together, the Deployment Kit for App-V needs to be installed with the STANDARD <strong>and</strong> ACCESS parameters <strong>combined</strong>. These Licensing Flags can be used on the command line separated by a space:</p>
<blockquote><p>OffVirt.msi ACCESS=1 STANDARD=1 /qb REBOOT=REALLYSUPPRESS</p></blockquote>
<p>To verify which actions the OffVirt.msi installer exactly did, use the logfile parameter and check the logs:</p>
<blockquote><p>OffVirt.msi ACCESS=1 STANDARD=1 /qb REBOOT=REALLYSUPPRESS /l*v c:\temp\OffVirt.log</p></blockquote>
<p>If the ACCESS=1 parameter wasn’t set, you’ll get this in the logfile;</p>
<blockquote><p>MSI (s) (E0:E0) [17:11:35:989]: Skipping action: Access_KMS_Client (condition is false)</p></blockquote>
<p>When you did set the ACCESS=1 licensing flag;</p>
<blockquote><p>MSI (s) (40:58) [17:29:32:699]: Doing action: Access_KMS_Client</p></blockquote>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image112.png"><img style="padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="OffVirt.msi log" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb113.png" border="0" alt="OffVirt.msi log" width="548" height="362" /></a></p>
<p>Going through the logs makes everything clear. Combining the OffVirt.msi parameters makes sense!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2011/01/25/office-2010-standard-and-access-2010-on-the-same-machine-with-office-2010-deployment-kit-for-app-v/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>App-V package slow first launch</title>
		<link>http://www.the-d-spot.org/wordpress/2011/01/10/app-v-package-slow-first-launch/</link>
		<comments>http://www.the-d-spot.org/wordpress/2011/01/10/app-v-package-slow-first-launch/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 12:20:48 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[AppV]]></category>
		<category><![CDATA[blocksize]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Softgrid]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/2011/01/10/app-v-package-slow-first-launch-2/</guid>
		<description><![CDATA[We had serious performance issues with our virtualized Office 2010. First launch could take up to 6 minutes, while Feature Block 1 was only about 100MB! Because only Office 2010 was having this slow first start (and autoload), we blame our sequence, the App-V infrastructure or the application itself. But neither of these were the [...]]]></description>
			<content:encoded><![CDATA[<p>We had serious performance issues with our virtualized Office 2010. First launch could take up to 6 minutes, while Feature Block 1 was only about 100MB!</p>
<p>Because only Office 2010 was having this slow first start (and autoload), we blame our sequence, the App-V infrastructure or the application itself. But neither of these were the cause of the problem.</p>
<p>What got our attention was the Network utilization, it only reaches 2%. While this wasn’t an issue at all with other App-V applications. Streaming other applications goes fast and uses up to 95% of the available network bandwidth. But Office 2010 was sequenced with the 4.6 RTM version of the Application Virtualization Sequencer. Most other applications were sequenced with App-V sequencer 4.5.</p>
<p>Since version 4.6 the blocksize is fixed at 64KB, there is no way to change this with the GUI sequencer.</p>
<p>I managed to change the blocksize with the trail version of <a href="http://www.gridmetric.com/products/sftencoder.html" target="_blank">SFT Encoder</a>. Once the blocksize was changed from 64 to 32K, Office 2010 launches ten times faster! However this isn’t a permanent solution for the slow launch. We don’t want to convert all newly sequenced packages with SFT Encoder!</p>
<p>So the reason why only Office 2010 suffered form this slow first start was because it was the only large package sequenced with version 4.6. Other packages made with sequencer 4.6 where to small to notice the slow launch.</p>
<p>A colleague of mine changed the network card speed from 1GBit/Full Duplex to 100Mbit/Full Duplex. With this setting changed, packages created with sequencer 4.6 are streaming fast like it should.</p>
<p>Maybe it’s a networking issue (switches?), maybe a network card setting misconfiguration (teaming?) .. to be investigated. But at least our 4.6 sequences are streaming fast again!</p>
<p>Thanks to Madelinde Walraven for the help with this issue!</p>
<p>To be continued!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2011/01/10/app-v-package-slow-first-launch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>App-V error 0A-20000194 after server upgrade</title>
		<link>http://www.the-d-spot.org/wordpress/2010/09/24/app-v-error-0a-20000194-after-server-upgrade/</link>
		<comments>http://www.the-d-spot.org/wordpress/2010/09/24/app-v-error-0a-20000194-after-server-upgrade/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 08:06:36 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[0A-20000194]]></category>
		<category><![CDATA[Softgrid]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/2010/09/24/app-v-error-0a-20000194-after-server-upgrade/</guid>
		<description><![CDATA[After an App-V Server upgrade from Application Virtualization Server 4.5.1.15580 to 4.5.2.17140 we encountered the following error: The Application Virtualization Client could not launch ApplicationName. The package requested could not be found in the system data store or the files associated with this package could not be found on the server. Report the following error [...]]]></description>
			<content:encoded><![CDATA[<p>After an App-V Server upgrade from Application Virtualization Server 4.5.1.15580 to 4.5.2.17140 we encountered the following error:</p>
<blockquote><p>The Application Virtualization Client could not launch <em>ApplicationName</em>.</p>
<p>The package requested could not be found in the system data store or the files associated with this package could not be found on the server. Report the following error code to your System Administrator.</p>
<p>Error code: XXXXXX-XXXXXX0A-20000194</p></blockquote>
<p>After some deep digging we found out that the App-V Management Server Installer set the CONTENT_DIR back to the default value! As we don’t use the default content dir <em>C:\Program Files\Microsoft System Center App Virt Management Server\App Virt Management Server\content </em>we found our problem.</p>
<p>Solve this by manually change the registry key  SOFTGRID_CONTENT_DIR (in HKLM\SOFTWARE\Microsoft\SoftGrid\4.5\Server) to your current Content location (for example <a href="file://\\servername\contentdir">\\servername\contentdir</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2010/09/24/app-v-error-0a-20000194-after-server-upgrade/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrading AppV client to version 4.6</title>
		<link>http://www.the-d-spot.org/wordpress/2010/05/11/upgrading-appv-client-to-version-4-6/</link>
		<comments>http://www.the-d-spot.org/wordpress/2010/05/11/upgrading-appv-client-to-version-4-6/#comments</comments>
		<pubDate>Tue, 11 May 2010 10:03:10 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[App-V Client Installation]]></category>
		<category><![CDATA[AppV]]></category>
		<category><![CDATA[Softgrid]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/2010/05/11/upgrading-appv-client-to-version-4-6/</guid>
		<description><![CDATA[Microsoft’s application virtualization solution has reached version 4.6 some weeks ago. The most important thing about version 4.6 is support for 64 bit. The Server parts could run on x64 operating systems, but it was impossible to install the AppV client on x64 operating systems. Time to upgrade! As the client needs to be updated [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft’s application virtualization solution has reached version 4.6 some weeks ago. The most important thing about version 4.6 is support for 64 bit. The Server parts could run on x64 operating systems, but it was impossible to install the AppV client on x64 operating systems. Time to upgrade!</p>
<p>As the client needs to be updated first, I will cover the client upgrade process only. (Client first, server next, sequencer last). Good to know that only the client and the sequencer are updated to version 4.6. No need to update your Management server as version 4.5.2.17140 is still the latest and greatest.</p>
<p>AppV has some Prerequisites, I will install them first. Then I will install the AppV client itself, using some command line parameters and a registry file import for applying custom settings.</p>
<h4>Prerequisites</h4>
<h5>Application error reporting</h5>
<blockquote><p>msiexec /I SOURCE_PATH\dw20shared.msi /QN APPGUID={4C1CE627-6B28-436E-BD12-3A881065FB20} REBOOT=REALLYSUPPRESS ALLUSERS=1</p></blockquote>
<h5>Visual C++ 2005 runtime</h5>
<blockquote><p>SOURCE_PATH\vcredist2005_x86.exe /Q:A /c:&#8221;VCREDI~3.exe /Q:A /C:&#8221;"MSIEXEC /I VCREDIST.MSI /QN &#8220;&#8221;"</p></blockquote>
<h5>Visual C++ 2008 runtime</h5>
<blockquote><p>msiexec /i SOURCE_PATH\vc2008\vc_red.msi /qn /l*v &#8220;LOGFILE_PATH\vc2008runtime.log&#8221;</p></blockquote>
<h4> </h4>
<h4>AppV 4.6 Client with command line parameters</h4>
<p>Because storage is expensive, we have a different cache policy for virtual machines. Cache size on virtual systems don’t have to be as enormous as on physical machines. Not only the cache size is reduced in virtual machines, also the AutoLoad features are disabled via the MSI command line parameters.</p>
<p>To identify virtual machines I query on the computer name. As we use specific names for our VM’s, this should be a piece of cake!</p>
<p>We do an architecture check in a batch file. So I have two code blocks, one for x64 and another for x86 operating systems. Only the paths are different, so I will post only one.</p>
<h5>AppV Client Installation</h5>
<blockquote><p>Echo install AppV x64 Client</p>
<p>rem Virtual Machine check<br />
Echo %computername% | findstr /i &#8220;ISOPC99 VPC&#8221; &gt;NUL &amp;&amp; (<br />
    Echo Installing AppV x64 client for Virtual Machines<br />
    msiexec /i &#8220;SOURCE_PATH\x64\setup.msi&#8221; SWICACHESIZE=&#8221;4096&#8243; autoloadTriggers=0 AutoLoadTarget=0 AutoLoadonLaunch=0 AutoLoadonRefresh=0 AutoLoadonLogin=0 SWIDCSDISPLAY=&#8221;Company Streaming Server&#8221; SWIDCSTYPE=&#8221;RTSP&#8221; SWIDCSHOST=&#8221;appvserver.domain.local&#8221; SWIDCSPORT=&#8221;554&#8243; SWIDCSREFRESH=&#8221;on&#8221; SWIGLOBALDATA=&#8221;C:\Program Files\Microsoft Application Virtualization Client\GLOBAL\&#8221; SWISOFTGRIDDRIVE=&#8221;Q&#8221; /q REBOOT=REALLYSUPPRESS /l*v &#8220;LOGFILE_PATH\appv46.log&#8221;<br />
    ) || ( <br />
   Echo Installing AppV x64 client for Physical Machines<br />
    msiexec /i &#8220;SOURCE_PATH\Source\x64\setup.msi&#8221; MinFreeSpaceMB=&#8221;6000&#8243; SWIDCSDISPLAY=&#8221;Company Streaming Server&#8221; SWIDCSTYPE=&#8221;RTSP&#8221; SWIDCSHOST=&#8221;appvserver.domain.local&#8221; SWIDCSPORT=&#8221;554&#8243; SWIDCSREFRESH=&#8221;on&#8221; SWIGLOBALDATA=&#8221;C:\Program Files\Microsoft Application Virtualization Client\GLOBAL\&#8221; SWISOFTGRIDDRIVE=&#8221;Q&#8221; /q REBOOT=REALLYSUPPRESS /l*v &#8220;LOGFILE_PATH\appv46.log&#8221;<br />
    )</p>
<p>Echo Import Regkeys<br />
regedit /s SOURCE_PATH\appv64_v2.reg</p></blockquote>
<p> </p>
<p>The registry file that is imported in the last line specify the sftlog.txt log file location, and some other tweaks, have a look:</p>
<h5>Registry import (x86)</h5>
<blockquote><p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\Client\Configuration]<br />
&#8220;SystemEventLogLevel&#8221;=dword:00000004<br />
&#8220;LogFileName&#8221;=&#8221;C:\\PATH_OF_YOUR_CHOICE\\sftlog.txt&#8221;<br />
&#8220;UserDataDirectory&#8221;=&#8221;%APPDATA%&#8221;<br />
&#8220;ApplicationSourceRoot&#8221;=&#8221;RTSP://server.domain.local:554&#8243;<br />
&#8220;LaunchRecordMask&#8221;=dword:005a0000</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\Client\DC Servers\Company Streaming Server]<br />
&#8220;Period&#8221;=dword:000002d0<br />
&#8220;Refresh&#8221;=dword:00000001<br />
&#8220;Reporting&#8221;=dword:00000001</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\Client\AppFS]<br />
&#8220;UnloadLeastRecentlyUsed&#8221;=dword:00000001<br />
&#8220;MinPackageAge&#8221;=dword:00000001</p></blockquote>
<p> </p>
<h5>Registry import (x64)</h5>
<blockquote><p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\SoftGrid\4.5\Client\Configuration]<br />
&#8220;SystemEventLogLevel&#8221;=dword:00000004<br />
&#8220;LogFileName&#8221;=&#8221;C:\\PATH_OF_YOUR_CHOICE\\sftlog.txt&#8221;<br />
&#8220;UserDataDirectory&#8221;=&#8221;%APPDATA%&#8221;<br />
&#8220;ApplicationSourceRoot&#8221;=&#8221;RTSP://server.domain.local:554&#8243;<br />
&#8220;LaunchRecordMask&#8221;=dword:005a0000</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\SoftGrid\4.5\Client\DC Servers\Company Streaming Server]<br />
&#8220;Period&#8221;=dword:000002d0<br />
&#8220;Refresh&#8221;=dword:00000001<br />
&#8220;Reporting&#8221;=dword:00000001</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\SoftGrid\4.5\Client\AppFS]<br />
&#8220;UnloadLeastRecentlyUsed&#8221;=dword:00000001<br />
&#8220;MinPackageAge&#8221;=dword:00000001</p></blockquote>
<p> </p>
<p>That’s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2010/05/11/upgrading-appv-client-to-version-4-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

