Changes

Jump to: navigation, search

Microsoft App-V

135 bytes removed, 20:55, 17 February 2015
App-V Client 5.0 SP3
=Client=
==App-V Client 5.0 SP2SP3==
The 5.0 SP2 SP3 client requires the [[Microsoft .NET Framework]] 4.5 and [[Microsoft Windows Management Framework]] 3.0. These are [http://blogs.msdn.com/b/astebner/archive/2013/08/27/10444688.aspx included with Windows 8 and Server 2012]. Although [http://blogs.msdn.com/b/oldnewthing/archive/2011/04/04/10149346.aspx Windows is not a .NET Framework delivery channel], App-V is so tightly bound to the operating system that a new App-V will may be needed with future Windows releases anyway.
<source lang="xml">
<package id="appv_client" name="Microsoft App-V 5.0 SP2 SP3 Client" revision="%PKG_VERSION%%PKG_VERSION_APPEND%" reboot="false" priority="2">
<variable name="PKG_VERSION" value="5.0_SP20_SP3"/> <variable name="PKG_VERSION_INTERNAL" value="5.0.10107.0"/>
<variable name="PKG_VERSION_APPEND" value="-3"/>
<variable name="PKG_NAME" value="appv_client_setup.exe" os="7.+(enterprise|ultimate|professional|premium).+6\.1\.\d{4}" />
<depends package-id="wmf3" os=".+6\.[0-1]\.\d{4}" />
<check type="logical" condition="or"> <check type="uninstall" condition="existsversiongreaterorequal" path="Microsoft Application Virtualization (App-V) Client 5.0 Service Pack 2"/> <check typevalue="uninstall%PKG_VERSION_INTERNAL%" condition="exists" path="Microsoft Application Virtualization (App-V).*Client.*5.0 Service Pack 2"/> <check type="uninstall" condition="exists" path="Microsoft Application Virtualization (App-V) Client for Remote Desktop Services 5.0 Service Pack 2.*"/> </check>
<!-- This is a workaround for a defect in KB2984972 -->
http://technet.microsoft.com/en-us/library/jj713460.aspx
for details-->
<install cmd="&quot;%SOFTWARE%\AppV\%PKG_VERSION%\Client\appv_client_setup.exe&quot; /ACCEPTEULA /MUOPTIN /NORESTART /q"> <exit code="0" /> <exit code="1638" /> <exit code="3010" restart="true" /> </install>
<install cmd="&quot;%WINDIR%\system32\reg.exe&quot; add HKLM\Software\Microsoft\AppV\Subsystem\ObjExclusions /v 93 /t REG_SZ /d TermSrvReadyEvent /f" />
after a restart. -->
<!-- <upgrade include="install"/> <!-->
<upgrade cmd="&quot;%WINDIR%\system32\reg.exe&quot; add HKLM\Software\Microsoft\AppV\Subsystem\ObjExclusions /v 93 /t REG_SZ /d TermSrvReadyEvent /f" />
-->
91
edits

Navigation menu