Deploy the App-V 5.0 client with SCCM 2012


Microsoft’s App-V Client 5.0 can be deployed with SCCM 2012 quite easily, but there are some prerequisites that need to be installed prior to the client.

.NET Framework 4.0 # – http://www.microsoft.com/en-gb/download/details.aspx?id=17718Windows Management Framework 3.0 – http://www.microsoft.com/en-gb/download/details.aspx?id=34595

Microsoft Security Advisory: Insecure library loading could allow remote code execution – http://support.microsoft.com/kb/2533623

Installation Switches for Pre-Reqs and Client

Install .Net Framework 4.0

Install using the following syntax

dotNetFx40_Full_x86_x64.exe /q  /log %temp%\Net4Install.log

Framework

Install Windows Management Framework 3.0

Install using the following syntax

wusa.exe Windows6.1-KB2506143-x64.msu /quiet /norestart

WMF3

Install the Hotfix KB2533623

Install using the following syntax

wusa.exe Windows6.1-KB2533623-x64.msu /quiet /norestart

KB2533623

Install the App-V 5 SP1 Client

Install using the following syntax

appv_client_setup.exe /q /norestart /ACCEPTEULA /log %temp%\App-V5.log

App-V

3 comments

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s