<?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>Virtualisointi EQU virtualization</title>
	<atom:link href="http://www.virtualisointi.fi/en/feed" rel="self" type="application/rss+xml" />
	<link>http://www.virtualisointi.fi</link>
	<description>Random ramblings from the world of virtualization and then maybe some other things as well</description>
	<lastBuildDate>Tue, 23 Mar 2010 07:06:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Accelerate your App-V 4.6 migrations!</title>
		<link>http://www.virtualisointi.fi/en/archives/212</link>
		<comments>http://www.virtualisointi.fi/en/archives/212#comments</comments>
		<pubDate>Mon, 22 Mar 2010 22:02:40 +0000</pubDate>
		<dc:creator>Kalle Saunamäki</dc:creator>
				<category><![CDATA[App-V]]></category>

		<guid isPermaLink="false">http://www.virtualisointi.fi/?p=212</guid>
		<description><![CDATA[Now that 4.6 is officially out, many of you who are existing Softgrid / App-V customers are looking into migrating to this new version, especially if having Windows 7 projects etc. going on as well.
However, what Microsoft recommends you to do in such case is to upgrade all your virtual application packages into new 4.6 format. [...]]]></description>
			<content:encoded><![CDATA[<p>Now that 4.6 is officially out, many of you who are existing Softgrid / App-V customers are looking into migrating to this new version, especially if having Windows 7 projects etc. going on as well.</p>
<p>However, what Microsoft recommends you to do in such case is to upgrade all your virtual application packages into new 4.6 format. This was also true and official recommendation when 4.5 came out back in the day. But if you really want to do this for all of your packages, opening up every package one-by-one with 4.6 Sequencer, and then saving out (remember, you need not do anything besides Open + Save, this effectively writes out SFT file in new format and creates manifest file if none existed before) can be tedious task.</p>
<p>Also somewhat depending on what App-V infrastructure model is used, there might be need to change streaming URL (HREF attribute in the OSD file&#8217;s CODEBASE element), set of supported OS values and perhaps other aspects for the package,</p>
<p>Fortunately there is a better, not to mention <strong>much</strong> quicker, way to do this tedious task with little actual human involvement. The answer of course is my <a href="http://www.gridmetric.com/products/sftencoder.html" target="_blank">SFT Encoder</a> product, which is designed to be used as command-line based App-V package processing utility and with batch processing GUI, handy mass-migration tool. As 2.0 version now fully supports new App-V 4.6 package format in both 32-bit and 64-bit environments, this means that you can migrate your old packages to newest format with automated process in one go!</p>
<p>As a brief example, let&#8217;s look at how to upgrade batch of packages to 4.6 ready versions:</p>
<p>After installing SFT Encoder, we run it once from the command-line and supply license with /license -switch (note that this is not needed with trial version). After that, we can start using batch processing GUI.</p>
<p>Firstly we have to tell where from source packages are read in, by supplying directory path under from Encoder scans for available packages. We also specify where to packges are to be output when conversion has been done: </p>
<div id="attachment_219" class="wp-caption alignnone" style="width: 520px"><a href="http://www.virtualisointi.fi/wp-content/uploads/2010/03/Encoder_Select_Directories.png"><img class="size-full wp-image-219  " title="Select source and target directories" src="http://www.virtualisointi.fi/wp-content/uploads/2010/03/Encoder_Select_Directories.png" alt="Select source and target directories" width="510" height="98" /></a><p class="wp-caption-text">Select source and target directories</p></div>
<p> Next, we specify parameters for conversion. In this case, we want to change fileformat version (as selectable from Version -dropdown list) but even if it is technically possible to change block size setting to match 4.6 default (and for new packages, only) of 64 kB it&#8217;s generally a ad practise to change it afterwards and not really supported by Microsoft either. We also want to put outputted packages each to its own subdirectory on target directory and we want to change streaming source for SFT file in all of the OSD files to match our new target environment.</p>
<div id="attachment_221" class="wp-caption alignnone" style="width: 520px"><a href="http://www.virtualisointi.fi/wp-content/uploads/2010/03/Encoder_Select_Settings.png"><img class="size-full wp-image-221 " title="Select processing settings" src="http://www.virtualisointi.fi/wp-content/uploads/2010/03/Encoder_Select_Settings.png" alt="Select processing settings" width="510" height="98" /></a><p class="wp-caption-text">Select processing settings</p></div>
<p>As a special treat, we also want to remove possible Windows Installer runtime files found inside the VFS as part of the processing. As you might remember, App-V up until recently defaulted into adding those runtime files for all new packages unless explicitly removed during sequencing wizard. Problem with MSI runtime files is the fact that they may prevent package from self-repairing virtual environment on the client for the current user if Windows Installer runtimes differ between host and DLLs stored in the VFS.</p>
<p>If we wanted, we could have prevented generation of new history entries or even removing all traces of past history entries, but in normal migrations there is really no need for it. If however deciding to so, these two settings cannot be mixed together as that would result invalid SFT file!</p>
<p>Lastly, we can adjust other few content generation/modification aspects for processed packages, if for instance we wanted to inject some registry or file data into the package along the way. In this case, we are only intrested in removing all possible OS -elements from the OSD files so that they will show in our brand-new App-V client environments, be it 32- or 64-bit or workstation or RDS session host: </p>
<div id="attachment_225" class="wp-caption alignnone" style="width: 520px"><a href="http://www.virtualisointi.fi/wp-content/uploads/2010/03/Encoder_Select_Content_Options.png"><img class="size-full wp-image-225 " title="Content modification options" src="http://www.virtualisointi.fi/wp-content/uploads/2010/03/Encoder_Select_Content_Options.png" alt="Content modification options" width="510" height="79" /></a><p class="wp-caption-text">Content modification options</p></div>
<p> When we are ready to proceed with actual conversion process, just hit <strong>Start Processing</strong> -button!</p>
<p>Batch processing GUI will then go through all subdirectories in the selected source directory and tries to detect all Softgrid/App-V packages from the presence of SPRJ files, and then issues appropriate parameters to actual SFT Encoder executable (command-line -based, but run hidden) to process each package individually: </p>
<div id="attachment_228" class="wp-caption alignnone" style="width: 520px"><a href="http://www.virtualisointi.fi/wp-content/uploads/2010/03/Encoder_Processing.png"><img class="size-full wp-image-228 " title="SFT Encoder processing packages" src="http://www.virtualisointi.fi/wp-content/uploads/2010/03/Encoder_Processing.png" alt="SFT Encoder processing packages" width="510" height="178" /></a><p class="wp-caption-text">SFT Encoder processing packages</p></div>
<p>When all is said and done, we have collection of App-V 4.6 conforming packages in our output directory and beneath, without having to go and processing each with Sequencer one-by-one. Of course this does not imply that packages shouldn&#8217;t be then tested with actual clients, since sometimes some old packages might refuse to work in the new environment especially if operating system changes underneath. But at least with larger number of packages time saving can be significant, especially since you can also automate annoying server address and OS changes within OSD files.</p>
<p>Please note that SFT Encoder will not output MSI wrapper installer (at least not yet), but all other package files including the manifest are automatically generated if none exists in the source package. And there&#8217;s quite much more than just this for SFT Encoder, since batch processing GUI exposes only few of the options available, those most common things needed during mass-migration.</p>
<p>If you don&#8217;t want to jump in and purchase SFT Encoder right away (which you should of course :-)), <a href="http://www.gridmetric.com/products/sftencoder_trial.html" target="_blank">there is a trial version available</a> for time-limited testing.</p>
<p>Happy conversions!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisointi.fi/en/archives/212/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App-V 4.6 RTMs!</title>
		<link>http://www.virtualisointi.fi/en/archives/210</link>
		<comments>http://www.virtualisointi.fi/en/archives/210#comments</comments>
		<pubDate>Tue, 23 Feb 2010 07:53:59 +0000</pubDate>
		<dc:creator>Kalle Saunamäki</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[Application Virtualization]]></category>

		<guid isPermaLink="false">http://www.virtualisointi.fi/?p=210</guid>
		<description><![CDATA[Microsoft has just announced public availability of official App-V 4.6 version.
The highly anticipated 64-bit support is now here as are few other enhancements plus two new App-V Resource Kit tools, Application Virtualization SFT View Tool and Application Virtualization MSI Compat Transform.
Both Desktop (part of MDOP 2010 package) and RDS versions of App-V 4.6 are immediately available.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.technet.com/mdop/archive/2010/02/19/app-v-4-6-and-med-v-1-0-sp1-rc-are-here.aspx" target="_blank">Microsoft has just announced</a> public availability of official App-V 4.6 version.</p>
<p>The highly anticipated 64-bit support is now here as are few other enhancements plus two new App-V Resource Kit tools, <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=26d8bfe3-02dd-4073-95f8-594bbb12933a">Application Virtualization SFT View Tool</a> and <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c704efef-06f0-4b76-97a9-67df1d161ffb">Application Virtualization MSI Compat Transform</a>.</p>
<p>Both Desktop (part of MDOP 2010 package) and RDS versions of App-V 4.6 are immediately available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisointi.fi/en/archives/210/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is stored in my PKG files?</title>
		<link>http://www.virtualisointi.fi/en/archives/193</link>
		<comments>http://www.virtualisointi.fi/en/archives/193#comments</comments>
		<pubDate>Mon, 22 Feb 2010 09:16:04 +0000</pubDate>
		<dc:creator>Kalle Saunamäki</dc:creator>
				<category><![CDATA[App-V]]></category>

		<guid isPermaLink="false">http://www.virtualisointi.fi/?p=193</guid>
		<description><![CDATA[One of the admittedly greatest puzzles in Microsoft App-V usage has so far been the lack of visibility for the PKG files.
These PKG files &#8211; as all App-V admins very well know - basically contains file and registry data that has been cached for the user and for the machine after App-V enabled application has run on the client. To make things more [...]]]></description>
			<content:encoded><![CDATA[<p>One of the admittedly greatest puzzles in Microsoft App-V usage has so far been the lack of visibility for the PKG files.</p>
<p>These PKG files &#8211; as all App-V admins very well know - basically contains file and registry data that has been cached for the user and for the machine after App-V enabled application has run on the client. To make things more complicated, it is just not user and machine data as such (like Sequencer presents the division with Application Data and User Data in UI) but it also involves the factor of <em>who has made change</em> in the client system. And &#8220;who&#8221;, in this context, being either present user or system itself. Before Softgrid 4.2 really, this was more clear-cut and simple: changes to files marked as Application Data/Config were visible to all users on the client machine whereas files marked as User Data/Config were visible only to user who initiated the change. But alas, not anymore.</p>
<p>On a physical level, App-V client caches data to several different PKG files depending on who&#8217;s change we are talking about:</p>
<ul>
<li>UsrVol_sftfs_v1.pkg file in user&#8217;s own (roaming) Application data represents changes to files marked as <strong>User Data</strong> that are initiated by and visible to processes of that user (i.e. are running as that user), usually meaning applications you  (as user) launch and use from App-V package. This file also contains cached virtual environment configuration, which practically means changed virtual registry, for the user.</li>
<li>UsrVol_sftfs_v1.pkg file in per-machine App-V cache (C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\AppFS Storage in Windows Vista and 7, under All Users -profile in earlier Windows versions) represents changes to files marked as <strong>User Data</strong> that are initiated by and are visible <em>only</em> to few selected Windows system processes (like winlogon.exe) having access to Q: drive.</li>
<li>GlblVol_sftfs_v1_<strong><em>user_SID</em></strong>.pkg file in per-machine App-V cache represents changes to files marked as <strong>Application Data</strong> that are initiated by and are visible to processes of user account having SID in PKG file&#8217;s name. Normally, you should see one with your account&#8217;s SID in there but on machines having multiple users there&#8217;s one for each.</li>
<li>And finally, we have GlblVol_sftfs_v1_S-1-5-20.pkg file in per-machine App-V cache representing changes to files marked as <strong>Application Data</strong> that are initiated by and are visible to system level processes running in the virtual environment. These processes are, for instance, virtual services started from the package. This file also contains cached virtual environment configuration for the system.</li>
</ul>
<p> So knowing that there&#8217;s multiple contexts involved for caching, how do we know what the heck is actually cached (as opposed to coming from original SFT) on the client since sometimes this is needed for troubleshooting purposes? Sad answer is that we actually do not know this, since App-V Client does not provide any tool to view cached information besides starting cmd.exe or such in the package&#8217;s VE and trying to poke around in system with registry editor etc. The problem of course is that this method does not provide any information which of the files or registry values differ from what we have from SFT itself as everything is merged down for us by App-V itself. Also, this method does not reveal contents of alternative contexts, since we (or our processes) are by definition operating under our own user account.</p>
<p>Thus, the holy quest for PKG viewer :-) Up until now, nobody has been able to produce such viewer (at least publicly!) and Microsoft has not been very forthcoming in opening up PKG fileformat (which incidentally is actually the same fileformat as App-V&#8217;s very own package cache, sftfs.fsd file, uses). But, in preparing for very near release of <a href="http://www.virtualapp.net/sft-explorer.html" target="_blank">SFT Explorer, version 2.0</a>, I decided to once and all to resolve this need and am happy to report that I have been able to do it!</p>
<p>Code is not finalized yet, but I know how to do it, and as a proof here&#8217;s four different view of cached [PKG] contents of Firefox 3.0 package that I have been running for ages on my machine:</p>
<p>Here&#8217;s how the UsrVol&#8230; -file looks like for the current user:</p>
<p><a href="http://www.virtualisointi.fi/wp-content/uploads/2010/02/pkg_UsrVol_user.png"><img class="alignnone size-full wp-image-201" title="UsrVol_sftfs_v1.pkg for user" src="http://www.virtualisointi.fi/wp-content/uploads/2010/02/pkg_UsrVol_user.png" alt="UsrVol_sftfs_v1.pkg for user" width="300" height="341" /></a></p>
<p>Here&#8217;s how the UsrVol&#8230; -file looks like for the system:</p>
<p><a href="http://www.virtualisointi.fi/wp-content/uploads/2010/02/pkg_UsrVol_system.png"><img class="alignnone size-full wp-image-202" title="UsrVol_sftfs_v1.pkg for system" src="http://www.virtualisointi.fi/wp-content/uploads/2010/02/pkg_UsrVol_system.png" alt="UsrVol_sftfs_v1.pkg for system" width="300" height="300" /></a></p>
<p>Here&#8217;s how the GblVol&#8230; looks like for the user:</p>
<p><a href="http://www.virtualisointi.fi/wp-content/uploads/2010/02/pkg_GblVol_user.png"><img class="alignnone size-full wp-image-204" title="GlblVol_sftfs_SID.pkg for user" src="http://www.virtualisointi.fi/wp-content/uploads/2010/02/pkg_GblVol_user.png" alt="GlblVol_sftfs_SID.pkg for user" width="390" height="690" /></a></p>
<p>And here&#8217;s how GblVol&#8230; looks like for the system:</p>
<p><a href="http://www.virtualisointi.fi/wp-content/uploads/2010/02/pkg_GblVol_system.png"><img class="alignnone size-full wp-image-205" title="GlblVol_sftfs_v1_S-1-5-20.pkg for system" src="http://www.virtualisointi.fi/wp-content/uploads/2010/02/pkg_GblVol_system.png" alt="GlblVol_sftfs_v1_S-1-5-20.pkg for system" width="300" height="300" /></a></p>
<p>As you can see, there&#8217;s clearly a vast difference how different processes see the world, and these screenshots are not even including virtual registry!</p>
<p>&#8211;</p>
<p>As stated above, this PKG viewing capability is now likely to be part of upcoming version of SFT Explorer, and to track things related to it I invite all to join to <a href="http://www.linkedin.com/groups?gid=2035330" target="_blank">SFT Explorer Users -group in LinkedIn</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisointi.fi/en/archives/193/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New website for SFT Encoder and Lib-V..</title>
		<link>http://www.virtualisointi.fi/en/archives/191</link>
		<comments>http://www.virtualisointi.fi/en/archives/191#comments</comments>
		<pubDate>Thu, 26 Nov 2009 12:20:09 +0000</pubDate>
		<dc:creator>Kalle Saunamäki</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virtualisointi.fi/?p=191</guid>
		<description><![CDATA[Just as an quick update; we have published new webpages for Gridmetric Oy, now including more detailed description and usage scenarios for both SFT Encoder and Lib-V products.
And for those still not aware what product(s) I am talking about, shortly put:
SFT Encoder is a multipurpose App-V package content modification tool, that can be used to [...]]]></description>
			<content:encoded><![CDATA[<p>Just as an quick update; we have published new webpages for <a href="http://www.gridmetric.com/">Gridmetric Oy</a>, now including more detailed description and usage scenarios for both <a href="http://www.gridmetric.com/products/sftencoder.html">SFT Encoder</a> and <a href="http://www.gridmetric.com/products/libv.html">Lib-V</a> products.</p>
<p>And for those still not aware what product(s) I am talking about, shortly put:</p>
<p>SFT Encoder is a multipurpose App-V package content modification tool, that can be used to create new App-V packages or update existing one. This includes both SFT file itself (as product name implies) but also all associated package files (save for the MSI) as well. SFT Encoder is command-line operated, but very capable tool for all package update needs.</p>
<p>Gridmetric Lib-V is a .NET based library component, that can be integrated to one&#8217;s own application for full support for opening, modificating and writing out SFT files. This makes it extremely easy to have SFT handling capabilities if you happen to have application that somehow concerns itself with App-V packages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisointi.fi/en/archives/191/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App-V for TS available from Microsoft download site</title>
		<link>http://www.virtualisointi.fi/en/archives/188</link>
		<comments>http://www.virtualisointi.fi/en/archives/188#comments</comments>
		<pubDate>Thu, 29 Oct 2009 09:29:38 +0000</pubDate>
		<dc:creator>Kalle Saunamäki</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[Terminal Services]]></category>

		<guid isPermaLink="false">http://www.virtualisointi.fi/?p=188</guid>
		<description><![CDATA[As a natural succession to a fact that Microsoft has now included App-V&#8217;s Terminal Server (Remote Desktop Services) version usage rights in its RDS CAL (previously known as TS CAL), this version is now downloadable straight from the Microsoft Download site instead of using Licensing -site as before.
However, to download this package, you first have [...]]]></description>
			<content:encoded><![CDATA[<p>As a natural succession to a fact that Microsoft has now included App-V&#8217;s Terminal Server (Remote Desktop Services) version usage rights in its RDS CAL (previously known as TS CAL), this version is now downloadable <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=0890d6cd-0d3b-4c9d-b208-231c65d3e55a" target="_blank">straight from the Microsoft Download site</a> instead of using Licensing -site as before.</p>
<p>However, to download this package, you first have to enter <em>Product Identification Key</em> of Windows Server 2008 or 2008 R2 TS into mandatory registration form..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisointi.fi/en/archives/188/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interesting script to run apps in App-V bubble</title>
		<link>http://www.virtualisointi.fi/en/archives/179</link>
		<comments>http://www.virtualisointi.fi/en/archives/179#comments</comments>
		<pubDate>Thu, 29 Oct 2009 06:00:12 +0000</pubDate>
		<dc:creator>Kalle Saunamäki</dc:creator>
				<category><![CDATA[App-V]]></category>

		<guid isPermaLink="false">http://www.virtualisointi.fi/?p=179</guid>
		<description><![CDATA[I noticed that Remote Desktop Services Team has posted a new App-V related script to Microsoft TechNet Script Center.
This script is mainly meant for running locally installed apps inside App-V&#8217;s virtual environment &#8211; without sequencing them &#8211; in order to quickly fix certain compatibility problems that App-V&#8217;s VE can make go away (like, for instance,  [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed that Remote Desktop Services Team <a href="http://blogs.msdn.com/rds/archive/2009/10/20/using-app-v-without-application-sequencing-for-rdsh-compatibility-issues.aspx" target="_blank">has posted</a> a <a href="http://gallery.technet.microsoft.com/ScriptCenter/en-us/f632175d-42a5-41b5-be81-67de7b735a02">new App-V related script</a> to Microsoft TechNet Script Center.</p>
<p>This script is mainly meant for running locally installed apps inside App-V&#8217;s virtual environment &#8211; without sequencing them &#8211; in order to quickly fix certain compatibility problems that App-V&#8217;s VE can make go away (like, for instance,  registry change conflicts). This in no way  means that application being run this way is truly virtualized application and that it couldn&#8217;t in any way conflict with other locally present applications.</p>
<p>To do its &#8220;magic&#8221;, script utilizes one lesser known feature in App-V Client, first introduced in 4.5 version, making it possible to specify alternative executable which is launched instead of file pointed by OSD&#8217;s FILENAME attribute.</p>
<p>It should be noted that the script requires that Default App-V Application (DefaultApp.osd) has been published to a client as script uses that OSD as virtual environment for application.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisointi.fi/en/archives/179/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going under covers: App-V package files &#8211; Part 1</title>
		<link>http://www.virtualisointi.fi/en/archives/156</link>
		<comments>http://www.virtualisointi.fi/en/archives/156#comments</comments>
		<pubDate>Wed, 28 Oct 2009 13:02:35 +0000</pubDate>
		<dc:creator>Kalle Saunamäki</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[Application Virtualization]]></category>

		<guid isPermaLink="false">http://www.virtualisointi.fi/?p=156</guid>
		<description><![CDATA[In this first installment of multi-part series, we begin by an overview of files that App-V package is made of before digging deeper into individual files.]]></description>
			<content:encoded><![CDATA[<p>In this multi-part series, we take a look at under covers of files that make up an App-V package. Some of these files are in binary format, which makes them interesting more or less to those of us who develop software, while those files that are human-readable (XML formatted) textual data can easily be examined and edited by App-V administrators and packagers using normal text editors and tools.</p>
<p>&nbsp;</p>
<h2 style="font-size: 1.4em;">Overview of package files</h2>
<p>We begin our journey to App-V files by taking an overview on what files (by extensions) you generally can expect to see when looking at the directory holding a complete App-V package:</p>
<h3 style="padding-left: 30px;">.SPRJ file</h3>
<p style="padding-left: 30px;">This file, of which there is only one per each package, is <strong>S</strong>oftricity <strong>Pr</strong>o<strong>j</strong>ect File, binding logically all other package&#8217;s files together. This file is used by the Sequencer and optionally Management Console which is associated with Management Server –based infrastructure.</p>
<h3 style="padding-left: 30px;">.OSD files</h3>
<p style="padding-left: 30px;">Per each package, there could be a multitude of these files, which derives its name from ages old (and mostly forgotten) RFC note called The <strong>O</strong>pen <strong>S</strong>oftware <strong>D</strong>escription Format (<a href="http://www.w3.org/TR/NOTE-OSD.html" target="_blank">http://www.w3.org/TR/NOTE-OSD.html</a>), <a href="http://www.microsoft.com/presspass/press/1997/Aug97/marimbpr.mspx" target="_blank">originating from Microsoft</a> and company no longer with us, called Marimba. This file used and required by the Sequencer and App-V Client, each OSD file representing one single startable application from the package. Or as another way to look at it, each one representing one particular shortcut you intend to publish to client machines.</p>
<h3 style="padding-left: 30px;">.SFT file</h3>
<p style="padding-left: 30px;">This file which got its name from <strong>S</strong>o<strong>ft</strong>ricity, the company who originally created App-V, nee SoftGrid, is the second absolutely required file by the App-V Client. It contains all the actual content (applications and related files plus virtual environment) of the App-V package, packaged in binary format somewhat like in ZIP archive.</p>
<h3 style="padding-left: 30px;">.ICO files</h3>
<p style="padding-left: 30px;">In one package, there could be number of standard Windows icon files, which map either to application shortcuts (i.e. OSD files) or to file types associated with individual applications found inside the package. Since App-V packages do not carry executable (EXE) files for applications outside the virtual environment, Windows needs to have icon files separately so that users can see familiar program and document icons when virtual applications has been deployed to their machines. For this reason, Sequencer extracts these icons as &#8220;naked&#8221; ICO files to the package directory.</p>
<h3 style="padding-left: 30px;">.XML file</h3>
<p style="padding-left: 30px;">Each package has one package publishing -related file, called Manifest file. This file contains aggregated information from SPRJ file and OSD files, and it is used (quite rarely directly) by App-V Client but more prominently so by Microsoft System Center Configuration Manager (SCCM) to make the whole App-V package and all individual applications from it available to the client, when no App-V Management Server is available as source for publishing information.</p>
<h3 style="padding-left: 30px;">.MSI file</h3>
<p style="padding-left: 30px;">As an optional and additional file, standard Windows Installer database, MSI, is created by the Sequencer, one per each package. This MSI can be used to deliver the package to App-V Clients as alternative way to using App-V Management Server publishing or SCCM delivery.</p>
<p>&nbsp;</p>
<p>In addition to these physical files that you can observe directly in the package directory, each SFT file holds – among other application related files – one App-V package specific file which is also referenced from each and every OSD file in the package:</p>
<h3 style="padding-left: 30px;">.CP file</h3>
<p style="padding-left: 30px;">This special file, having extension officially coming from &#8220;<strong>C</strong>omputer <strong>P</strong>rotection&#8221; (<a href="http://www.softgridguru.com/viewtopic.php?t=2030">thanks for Tim for revealing that bit of info</a> ;-)), is the virtual environment&#8217;s configuration file for the package. It contains not only the virtual registry in it, but also something called Virtual Filesystem (VFS), and it is used by the App-V Client while establishing (or &#8220;uploading&#8221;) Virtual Environment when virtual application is launched.</p>
<p>&nbsp;</p>
<hr />In the upcoming articles of this series, we will take a closer look at the contents of following file types described above: SFT, CP, OSD, SPRJ and XML.</p>
<p><em>Stay tuned!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisointi.fi/en/archives/156/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Suomi) App-V:n käyttö TS ympristöissä</title>
		<link>http://www.virtualisointi.fi/en/archives/153</link>
		<comments>http://www.virtualisointi.fi/en/archives/153#comments</comments>
		<pubDate>Thu, 22 Oct 2009 08:54:08 +0000</pubDate>
		<dc:creator>Kalle Saunamäki</dc:creator>
				<category><![CDATA[App-V]]></category>

		<guid isPermaLink="false">http://www.virtualisointi.fi/wordpress/?p=153</guid>
		<description><![CDATA[Sorry, this entry is only available in Suomi.
]]></description>
			<content:encoded><![CDATA[<p>Sorry, this entry is only available in <a href="http://www.virtualisointi.fi/fi/feed">Suomi</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisointi.fi/en/archives/153/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On cheap companies..</title>
		<link>http://www.virtualisointi.fi/en/archives/149</link>
		<comments>http://www.virtualisointi.fi/en/archives/149#comments</comments>
		<pubDate>Tue, 29 Sep 2009 12:49:16 +0000</pubDate>
		<dc:creator>Kalle Saunamäki</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virtualisointi.fi/wordpress/?p=149</guid>
		<description><![CDATA[Here&#8217;s an yet another interesting observation.
How to spot a cheap company? When you do one-off consulting for them, they don&#8217;t even pay your lunch.
It&#8217;s as simple as that.
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an yet another interesting observation.</p>
<p>How to spot a cheap company? When you do one-off consulting for them, they don&#8217;t even pay your lunch.</p>
<p>It&#8217;s as simple as that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisointi.fi/en/archives/149/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Suomi) App-V 4.5 SP1 tulossa</title>
		<link>http://www.virtualisointi.fi/en/archives/147</link>
		<comments>http://www.virtualisointi.fi/en/archives/147#comments</comments>
		<pubDate>Fri, 18 Sep 2009 06:00:17 +0000</pubDate>
		<dc:creator>Kalle Saunamäki</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[Application Virtualization]]></category>

		<guid isPermaLink="false">http://www.virtualisointi.fi/wordpress/?p=147</guid>
		<description><![CDATA[Sorry, this entry is only available in Suomi.
]]></description>
			<content:encoded><![CDATA[<p>Sorry, this entry is only available in <a href="http://www.virtualisointi.fi/fi/feed">Suomi</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisointi.fi/en/archives/147/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
