Book Image

Microsoft Application Virtualization Cookbook

Book Image

Microsoft Application Virtualization Cookbook

Overview of this book

Table of Contents (17 chapters)
Microsoft Application Virtualization Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Deploying a standalone Management and a Publishing server


In a typical App-V 5 deployment, you will deploy a Management server that stores information about packages, applications, file types, and shortcuts in SQL server (as set up in the previous recipe). In turn, Publishing servers regularly poll the management server for a compiled list of these applications and settings to present authenticated requests to the clients. In this recipe, you will deploy a standalone Management and Publishing server.

Getting ready

This recipe assumes that you have completed the steps in the previous recipe and have set up SQL server to host the Management database on.

How to do it...

The following list shows you the fundamental steps involved in this recipe and the tasks required to complete the recipe:

  • Install the App-V 5 Server prerequisites

  • Install the Management and Publishing server roles of App-V 5

  • Install the latest App-V 5 hotfix

Tip

App-V 5 on Windows Server 2012 R2 has few prerequisites compared to other editions of Windows Server. If running a previous version of Windows Server, consult the following link before proceeding further: http://technet.microsoft.com/en-us/library/jj713458.aspx.

The implementation of the preceding steps is as follows:

  1. On the server APPV1, download and install the Microsoft Visual C++ 2013 Redistributable Package for both the x64 and x86 architectures from the following link: https://www.microsoft.com/en-us/download/details.aspx?id=40784.

  2. Next, install the required Window Server features by executing the following command in a PowerShell session:

    Install-WindowsFeature -Name Web-Static-Content, Web-Default-Doc, Web-Asp-Net45, Web-Net-Ext45, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Windows-Auth, Web-Filtering -IncludeManagementTools -Restart
    
  3. With the prerequisites installed, mount the MDOP 2014 R2 ISO file and navigate to D: \App-V\App-V 5.0 SP3\Server, where D is the drive letter of the mounted ISO file.

  4. Launch the appv_server_setup.exe application to begin the installation process.

  5. On the installation splash page, click on Install.

  6. Review the Software Licence Terms and select the I accept the license terms radio button and click on Next.

  7. Select the Use Microsoft Update when I check for updates radio box and click on Next.

  8. Select the Management Server, Management Server DB and Publishing Server features and click on Next.

  9. Review the default installation location and click on Next.

  10. On the Create New Management Server Database page, leave the Use the default instance and Use the default configuration radio boxes selected and click on Next.

  11. Review the Create New Management Server Database page and click on Next.

  12. Set the demo\App-V Administrators security group as the group that is authorized to manage App-V and set Port binding to 440 (to match the firewall rule configured in the second recipe). Click on Next.

  13. In the Publishing Server configuration option, set Port binding to 441 and leave all other settings as the defaults.

  14. Review the list of the features to be installed and click on Install to begin the installation process.

  15. The installation should take minutes, if not seconds, and at the end, you will be presented with the URL that can be used to access the App-V management web console from the local machine. Click on Close to finish the installation.