<?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; Softgrid</title>
	<atom:link href="http://www.the-d-spot.org/wordpress/tag/softgrid/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>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>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>
		<item>
		<title>App-V Management Service (AppVirtServer) fails to start at Reboot.</title>
		<link>http://www.the-d-spot.org/wordpress/2010/03/08/app-v-management-service-appvirtserver-fails-to-start-at-reboot/</link>
		<comments>http://www.the-d-spot.org/wordpress/2010/03/08/app-v-management-service-appvirtserver-fails-to-start-at-reboot/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 22:49:35 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[App-V Client Installation]]></category>
		<category><![CDATA[Softgrid]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/2010/03/08/app-v-management-service-appvirtserver-fails-to-start-at-reboot/</guid>
		<description><![CDATA[When the SQL Server is on the same machine as the App-V Management Server (formerly known as the VAS Server), the App-V Management Server Service doesn’t start after a reboot. Solve this by adding the MSSQLSERVER as dependency to App-V service in the registry. (Use MSSQL$SQLEXPRESS when using SQL Server Express edition). Name the new [...]]]></description>
			<content:encoded><![CDATA[<p>When the SQL Server is on the same machine as the App-V Management Server (formerly known as the VAS Server), the App-V Management Server Service doesn’t start after a reboot.</p>
<p>Solve this by adding the MSSQLSERVER as dependency to App-V service in the registry. (Use MSSQL$SQLEXPRESS when using SQL Server Express edition). Name the new string <em>DependOnService</em> and value <em>MSSQLSERVER</em> or <em>MSSQL$SQLEXPRESS</em>&#160; in the hive <em>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\AppVirtServer</em>:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/appvirt-dependonservice-mssqlserver.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: ; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="appvirt-dependonservice-mssqlserver" border="0" alt="appvirt-dependonservice-mssqlserver" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/appvirt-dependonservice-mssqlserver_thumb.png" width="754" height="282" /></a></p>
<p>&#160;</p>
<p>To finalize, add a DWORD named <em>DelayedAutostart</em> with value 1 in the same hive:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/appvirt-deplayedautostart.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: ; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="appvirt-deplayedautostart" border="0" alt="appvirt-deplayedautostart" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/appvirt-deplayedautostart_thumb.png" width="758" height="324" /></a></p>
<p>Reboot the server, the Application Virtualization Management Server service should start (with a slight delay).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2010/03/08/app-v-management-service-appvirtserver-fails-to-start-at-reboot/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Softgrid/App-V: Inside the bubble</title>
		<link>http://www.the-d-spot.org/wordpress/2009/09/18/softgridapp-v-inside-the-bubble/</link>
		<comments>http://www.the-d-spot.org/wordpress/2009/09/18/softgridapp-v-inside-the-bubble/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 11:50:50 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[bubble]]></category>
		<category><![CDATA[Softgrid]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=19</guid>
		<description><![CDATA[When troubleshooting App-V applications looking into the bubble can ease your work. Sneaking into the bubble gives you information about which files are stored local and which virtual.  This way you know what files actually will be used by the application.  You can modify some configuration files without resequencing the whole application. There are some [...]]]></description>
			<content:encoded><![CDATA[<p>When troubleshooting App-V applications looking into the bubble can ease your work.<br />
Sneaking into the bubble gives you information about which files are stored local and which virtual.  This way you know what files actually will be used by the application.  You can modify some configuration files without resequencing the whole application.</p>
<p>There are some ways to view inside the virtual Softgrid / App-V bubble.</p>
<h5>1. First method is a PRE LAUNCH script in the OSD file that would launch a Command Prompt window inside the bubble</h5>
<p>Editing the .OSD file, inside the &lt;DEPENDENCY&gt; tag add:</p>
<p><code>&lt;SCRIPT EVENT="LAUNCH" TIMING="PRE" PROTECT="TRUE" WAIT="TRUE" TIMEOUT=""&gt;<br />
&lt;HREF&gt;cmd.exe&lt;/HREF&gt;<br />
&lt;/SCRIPT&gt;</code></p>
<p>Launching the OSD file will present you a DOS BOX inside the bubble.  With this box you can do anything.  Browsing the Q: drive, starting regedit, changing config/ini files, map a drive, copy some files ..</p>
<h5>2. Second way by using sfttray</h5>
<ul>
<li>sftmime /query obj:app /short -&gt; gives you a list of all Softgrid applications on your client</li>
</ul>
<ul>
<li> sfttray /EXE cmd.exe /launch &#8220;Notepad++ 5.4.2&#8243; -&gt; launches a command prompt in the bubble</li>
</ul>
<h5>3. Third method using SFT Explorer</h5>
<p>With <a title="SFT Explorer" href="http://www.virtualapp.net/sft-explorer.html" target="_blank">SFT Explorer</a> you can look inside the SFT file without ever having to load it. You can see files and registry keys would look like if the App-V application was loaded on the target machine. It only supports viewing in the SFT file, you cannot make any changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2009/09/18/softgridapp-v-inside-the-bubble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

