<?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>Andrew Morgan &#187; App-V launcher</title>
	<atom:link href="http://andrewmorgan.ie/tag/app-v-launcher/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewmorgan.ie</link>
	<description>Grumpy ramblings</description>
	<lastBuildDate>Fri, 30 Jun 2017 09:24:25 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0</generator>
	<item>
		<title>Update to AppV launcher for Version 5</title>
		<link>http://andrewmorgan.ie/2013/08/update-to-appv-launcher-for-version-5/</link>
		<comments>http://andrewmorgan.ie/2013/08/update-to-appv-launcher-for-version-5/#comments</comments>
		<pubDate>Thu, 01 Aug 2013 12:30:37 +0000</pubDate>
		<dc:creator><![CDATA[andyjmorgan]]></dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[PowerShell Scripting]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[App-V launcher]]></category>

		<guid isPermaLink="false">http://andrewmorgan.ie/?p=2679</guid>
		<description><![CDATA[Just a quick note to say I&#8217;ve updated the AppV launcher tool to support Appv 5. &#160; The app-V launcher tool is a self contained executable which lists your installed App-V packages and allows you to launch an executable in that virtual applications environment. This is particularly useful if you or your admins / users are not PowerShell friendly or you would prefer to not publish PowerShell scripts as programs. You can get a copy of the latest version and/or [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Just a quick note to say I&#8217;ve updated the <a href="http://andrewmorgan.ie/2011/09/05/app-v-launcher-an-application-to-quickly-troubleshoot-in-the-app-v-bubble/" target="_blank">AppV launcher tool </a>to support Appv 5.</p>
<p><img class="aligncenter size-full wp-image-2680" alt="appv5" src="/wp-content/uploads/2013/08/appv5.png" width="357" height="330" /></p>
<p>&nbsp;</p>
<p>The app-V launcher tool is a self contained executable which lists your installed App-V packages and allows you to launch an executable in that virtual applications environment. This is particularly useful if you or your admins / users are not PowerShell friendly or you would prefer to not publish PowerShell scripts as programs.</p>
<p>You can get a copy of the latest version and/or it&#8217;s source code over <a href="http://andrewmorgan.ie/2011/09/05/app-v-launcher-an-application-to-quickly-troubleshoot-in-the-app-v-bubble/" target="_blank">here</a>.</p>
<p>As an added benefit I&#8217;ve included source code for running PowerShell commands in .Net, so if you are interested in trying to do so grab the source code!</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewmorgan.ie/2013/08/update-to-appv-launcher-for-version-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App-V Launcher, an application to quickly troubleshoot in the App-V bubble.</title>
		<link>http://andrewmorgan.ie/2011/09/app-v-launcher-an-application-to-quickly-troubleshoot-in-the-app-v-bubble/</link>
		<comments>http://andrewmorgan.ie/2011/09/app-v-launcher-an-application-to-quickly-troubleshoot-in-the-app-v-bubble/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 07:43:20 +0000</pubDate>
		<dc:creator><![CDATA[andyjmorgan]]></dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[App-V launcher]]></category>
		<category><![CDATA[Microsoft App-V]]></category>

		<guid isPermaLink="false">http://andymorgan.wordpress.com/?p=564</guid>
		<description><![CDATA[Note: This post has been updated to include an executable for AppV 5 along with the source code if you wish to see how to interact with powershell from .Net. So here&#8217;s your scenario, you&#8217;re knee deep in an App-V roll out and a user reports a bizarre issue with a virtual application. You need to get into the bubble to have a look around and the process normally goes something like this: &#8220;what&#8217;s that command again?&#8221; open up a browse and [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="/wp-content/uploads/2011/05/icon_appv.jpg"><img class="alignright size-full wp-image-459" title="icon_appv" src="/wp-content/uploads/2011/05/icon_appv.jpg" alt="" width="75" height="79" /></a></p>
<p><strong>Note:</strong> This post has been updated to include an executable for AppV 5 along with the source code if you wish to see how to interact with powershell from .Net.</p>
<p>So here&#8217;s your scenario, you&#8217;re knee deep in an App-V roll out and a user reports a bizarre issue with a virtual application. You need to get into the bubble to have a look around and the process normally goes something like this:</p>
<ul>
<li>&#8220;what&#8217;s that command again?&#8221;</li>
<li>open up a browse and search for it&#8230; oh yes, its &#8220;sfttray.exe /exe cmd.exe &#8221; and the application name at the end&#8230;</li>
<li>what&#8217;s the application name? oh yes, its a combination of the original application name and the particular version number&#8230; &#8220;theres no way I can remember that!&#8221;</li>
<li>launch the sftcmc.msc, and try to find the correct application out of a potentially very long list.</li>
<li>copy the name into the command line and pray you don&#8217;t close that cmd window soon.</li>
</ul>
<p>This process always slows me down, so I wrote the following little program to get over this issue, enter App-V Launcher:</p>
<p><img class="alignright wp-image-620 size-full" title="app-v launcher" src="http://andrewmorgan.ie/wp-content/uploads/2011/08/app-v-launcher-e1314977010290.png" alt="" width="90" height="103" /></p>
<p>This application enumerates cached Microsoft App-V applications and presents you with a list to choose from. Once you select the application you want to work with, you can simply type the executable you need to use inside of the bubble and you can troubleshoot to your hearts content.</p>
<p>Below you&#8217;ll find the pre req&#8217;s, supported platforms and download. I&#8217;ve also included the source code should you need to tweak it to suit your implementation.</p>
<p><strong>I have tested this on:</strong></p>
<ul>
<li>Windows server 2008 r2 with App-V 4.6 sp1</li>
<li>Windows server 2003 r2 (x86) with App-V 4.5</li>
</ul>
<p><strong>Prerequisites:</strong></p>
<ul>
<li>Microsoft .Net framework 3.5 (.Net 4.0 for appv 5 launcher)</li>
</ul>
<div><strong>Download:</strong></div>
<div>
<ul>
<li><a href="https://www.box.com/s/999a24ce650650422fd0" target="_blank">Executable</a></li>
<li><a href="https://www.box.com/s/698da5817f4465dbe00f" target="_blank">Source Code (visual studio)</a></li>
</ul>
<p><strong>Updated for App-V 5:</strong></p>
<p>I&#8217;ve updated the package for app-v 5, cleaner UI and now relies on the powershell commands.</p>
<p><a href="/wp-content/uploads/2013/08/appv5.png"><img class="aligncenter size-full wp-image-2680" src="/wp-content/uploads/2013/08/appv5.png" alt="appv5" width="357" height="330" /></a></p>
<ul>
<li><a href="https://app.box.com/s/gwnkrewjht39r4s9mxce" target="_blank">Executable</a></li>
<li><a href="https://app.box.com/s/khu6melzp0l1126d73mb" target="_blank">Source Code (Visual Studio)</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://andrewmorgan.ie/2011/09/app-v-launcher-an-application-to-quickly-troubleshoot-in-the-app-v-bubble/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
