91
edits
Changes
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}" />
<!-- This is a workaround for a defect in KB2984972 -->
http://technet.microsoft.com/en-us/library/jj713460.aspx
for details-->
<install cmd=""%SOFTWARE%\AppV\%PKG_VERSION%\Client\appv_client_setup.exe" /ACCEPTEULA /MUOPTIN /NORESTART /q"> <exit code="0" /> <exit code="1638" /> <exit code="3010" restart="true" /> </install>
<install cmd=""%WINDIR%\system32\reg.exe" add HKLM\Software\Microsoft\AppV\Subsystem\ObjExclusions /v 93 /t REG_SZ /d TermSrvReadyEvent /f" />
after a restart. -->
<upgrade cmd=""%WINDIR%\system32\reg.exe" add HKLM\Software\Microsoft\AppV\Subsystem\ObjExclusions /v 93 /t REG_SZ /d TermSrvReadyEvent /f" />
-->