mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-07 01:57:21 +00:00
244 lines
8.7 KiB
Markdown
244 lines
8.7 KiB
Markdown
---
|
||
title: Check Registry Keys before installing App-V 5.x Server
|
||
description: Check Registry Keys before installing App-V 5.x Server
|
||
author: jamiejdt
|
||
ms.pagetype: mdop, appcompat, virtualization
|
||
ms.mktglfcycl: deploy
|
||
ms.sitesec: library
|
||
ms.prod: w10
|
||
ms.date: 06/16/2016
|
||
---
|
||
|
||
|
||
# Check Registry Keys before installing App-V 5.x Server
|
||
|
||
If you are upgrading the App-V Server from App-V 5.0 SP1 Hotfix Package 3 or later, complete the steps in this section before installing the App-V 5.x Server
|
||
|
||
<table>
|
||
<colgroup>
|
||
<col width="50%" />
|
||
<col width="50%" />
|
||
</colgroup>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td align="left"><p><strong>When this step is required</strong></p></td>
|
||
<td align="left"><p>You are upgrading from App-V 5.0 SP1 with any subsequent Hotfix Packages that you installed by using an .msp file.</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p><strong>Which components require that you do this step</strong></p></td>
|
||
<td align="left"><p>Only the App-V Server components that you are upgrading.</p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td align="left"><p><strong>When you need to do this step</strong></p></td>
|
||
<td align="left"><p>Before you upgrade the App-V Server to App-V 5.x</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p><strong>What you need to do</strong></p></td>
|
||
<td align="left"><p>Using the information in the following tables, update each registry key value under <code>HKLM\Software\Microsoft\AppV\Server</code> with the value that you provided in your original server installation. Completing this step restores registry values that may have been removed when App-V 5.0 SP1 Hotfix Packages were installed.</p></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
|
||
**ManagementDatabase key**
|
||
|
||
If you are installing the Management database, set these registry keys under `HKLM\Software\Microsoft\AppV\Server\ManagementDatabase`.
|
||
|
||
<table>
|
||
<colgroup>
|
||
<col width="50%" />
|
||
<col width="50%" />
|
||
</colgroup>
|
||
<thead>
|
||
<tr class="header">
|
||
<th align="left">Key name</th>
|
||
<th align="left">Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td align="left"><p>IS_MANAGEMENT_DB_PUBLIC_ACCESS_ACCOUNT_REQUIRED</p></td>
|
||
<td align="left"><p>Describes whether a public access account is required to access non-local management databases. Value is set to “1” if it is required.</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>MANAGEMENT_DB_NAME</p></td>
|
||
<td align="left"><p>Name of the Management database.</p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td align="left"><p>MANAGEMENT_DB_PUBLIC_ACCESS_ACCOUNT</p></td>
|
||
<td align="left"><p>Account used for read (public) access to the Management database.</p>
|
||
<p>Used when <code>IS_MANAGEMENT_DB_PUBLIC_ACCESS_ACCOUNT_REQUIRED</code> is set to 1.</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>MANAGEMENT_DB_PUBLIC_ACCESS_ACCOUNT_SID</p></td>
|
||
<td align="left"><p>Secure identifier (SID) of the account used for read (public) access to the Management database.</p>
|
||
<p>Used when <code>IS_MANAGEMENT_DB_PUBLIC_ACCESS_ACCOUNT_REQUIRED</code> is set to 1.</p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td align="left"><p>MANAGEMENT_DB_SQL_INSTANCE</p></td>
|
||
<td align="left"><p>SQL Server instance for the Management database.</p>
|
||
<p>If the value is blank, the default database instance is used.</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>MANAGEMENT_DB_WRITE_ACCESS_ACCOUNT</p></td>
|
||
<td align="left"><p>Account used for write (administrator) access to the Management database.</p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td align="left"><p>MANAGEMENT_DB_WRITE_ACCESS_ACCOUNT_SID</p></td>
|
||
<td align="left"><p>Secure identifier (SID) of the account used for write (administrator) access to the Management database.</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>MANAGEMENT_REMOTE_SERVER_MACHINE_ACCOUNT</p></td>
|
||
<td align="left"><p>Management server remote computer account (domain\account).</p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td align="left"><p>MANAGEMENT_SERVER_INSTALL_ADMIN_ACCOUNT</p></td>
|
||
<td align="left"><p>Installation administrator login for the Management server (domain\account).</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>MANAGEMENT_SERVER_MACHINE_USE_LOCAL</p></td>
|
||
<td align="left"><p>Valid values are:</p>
|
||
<ul>
|
||
<li><p><strong>1</strong> – the Management service is on the local computer, that is, MANAGEMENT_REMOTE_SERVER_MACHINE_ACCOUNT is blank.</p></li>
|
||
<li><p><strong>0</strong> - the Management service is on a different computer from the local computer.</p></li>
|
||
</ul></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
|
||
**ManagementService key**
|
||
|
||
If you are installing the Management server, set these registry keys under `HKLM\Software\Microsoft\AppV\Server\ManagementService`.
|
||
|
||
<table>
|
||
<colgroup>
|
||
<col width="50%" />
|
||
<col width="50%" />
|
||
</colgroup>
|
||
<thead>
|
||
<tr class="header">
|
||
<th align="left">Key name</th>
|
||
<th align="left">Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td align="left"><p>MANAGEMENT_ADMINACCOUNT</p></td>
|
||
<td align="left"><p>Active Directory Domain Services (AD DS) group or account that is authorized to manage App-V (domain\account).</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>MANAGEMENT_DB_SQL_INSTANCE</p></td>
|
||
<td align="left"><p>SQL server instance that contains the Management database.</p>
|
||
<p>If the value is blank, the default database instance is used.</p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td align="left"><p>MANAGEMENT_DB_SQL_SERVER_NAME</p></td>
|
||
<td align="left"><p>Name of the remote SQL server with the Management database.</p>
|
||
<p>If the value is blank, the local computer is used.</p></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
|
||
**ReportingDatabase key**
|
||
|
||
If you are installing the Reporting database, set these registry keys under `HKLM\Software\Microsoft\AppV\Server\ReportingDatabase`.
|
||
|
||
<table>
|
||
<colgroup>
|
||
<col width="50%" />
|
||
<col width="50%" />
|
||
</colgroup>
|
||
<thead>
|
||
<tr class="header">
|
||
<th align="left">Key name</th>
|
||
<th align="left">Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td align="left"><p>IS_REPORTING_DB_PUBLIC_ACCESS_ACCOUNT_REQUIRED</p></td>
|
||
<td align="left"><p>Describes whether a public access account is required to access non-local reporting databases. Value is set to “1” if it is required.</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>REPORTING_DB_NAME</p></td>
|
||
<td align="left"><p>Name of the Reporting database.</p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td align="left"><p>REPORTING_DB_PUBLIC_ACCESS_ACCOUNT</p></td>
|
||
<td align="left"><p>Account used for read (public) access to the Reporting database.</p>
|
||
<p>Used when <code>IS_REPORTING_DB_PUBLIC_ACCESS_ACCOUNT_REQUIRED</code> is set to 1.</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>REPORTING_DB_PUBLIC_ACCESS_ACCOUNT_SID</p></td>
|
||
<td align="left"><p>Secure identifier (SID) of the account used for read (public) access to the Reporting database.</p>
|
||
<p>Used when <code>IS_REPORTING_DB_PUBLIC_ACCESS_ACCOUNT_REQUIRED</code> is set to 1.</p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td align="left"><p>REPORTING_DB_SQL_INSTANCE</p></td>
|
||
<td align="left"><p>SQL Server instance for the Reporting database.</p>
|
||
<p>If the value is blank, the default database instance is used.</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>REPORTING_DB_WRITE_ACCESS_ACCOUNT</p></td>
|
||
<td align="left"><p></p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td align="left"><p>REPORTING_DB_WRITE_ACCESS_ACCOUNT_SID</p></td>
|
||
<td align="left"><p></p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>REPORTING_REMOTE_SERVER_MACHINE_ACCOUNT</p></td>
|
||
<td align="left"><p>Reporting server remote computer account (domain\account).</p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td align="left"><p>REPORTING_SERVER_INSTALL_ADMIN_ACCOUNT</p></td>
|
||
<td align="left"><p>Installation administrator login for the Reporting server (domain\account).</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>REPORTING_SERVER_MACHINE_USE_LOCAL</p></td>
|
||
<td align="left"><p>Valid values are:</p>
|
||
<ul>
|
||
<li><p><strong>1</strong> – the Reporting service is on the local computer, that is, REPORTING_REMOTE_SERVER_MACHINE_ACCOUNT is blank.</p></li>
|
||
<li><p><strong>0</strong> - the Reporting service is on a different computer from the local computer.</p></li>
|
||
</ul></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
|
||
**ReportingService key**
|
||
|
||
If you are installing the Reporting server, set these registry keys under `HKLM\Software\Microsoft\AppV\Server\ReportingService`.
|
||
|
||
<table>
|
||
<colgroup>
|
||
<col width="50%" />
|
||
<col width="50%" />
|
||
</colgroup>
|
||
<thead>
|
||
<tr class="header">
|
||
<th align="left">Key name</th>
|
||
<th align="left">Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td align="left"><p>REPORTING_DB_SQL_INSTANCE</p></td>
|
||
<td align="left"><p>SQL Server instance for the Reporting database.</p>
|
||
<p>If the value is blank, the default database instance is used.</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>REPORTING_DB_SQL_SERVER_NAME</p></td>
|
||
<td align="left"><p>Name of the remote SQL server with the Reporting database.</p>
|
||
<p>If the value is blank, the local computer is used.</p></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|