HKEY_LOCAL_MACHINE\Software\Microsoft\AppV\Server\ManagementService
HKEY_LOCAL_MACHINE\Software\Microsoft\AppV\Server\PublishingService
HKEY_LOCAL_MACHINE\Software\Microsoft\AppV\Server\ReportingService
INSTALLDIR (c:\Program Files\....)
MANAGEMENT_ADMINACCOUNT (MyDomain\Appv-Admins)
MANAGEMENT_ADMINACCOUNT_(SID S-1-..........)
MANAGEMENT_ADMINACCOUNT_TYPE (0)
MANAGEMENT_CMDLETS_URL (http://localhost:8080/)
MANAGEMENT_CONSOLE_URL (http://localhost:8080/Console.html)
MANAGEMENT_DB_NAME (AppvManagement)
MANAGEMENT_DB_SQL_INSTANCE (infra_services)
MANAGEMENT_DB_SQL_SERVER (sqlserver1\infra_services)
MANAGEMENT_DB_SQL_SERVER_NAME sqlserver1
MANAGEMENT_SQL_CONNECTION_STRING (metadata=res//*//AppvManagement.csdl|......)
MANAGEMENT_WEBSITE_NAME (Microsoft App-V Management Service)
MANAGEMENT_WEBSITE_PORT (8080)
In the example listed above my SQL server was named "sqlserver1" and the instance "infra_services". The management service was configured on port 8080. To change the SQL server you will need to update the MANAGEMENT_DB_SQL_SERVER key and the MANAGEMENT_DB_SQL_SERVER_NAME key.
To change the port number for the Management Service you will need to update all keys containing the current port number (8080 in this example). Do not forget to also update the PUBLISHING_MGT_SERVER key listed in the PublishingService section.
You can also change the Database name here if required.
INSTALLDIR (C:\Program Files\......)
PUBLISHING_MGT_SERVER (http://localhost:8080)
PUBLISHING_MGT_SERVER_REFRESH_INTERVAL (600)
PUBLISHING_MGT_SERVER_TIMEOUT (100)
PUBLISHING_WEBSITE_NAME (App-V Publishing Service)
PUBLISHING_WEBSITE PORT (8081)
To change the port number for the Publishing Service you will need to update the PUBLISHING_WEBSITE_PORT key containing the current port number (8081 in this example). If you also changed the Management Service port number then also update the PUBLISHING_MGT_SERVER key with the new Management Service port number.
INSTALLDIR (C:\Program Files\...)
REPORTING_DB_NAME (AppVReporting)
REPORTING_DB_SQL_INSTANCE (infra_services)
REPORTING_DB_SQL_SERVER (sqlserver1\infra_services)
REPORTING_DB_SQL_SERVER_NAME sqlserver1
REPORTING_SQL_CONNECTION_STRING (Data Source={0)........)
REPORTING_WEBSITE_NAME (Microsoft App-V Reporting Service)
MANAGEMENT_WEBSITE_PORT (8082)
In the example listed above my SQL server was named "sqlserver1" and the instance "infra_services". The Reporting service was configured on port 8082. To change the SQL server you will need to update the REPORTING_DB_SQL_SERVER key and the REPORTING_DB_SQL_SERVER_NAME key.
You can also change the database name here if required.
To change the port number for the Reporting Service you will need to update the REPORTING_WEBSITE_PORT key containing the current port number (8082 in this example).
Danny van Dam edited Revision 9. Comment: corrected first sentence being displayed in smaller font
Danny van Dam edited Revision 8. Comment: made a few changes to the text
Maheshkumar S Tiwari edited Revision 7. Comment: Formatting
Maheshkumar S Tiwari edited Revision 6. Comment: Added TOC and formatting
Balaji M Kundalam edited Revision 4. Comment: Typography - minor edit
Danny van Dam edited Revision 2. Comment: added that database name can also be changed
Danny van Dam edited Original. Comment: type error correction