<?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)</title>
	<atom:link href="http://www.the-d-spot.org/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.the-d-spot.org/wordpress</link>
	<description>Tickle your Deployment needs.</description>
	<lastBuildDate>Sat, 12 May 2012 07:47:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Register a 32bit DLL from a x64 OS within an App-V bubble</title>
		<link>http://www.the-d-spot.org/wordpress/2012/05/12/register-a-32bit-dll-from-a-x64-os-within-an-app-v-bubble/</link>
		<comments>http://www.the-d-spot.org/wordpress/2012/05/12/register-a-32bit-dll-from-a-x64-os-within-an-app-v-bubble/#comments</comments>
		<pubDate>Sat, 12 May 2012 07:35:20 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[OSD Scripting]]></category>
		<category><![CDATA[Paint.Net]]></category>
		<category><![CDATA[SYSWOW64]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=1503</guid>
		<description><![CDATA[We had an issue when printing an image from a virtualized Paint.Net. The WIA service was started as it should on the host OS. The Windows Image Acquisition (WIA) library wiaaut.dll is unavailable (Paint.Net via App-V 4.6 SP1) We&#8217;re using Windows 7 x64 as operating system so I tried Windows XP 32bit, same issue here. [...]]]></description>
			<content:encoded><![CDATA[<p>We had an issue when printing an image from a virtualized Paint.Net. The WIA service was started as it should on the host OS.</p>
<blockquote><p align="center">The Windows Image Acquisition (WIA) library wiaaut.dll is unavailable (Paint.Net via App-V 4.6 SP1)</p>
</blockquote>
<p align="center"><img class="size-full wp-image-1504" title="The Windows Image Acquisition (WIA) library wiaaut.dll is unavailable (Paint.Net via App-V 4.6)" alt="The Windows Image Acquisition (WIA) library wiaaut.dll is unavailable (Paint.Net via App-V 4.6)" src="http://www.the-d-spot.org/wordpress/wp-content/uploads//wiaaut-dll-WIA-error.png" width="376" height="169" /></p>
<p>We&#8217;re using Windows 7 x64 as operating system so I tried Windows XP 32bit, same issue here. But after registering wiaaut.dll (in (c:\windows\system32) the printing issue was solved in XP 32bit, no luck with Win7x64. Also registering the DLL in the bubble with following OSD script wasn&#8217;t helpfull:</p>
<blockquote><p>regsvr32 %SFT_SYSTEM%\\wiaaut.dll /s</p>
</blockquote>
<p>After reading Kalle&#8217;s <a href="http://blog.gridmetric.com/2011/09/26/possible-caveats-in-mixing-32-bit-and-64-bit-app-v-packages-and-environments/">article </a>about mixing 32-bit and 64-bit App-V environments, I realized the wrong environment variable was used. If running on 64-bit then %CSIDL_SYSTEM% will be mapped to c:\Windows\Syswow64 and not&#160; to c:\Windows\System32. So I needed this to register the correct DLL:</p>
<blockquote><p>regsvr32 %SFT_SYSTEM32_X64%\\wiaaut.dll /s</p>
</blockquote>
<p>Still, the printing issue in Paint.NET remains.</p>
<p>Apparently App-V 4.6 adds the EXTERN parameter to run OSD scripts.&#160; When setting the EXTERN parameter to TRUE scripts are executed from a 64bit command prompt! (<a href="http://www.tmurgent.com/osd_illustrated.aspx">more info</a>)</p>
<blockquote><p>&lt;SCRIPT EVENT=&quot;LAUNCH&quot; TIMING=&quot;PRE&quot; WAIT=&quot;FALSE&quot; PROTECT=&quot;TRUE&quot; <strong>EXTERN=&quot;TRUE&quot;</strong>&gt;</p>
<p>&lt;SCRIPTBODY&gt;</p>
<p>some action\n</p>
<p>some other action\n</p>
<p>regsvr32 %SFT_SYSTEM32_X64%\\wiaaut.dll /s</p>
<p>&lt;/SCRIPTBODY&gt;</p>
<p>&lt;/SCRIPT&gt;</p>
</blockquote>
<p>When using the EXTERN=&quot;TRUE&quot; parameter the correct DLL at the correct location was registered and printing works again!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2012/05/12/register-a-32bit-dll-from-a-x64-os-within-an-app-v-bubble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TechNet Virtual Lab: MDOP: Microsoft Application Virtualization (App-V) 5.0</title>
		<link>http://www.the-d-spot.org/wordpress/2012/04/19/technet-virtual-lab-mdop-microsoft-application-virtualization-app-v-5-0/</link>
		<comments>http://www.the-d-spot.org/wordpress/2012/04/19/technet-virtual-lab-mdop-microsoft-application-virtualization-app-v-5-0/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 07:31:51 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[MDOP]]></category>
		<category><![CDATA[App-V 5.0]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=1498</guid>
		<description><![CDATA[This 60 minute virtual lab will take you on a tour into the new App-V 5.0 beta. The lab exercises will give you an overview of the functions in App-V 5.0. You will experience the new admin functions, learn how to migrate from App-V 4.6, learn how to enable app to app communication and how [...]]]></description>
			<content:encoded><![CDATA[<p>This 60 minute virtual lab will take you on a tour into the new App-V 5.0 beta.</p>
<p>The lab exercises will give you an overview of the functions in App-V 5.0. You will experience the new admin functions, learn how to migrate from App-V 4.6, learn how to enable app to app communication and how to reduce storage requirements via the shared content Store.</p>
<p><a href="https://cmg.vlabcenter.com/default.aspx?moduleid=61991289-6281-43f6-bc7c-22a7696b3c6d">Take the vitual lab.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2012/04/19/technet-virtual-lab-mdop-microsoft-application-virtualization-app-v-5-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Deployment Toolkit (MDT) 2012 released!</title>
		<link>http://www.the-d-spot.org/wordpress/2012/04/17/microsoft-deployment-toolkit-mdt-2012-released/</link>
		<comments>http://www.the-d-spot.org/wordpress/2012/04/17/microsoft-deployment-toolkit-mdt-2012-released/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 11:14:17 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2012]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=1494</guid>
		<description><![CDATA[After some beta&#8217;s and RC versions, Microsoft released Microsoft Deployment Toolkit (MDT) 2012 today. Microsoft Deployment Toolkit (MDT) 2012 is the newest version of Microsoft Deployment Toolkit, a Solution Accelerator for operating system and application deployment. MDT 2012 supports deployment of Windows 7, Office 2010 and 365, and Windows Server 2008 R2 in addition to deployment [...]]]></description>
			<content:encoded><![CDATA[<p>After some beta&#8217;s and RC versions, Microsoft released Microsoft Deployment Toolkit (MDT) 2012 today.</p>
<p>Microsoft Deployment Toolkit (MDT) 2012 is the newest version of Microsoft Deployment Toolkit, a Solution Accelerator for operating system and application deployment. MDT 2012 supports deployment of Windows 7, Office 2010 and 365, and Windows Server 2008 R2 in addition to deployment of Windows Vista, Windows Server 2008, Windows Server 2003, and Windows XP.</p>
<p><a href="http://www.microsoft.com/download/en/details.aspx?id=25175">Download MDT 2012</a> from Microsoft.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2012/04/17/microsoft-deployment-toolkit-mdt-2012-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App-V 5.0 beta released</title>
		<link>http://www.the-d-spot.org/wordpress/2012/04/07/app-v-5-0-beta-released/</link>
		<comments>http://www.the-d-spot.org/wordpress/2012/04/07/app-v-5-0-beta-released/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 12:34:18 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[App-V 5.0]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=1466</guid>
		<description><![CDATA[Microsoft released App-V 5.0, time to get our hands dirty! The App-V Management Server remains, but changes are huge! No more RTSP(S) protocol, bits &#38; bytes will transfert over HTTP. The Client Console is Siverlight based in Metro style (screenshot below), there is no more Q-Drive, OSD files are gone and SFT package format is history! Goodbye [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft released <a href="http://windowsteamblog.com/windows/b/business/archive/2012/04/04/introducing-ue-v-and-app-v-5-0.aspx">App-V 5.0</a>, time to get our hands dirty!</p>
<p>The App-V Management Server remains, but changes are huge! No more RTSP(S) protocol, bits &amp; bytes will transfert over HTTP. The Client Console is Siverlight based in Metro style (screenshot below), there is no more Q-Drive, OSD files are gone and SFT package format is history! Goodbye Softgrid!</p>
<p>Time for some hands on with the beta release!</p>
<h1>App-V Client</h1>
<p>We have to respect the order for upgrading the infrastucture. That is clients first, server second and sequencer last. Let’s start with the client.</p>
<p>Installing App-V 5.0 beta is a follow-the-wizard-process:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads//image129.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads//image_thumb130.png" alt="image" width="644" height="469" border="0" /></a></p>
<p>Joining the Customer Experience Improvement Program is mandatory:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads//image130.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads//image_thumb131.png" alt="image" width="638" height="484" border="0" /></a></p>
<p>After installing the product, I wanted to launch the App-V Client Console with the command sftcmc.msc, but apparently they got rid of the SFT –naming?</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads//image131.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads//image_thumb132.png" alt="image" width="644" height="140" border="0" /></a></p>
<p>After browsing to All Programs &gt; Microsoft Application Virtualization Client –container, a shortcut to AppVClientUX.exe is available;</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads//image132.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads//image_thumb133.png" alt="image" width="644" height="484" border="0" /></a></p>
<p>Wow! A Metro Style interface!</p>
<p>My packages did not appear, probably I have to <a href="http://blog.stealthpuppy.com/virtualisation/migrating-packages-from-app-v-4-x-to-app-v-5-0/">convert</a> them to the new format.</p>
<h1>App-V Server</h1>
<p>Hitting the App-V 5.0 beta server executable (appv_server_setup.exe) didn’t launched the installer. Probably .NET Framework 4.0 is also a prerequisite for the server component?</p>
<p>The AppV Server log:</p>
<blockquote><p>Loading prerequisite bootstrapper application because managed host could not be loaded, error: 0&#215;80070490.<br />
Error 0x8007007e: Failed to create the pre-requisite bootstrapper application.</p></blockquote>
<p>After installing .Net Framework 4.0 the App-V installer finally shows an error:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads//image133.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads//image_thumb134.png" alt="image" width="421" height="169" border="0" /></a></p>
<p>I’ll have to remove my 4.5.3 server prior to installing the 5.0 beta server!</p>
<div>The AppV Server log shows the same:</div>
<blockquote><p>Loading managed bootstrapper application.<br />
AppvUX: Application Virtualization Server cannot be installed on this system because an incompatible version of the Microsoft Application Virtualization Server has been detected. Please uninstall the previous version and try again.</p></blockquote>
<p>Upgrading isn&#8217;t supported, so a side-by-side migration is the only way. From the App-V 5.0 beta AdminGuide:</p>
<p>Installing the App-V 5.0 Beta server is not supported for the following scenarios:</p>
<ul>
<li>Installing on a domain controller.</li>
<li>Installing on a server running previous versions of App-V server components.</li>
<li>Installing on Server Core.</li>
</ul>
<div>As I don&#8217;t have another server for the moment, an uninstall is necessary. After removing the 4.5 server, de installation of the 5.0 beta server could proceed:</div>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads//image134.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads//image_thumb135.png" alt="image" width="750" height="560" border="0" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads//image135.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads//image_thumb136.png" alt="image" width="750" height="560" border="0" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads//image136.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads//image_thumb137.png" alt="image" width="750" height="560" border="0" /></a></p>
<p>I need to install a updated SQL Server version, because I&#8217;m running SQL Server 2008 SP1.</p>
<p>The AppV Server log says:</p>
<blockquote><p>The database pre-deployment feature can only be installed on a server running the Standard, Enterprise or Datacenter editions of SQL Server 2008 SP2, SQL Server 2008 R2 or greater.<br />
AppvUX: The database pre-deployment feature can only be installed on SQL Server 2008 R2 or SQL Server 2008 servers running Service Pack 2.</p></blockquote>
<p>Ok, I’m running SQL Server 2008 SP1 (10.0.2531.0). Need to upgrade to SP2.</p>
<blockquote><p>The database pre-deployment feature can only be installed on a server running the Standard, Enterprise or Datacenter editions of SQL Server 2008 SP2, SQL Server 2008 R2 or greater.</p></blockquote>
<p>..Also no SQL Express, although it wasn&#8217;t supported in previous App-V versions, it does work (in a Lab environment).</p>
<p>After installing SQL Server 2008 with SP2, the installation can proceed.</p>
<p>Next blog will be about converting sequences (packages) to the new format.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2012/04/07/app-v-5-0-beta-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App-V The version lineage specified for package xxx is invalid, error code 0000BD39</title>
		<link>http://www.the-d-spot.org/wordpress/2012/03/28/app-v-the-version-lineage-specified-for-package-xxx-is-invalid-error-code-0000bd39/</link>
		<comments>http://www.the-d-spot.org/wordpress/2012/03/28/app-v-the-version-lineage-specified-for-package-xxx-is-invalid-error-code-0000bd39/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 13:05:55 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[0000BD39]]></category>
		<category><![CDATA[AppV]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=1453</guid>
		<description><![CDATA[After importing a newly sequenced application I received this error when importing into the Management Server. While saving my sequence an I/O File Error showed up. Some log file couldn’t be read or write. I deleted the log file from the sequence and saved sequence again, with success this time. Probably this is the cause [...]]]></description>
			<content:encoded><![CDATA[<p>After importing a newly sequenced application I received this error when importing into the Management Server.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads//image127.png"><img title="AppV Error code 0000BD39" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="AppV Error code 0000BD39" src="http://www.the-d-spot.org/wordpress/wp-content/uploads//image_thumb128.png" width="407" height="203" /></a></p>
<p>While saving my sequence an I/O File Error showed up. Some log file couldn’t be read or write. I deleted the log file from the sequence and saved sequence again, with success this time. Probably this is the cause of the issue.</p>
<p>Solved this by opening the package for upgrade and saving the sequence As New Package, this way the Package GUID is regenerated.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads//image128.png"><img title="AppV Save As New Package" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="AppV Save As New Package" src="http://www.the-d-spot.org/wordpress/wp-content/uploads//image_thumb129.png" width="363" height="119" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2012/03/28/app-v-the-version-lineage-specified-for-package-xxx-is-invalid-error-code-0000bd39/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying Windows 8 Consumer Preview with MDT 2012 RC1</title>
		<link>http://www.the-d-spot.org/wordpress/2012/03/12/deploying-windows-8-consumer-preview-with-mdt-2012-rc1-2-2/</link>
		<comments>http://www.the-d-spot.org/wordpress/2012/03/12/deploying-windows-8-consumer-preview-with-mdt-2012-rc1-2-2/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 13:05:26 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[MDT 2012]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[ProductKey]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=1444</guid>
		<description><![CDATA[After importing the Windows 8 CP sources to the MDT 2012 RC1 Deployment Share, and making a Task Sequence with the new OS image, my Windows 8 experience was delayed because of this error; Windows cannot read the &#60;ProductKey&#62; setting from the unattend answer file. Other sources say to remove the floppy drive from the [...]]]></description>
			<content:encoded><![CDATA[<p>After importing the Windows 8 CP sources to the MDT 2012 RC1 Deployment Share, and making a Task Sequence with the new OS image, my Windows 8 experience was delayed because of this error;</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads//image122.png"><img style="background-image: none; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; margin-right: auto; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads//image_thumb123.png" alt="image" width="526" height="320" border="0" /></a></p>
<p align="center">Windows cannot read the &lt;ProductKey&gt; setting from the unattend answer file.</p>
<p>Other sources say to remove the floppy drive from the VM, but this didn’t solved the ProductKey issue for me:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads//image123.png"><img style="background-image: none; padding-top: 0px; padding-left: 0px; margin: 0px; display: inline; padding-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads//image_thumb124.png" alt="image" width="244" height="211" border="0" /></a><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads//image124.png"><img style="background-image: none; padding-top: 0px; padding-left: 0px; margin: 0px; display: inline; padding-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads//image_thumb125.png" alt="image" width="244" height="211" border="0" /></a></p>
<p>The solution was rather simple, I had to change <em>SkipProductKey</em> to <em>NO</em> in customsettings.ini.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads//image125.png"><img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads//image_thumb126.png" alt="image" width="399" height="240" border="0" /></a></p>
<p>After changing <em>SkipProductKey=0, </em>the Deployment Wizard asks for the Windows 8 Consumer Preview product key, and the deployment will proceed like it should.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads//image126.png"><img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads//image_thumb127.png" alt="image" width="732" height="498" border="0" /></a></p>
<p>&nbsp;</p>
<p>Get <a href="http://windows.microsoft.com/en-US/windows-8/iso" target="_blank">Windows 8 Consumer Preview</a> and the ProductKey from <a href="http://windows.microsoft.com/en-US/windows-8/iso" target="_blank">Microsoft</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2012/03/12/deploying-windows-8-consumer-preview-with-mdt-2012-rc1-2-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App-V client asks for authorization (error code 0A-00002002 and 01-0003100E)</title>
		<link>http://www.the-d-spot.org/wordpress/2012/02/07/app-v-client-asks-for-authorization-error-code-0a-00002002-and-01-0003100e/</link>
		<comments>http://www.the-d-spot.org/wordpress/2012/02/07/app-v-client-asks-for-authorization-error-code-0a-00002002-and-01-0003100e/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 14:17:41 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[01-0003100E]]></category>
		<category><![CDATA[0A-00002002]]></category>
		<category><![CDATA[AppV]]></category>
		<category><![CDATA[NTLM credentials]]></category>
		<category><![CDATA[Softgrid]]></category>
		<category><![CDATA[Windows Live Essentials]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=1388</guid>
		<description><![CDATA[We&#8217;ve had a long lasting issue with the App-V client, only some computers were affected .. mine was one of them :-) App-V Client versions 4.6 and 4.6 SP1 had this issue (others not tested). The first streamed application always asked for credentials: When you hit Cancel: The App-V client log (sftlog.txt) shows a 0A-00002002 error: The client was [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve had a long lasting issue with the App-V client, only some computers were affected .. mine was one of them :-) App-V Client versions 4.6 and 4.6 SP1 had this issue (others not tested).</p>
<p>The first streamed application always asked for credentials:</p>
<div id="attachment_1389" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/cred-box.png"><img class="size-medium wp-image-1389" title="App-V Client asks credentials" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/cred-box-300x238.png" alt="App-V Client asks credentials" width="300" height="238" /></a><p class="wp-caption-text">Please enter your user name and password.</p></div>
<p>When you hit Cancel:</p>
<div id="attachment_1390" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/cancel.png"><img class="size-medium wp-image-1390" title="cancel" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/cancel-300x148.png" alt="" width="300" height="148" /></a><p class="wp-caption-text">The launch was cancelled during authentication Error Code; 01-0003100E</p></div>
<p>The App-V client log (sftlog.txt) shows a 0A-00002002 error:</p>
<blockquote><p>The client was unable to connect to an Application Virtualization Server (rc 1690900A-00002002)</p></blockquote>
<p>Also sporadically this error pops up:</p>
<div id="attachment_1391" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/NTLM-creds-0A-00002002_blur.png"><img class="size-medium wp-image-1391" title="App-V NTLM credentials 0A-00002002" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/NTLM-creds-0A-00002002_blur-300x148.png" alt="App-V NTLM credentials 0A-00002002" width="300" height="148" /></a><p class="wp-caption-text">App-V NTLM credentials 0A-00002002</p></div>
<p>After a long search we&#8217;ve found that Windows Live Essentials was the cause of this issue. Uninstalling WLE and a reboot solved the problem.</p>
<p>Is this problem only caused by Windows Live Essentials? I don&#8217;t think so, because I&#8217;ve used WLE in combination with a variety of App-V clients with no issues at all.</p>
<p>Update: On the <a href="http://social.technet.microsoft.com/Forums/en/appvclients/thread/b76bc31f-a723-42a6-9a68-0e2d8bee937c">App-V forums </a>a workaround was posted. Removing &#8220;livessp&#8221; from HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\Security Packages, solves this issue as well. Without the need to uninstall Windows Live Essentials.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/00-reg-solution1.png"><img class="aligncenter size-full wp-image-1402" title="Security Packages" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/00-reg-solution1.png" alt="" width="646" height="149" /></a><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/01-reg-solution.png"><img class="aligncenter size-full wp-image-1403" title="Delete livessp from registry" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/01-reg-solution.png" alt="" width="367" height="328" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2012/02/07/app-v-client-asks-for-authorization-error-code-0a-00002002-and-01-0003100e/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACT 5.6 Tweaks</title>
		<link>http://www.the-d-spot.org/wordpress/2012/01/28/act-5-6-tweaks/</link>
		<comments>http://www.the-d-spot.org/wordpress/2012/01/28/act-5-6-tweaks/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 15:39:13 +0000</pubDate>
		<dc:creator>Siegmund</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ACT]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=1382</guid>
		<description><![CDATA[During the analysis phase of a windows 7 x64 migration I have been using the MAP, ACT and OMPM tools. After handing over all the lists on the application and current client side infrastructure, the first question that came is: &#8220;ok I see a lot of applications listed that are only installed on one machine, can [...]]]></description>
			<content:encoded><![CDATA[<p>During the analysis phase of a windows 7 x64 migration I have been using the MAP, ACT and OMPM tools.</p>
<p>After handing over all the lists on the application and current client side infrastructure, the first question that came is: &#8220;ok I see a lot of applications listed that are only installed on one machine, can you give us the machinenames?&#8221;.</p>
<p>ehm well, it should be possible&#8230;</p>
<p>in the ACT GUI you can find the computername if you click on the application, but I had to find a way to automate this</p>
<p>So I installed the SQL management studio express and dived into the ACT database.</p>
<p>Here is the SQL query to give you all applications installed on only 1 machine:</p>
<p style="padding-left: 30px"><em>SELECT DISTINCT</em><br />
<em>Application_Computer_Count.computerCount,</em><br />
<em>Application_Computers_Query.machineName,</em><br />
<em>Application_Report_Complete_vw.AppName,</em><br />
<em>Application_Report_Complete_vw.AppID</em></p>
<p style="padding-left: 30px"><em>FROM         Application_Computer_Count INNER JOIN</em><br />
<em>Application_Report_Complete_vw ON Application_Computer_Count.appID = Application_Report_Complete_vw.AppID INNER JOIN</em><br />
<em>Application_Computers_Query ON Application_Report_Complete_vw.AppID =Application_Computers_Query.appID</em></p>
<p style="padding-left: 30px"><em>WHERE     (Application_Computer_Count.computerCount= 1)</em></p>
<p style="padding-left: 30px"><em>ORDER BY</em><br />
<em>Application_Report_Complete_vw.AppName</em></p>
<p>What is more interesting is the following query, which will give you all applications installed on 1 pc marked with 1 or more issues:</p>
<p style="text-align: left;padding-left: 30px"><em>SELECT DISTINCT</em></p>
<p style="text-align: left;padding-left: 30px"><em>App_Issue_Counts.appID,</em><br />
<em>App_Issue_Counts.activeIssuesCount, Application_Computer_Count.computerCount,</em><br />
<em>Application_Computers_Query.machineName,Application_Report_Complete_vw.AppName</em></p>
<p style="text-align: left;padding-left: 30px"><em>FROM         App_Issue_Counts INNER JOIN</em></p>
<p style="text-align: left;padding-left: 30px"><em>Application_Computer_Count ON App_Issue_Counts.appID =Application_Computer_Count.appID INNER JOIN</em></p>
<p style="text-align: left;padding-left: 30px"><em>Application_Computers_Query ON App_Issue_Counts.appID =Application_Computers_Query.appID INNER JOIN</em></p>
<p style="text-align: left;padding-left: 30px"><em>Application_Report_Complete_vw ON App_Issue_Counts.appID =Application_Report_Complete_vw.AppID</em></p>
<p style="text-align: left;padding-left: 30px"><em>WHERE     (App_Issue_Counts.activeIssuesCount &gt;=&#8217;1&#8242;) AND (Application_Computer_Count.computerCount = 1)</em></p>
<p style="text-align: left;padding-left: 30px"><em>ORDER BY</em><br />
<em>Application_Report_Complete_vw.AppName</em></p>
<p>another thing with ACT 5.6, was that it did not seem clear to me why none of the <span style="text-decoration: underline">16 bit</span> applications were listed in the collected data</p>
<p>Luckily there is a way to find them with another SQL query, checkout (and credits to): <a href="http://www.theexperienceblog.com/2011/04/14/how-to-find-16-bit-applications-in-your-act-inventory">http://www.theexperienceblog.com/2011/04/14/how-to-find-16-bit-applications-in-your-act-inventory</a></p>
<p>The last thing for now on ACT is that the collector is not capable yet to work with windows 7 sp1.</p>
<p>you need to import a sql script to make this possible</p>
<p>Here is the content of this script (the import can be done via osql.exe -E -i&lt;thenameofthesqlscript&gt; -S&#8221;&lt;sqlserver\instance&gt;&#8221; -d&lt;dbname&gt; :</p>
<p style="padding-left: 30px"><em>INSERT INTO.[dbo].[OS]</em><br />
<em> ([osID]</em><br />
<em> ,[osName]</em><br />
<em> ,[majorVersion]</em><br />
<em> ,[minorVersion]</em><br />
<em> ,[buildNumber]</em><br />
<em> ,[servicePackName]</em><br />
<em> ,[servicePackMajor]</em><br />
<em> ,[servicePackMinor]</em><br />
<em> ,[csdVersion]</em><br />
<em> ,[productType]</em><br />
<em> ,[suite]</em><br />
<em> ,[publishedDate])</em><br />
<em> VALUES</em><br />
<em> (N&#8217;6.1.1&#8242;</em><br />
<em> ,N&#8217;Windows 7 SP1&#8242;</em><br />
<em> ,6</em><br />
<em> ,1</em><br />
<em> ,0</em><br />
<em> ,N&#8217;Service Pack 1&#8242;</em><br />
<em> ,1</em><br />
<em> ,0</em><br />
<em> ,N&#8217;Service Pack 1&#8242;</em><br />
<em> ,0</em><br />
<em> ,0</em><br />
<em> ,&#8217;2011-02-22&#8242;)</em><br />
<em>GO</em></p>
<p>Also remember, the infliction point to test applications during a migration is:</p>
<p><strong>COST </strong>of failure X <strong>PROBABILITY </strong>of failure &gt; <span style="text-decoration: underline">COST of testing </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2012/01/28/act-5-6-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Task Sequences not showing after MDT 2012 b2 upgrade</title>
		<link>http://www.the-d-spot.org/wordpress/2012/01/14/task-sequences-not-showing-after-mdt-2012-b2-upgrade/</link>
		<comments>http://www.the-d-spot.org/wordpress/2012/01/14/task-sequences-not-showing-after-mdt-2012-b2-upgrade/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 10:21:26 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[MDT 2012]]></category>
		<category><![CDATA[MDT]]></category>
		<category><![CDATA[WDS]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/2012/01/14/task-sequences-not-showing-after-mdt-2012-b2-upgrade/</guid>
		<description><![CDATA[The deployment wizard was not showing any Task Sequences after an upgrade from MDT 2010 U1 to MDT 2012 beta2. Of course I updated my Deployment Share after the upgrade. Updating a second time, and completely regenerate the boot images got my attention that I didn’t reimported the boot images into WDS. After reimporting the [...]]]></description>
			<content:encoded><![CDATA[<p>The deployment wizard was not showing any Task Sequences after an upgrade from MDT 2010 U1 to MDT 2012 beta2.</p>
<p>Of course I updated my Deployment Share after the upgrade. Updating a second time, and <em>completely regenerate the boot images</em> got my attention that I didn’t reimported the boot images into WDS.</p>
<p>After reimporting the new generated boot images with MDT 2012 my Task Sequences showed up and I was able to start deploying again!</p>
<p>So don’t forget to reimport your WinPE boot images after upgrading to MDT 2012!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2012/01/14/task-sequences-not-showing-after-mdt-2012-b2-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows ThinPC unattend error with MDT 2010</title>
		<link>http://www.the-d-spot.org/wordpress/2012/01/06/windows-thinpc-unattend-error-with-mdt-2010-2/</link>
		<comments>http://www.the-d-spot.org/wordpress/2012/01/06/windows-thinpc-unattend-error-with-mdt-2010-2/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 13:27:00 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[MDT 2012]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[unattend.xml]]></category>
		<category><![CDATA[UpgradeData]]></category>
		<category><![CDATA[Windows ThinPC]]></category>
		<category><![CDATA[windowsPE]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/2012/01/08/windows-thinpc-unattend-error-with-mdt-2010-2/</guid>
		<description><![CDATA[I was deploying Windows ThinPC using MDT with a customer, and received this error: Windows could not parse or process unattend answer file [C:\MININT\unattend.xml] for pass [windowsPE]. A component or setting specified in the answer file does not exist. According to the MS forums this should be solved in MDT 2012 beta 1. So we [...]]]></description>
			<content:encoded><![CDATA[<p>I was deploying <a href="http://www.microsoft.com/en-us/windows/enterprise/products-and-technologies/virtualization/thinpc.aspx" target="_blank">Windows ThinPC</a> using MDT with a customer, and received this error:</p>
<blockquote><p>Windows could not parse or process unattend answer file [C:\MININT\unattend.xml] for pass [windowsPE]. A component or setting specified in the answer file does not exist.</p>
</blockquote>
<p>According to the MS forums this should be solved in MDT 2012 beta 1. So we upgraded to MDT 2012 beta 2, but unfortunately the error remains.</p>
<p>Deleting the &lt;UpgradeData&gt; node from the unattend.xml, like <a href="http://social.technet.microsoft.com/Forums/en-US/mdt/thread/036ab46f-4f19-4a79-8b2e-a3c550687226/" target="_blank">Michael</a> mentioned, fixed the issue. Windows ThinPC deployed successful when this node was removed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2012/01/06/windows-thinpc-unattend-error-with-mdt-2010-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

