- Microsoft Application Virtualization Cookbook
- James Preston
- 306字
- 2021-07-16 20:43:42
Obtaining the App-V 5 SP3 prerequisites
This recipe shows you how to obtain the prerequisites for an App-V client installation on a Windows 8.1 or Windows 7 client PC.
Getting ready
It is assumed that you have completed the tasks in the previous chapter and configured the DC
, FS1
, and FS2
servers. In addition, you should provision two client machines, one with Windows 8.1 installed and the other with Windows 7 SP1 installed.
How to do it...
The following list shows you the high-level steps involved in this recipe and the tasks required to complete the recipe. (All of the actions in this recipe will take place on the servers with the hostnames DC
and FS1
. Note that FS2
must also be running to allow for DFS replication between the hosts.)
- Download the prerequisite installers and store them in a set of subfolders.
- On the server
FS1
, build a folder structure as per the following image. Note that the files are contained within the path to theFileStore DFS
namespace that was created in the previous chapter. - Download the prerequisites (for an up-to-date list, visit http://technet.microsoft.com/en-us/library/dn858705.aspx) and store them in the folders created in the previous step, making sure to separate out the 32-bit and 64-bit editions.
Note
At the time of writing, .NET Framework 4.5.2 was the latest supported version. For deployment through Group Policy/SCCM, you must use the offline installer, which can be downloaded from http://www.microsoft.com/en-us/download/details.aspx?id=42642.
Although not mentioned on the App-V 5 SP3 documentation, Visual C++ Redistributable 2005 is also a requirement. The relevant version can be downloaded from http://www.microsoft.com/en-us/download/details.aspx?id=26347.
Finally, update KB2533623 for Windows 7 computers is available through Windows Update. If your computers are using Windows Update with the default settings, it is likely that this update is already deployed on your machines.
- Deploying Node.js
- Getting Started with React
- Visual C++程序設計學習筆記
- Python從小白到大牛
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- Developing Middleware in Java EE 8
- Python Geospatial Development(Second Edition)
- Learning Firefox OS Application Development
- 程序員修煉之道:通向務實的最高境界(第2版)
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- Mastering ROS for Robotics Programming
- Python全棧數據工程師養成攻略(視頻講解版)
- Windows Phone 8 Game Development