<?xml version="1.0"?>
<metadata xmlns="http://www.citrix.com/AppReceiver" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.citrix.com/AppReceiver MetaData.xsd">
	<plugin product="2C882560-4469-4E65-9EBE-4A842840F273" productName="Offline plug-in">
		<platforms>XP XP64 Vista Vista64 2K3 2K364 WS08 WS08_64 Win7 Win764</platforms>
		<!-- Released Version of Plug-in (Installer) -->
		<version>6.0.1.1304</version>
    <!-- URL to EULA tex-->
    <EULAlocation>http://www.citrix.com/Client_EULA</EULAlocation>
		<!-- Installer Filename -->
		<installerFilename>CitrixOfflinePlugin.exe</installerFilename>
		<!-- Install string & Attributes -->
		<autoInstall reboot="true">
			<command>$INSTALLERFILENAME /Q /C:"setup $SILENTSWITCH $PARAMETERS"</command>
			<commandParameters>/norestart MSIRESTARTMANAGERCONTROL=Disable</commandParameters>
			<silentSwitch>/qn</silentSwitch>
			<lessSilentSwitch>/qb</lessSilentSwitch>
		</autoInstall>
		<!-- Uninstall string & Attributes -->
		<autoUninstall reboot="true">
			<command></command>
			<silentSwitch>/qn</silentSwitch>
		</autoUninstall>
		<!-- Upgrade string & Attributes -->
		<autoUpgrade reboot="true" canUpgradeWhilePluginRunning="true">
			<command>$INSTALLERFILENAME /Q /C:"setup $SILENTSWITCH $PARAMETERS"</command>
			<commandParameters>/norestart MSIRESTARTMANAGERCONTROL=Disable</commandParameters>
			<silentSwitch>/qn</silentSwitch>
			<lessSilentSwitch>/qb</lessSilentSwitch>
		</autoUpgrade>
		<!-- streamed client requires admin -->
		<adminOptions>demand</adminOptions>
		<!-- Keep upgrading Streamed plug-in -->
		<installOnce>false</installOnce>
		<!-- Informed Consent / Plug-in Description  -->
		<pluginDescriptions>
			<descriptions language="en">
				<description>Streams applications to your desktops and executes them in an isolation environment.</description>
				<shortdescription>Streams applications to your desktop.</shortdescription>
			</descriptions>
		</pluginDescriptions>
		<!-- List of Languages the plug-in supports  -->
		<pluginLanguages> en de fr ja es ko ru zh-cn zh-tw </pluginLanguages>
		<!-- Rules use to detect currently installed version of plug-in - see AR Client SDK doc for more details  -->
		<detectCurrentVersionRulesList>
			<detectRule>UPGRADECODE:{C6F601FC-380A-4399-B1E9-7B881F70D1D2}</detectRule>
			<detectRule>UPGRADECODE:{07900A90-0794-46F5-AE12-24D86B365CA3}</detectRule>
			<detectRule>UPGRADECODE:{CF106F6C-A083-9934-1B9E-B788F1071D2D}</detectRule>			
		</detectCurrentVersionRulesList>
	
	  <!-- Streaming Client as such don't have any dependency on plug in for hosted apps,
	           e.g. streaming client works in web scenario without plug in for hosted apps, but if it is 
		 required to have installation or functional dependency, uncomment the following tags -->
	 	
	  <!--
	  <installationDependencies>
		<dependency id="A9852000-047D-11DD-95FF-0800200C9A66" />
	  </installationDependencies>
		
	 <functionalDependencies>
		<dependency id="A9852000-047D-11DD-95FF-0800200C9A66" />
	 </functionalDependencies>
	 -->
    
    <!-- URL to README file -->
    <READMElocation>http://support.citrix.com/proddocs/topic/xenapp-application-streaming-edocs-v6-0/ps-stream-readme-6.html</READMElocation>
    
	</plugin>
</metadata>

