You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
If both the x86 and x64 .NET Agent are installed via MSI, on a Windows machine with IIS, the HKLM\SYSTEM\CurrentControlSet\W3SVC\Environment and HKLM\SYSTEM\CurrentControlSet\WAS\Environment registry keys will show duplicate values for NEW_RELIC_INSTALL_PATH - one pointed at the x86 install and the other at the x64 install. This could lead to confusion and possible incorrect .NET Agent behavior when loading instrumentation extensions for IIS applications.
Expected Behavior
The Environment registry key should not have a duplicate value. Or it might be better if the installers would detect that the "other" bitness .NET Agent has already been installed and refuse to allow a second installation.
Steps to Reproduce
On a Windows machine with IIS installed, install the x86 .NET Agent via the MSI installer.
Select the options to monitor IIS applications.
Run the same process with the x64 .NET Agent MSI installer.
Use regedit to navigate to HKLM\SYSTEM\CurrentControlSet\W3SVC\Environment and notice the duplicate entries at the top and bottom.
For Maintainers Only or Hero Triaging this bug Suggested Priority (P1,P2,P3,P4,P5):
P4 Suggested T-Shirt size (S, M, L, XL, Unknown):
M-L depending on chosen resolution.
The text was updated successfully, but these errors were encountered:
Description
If both the x86 and x64 .NET Agent are installed via MSI, on a Windows machine with IIS, the
HKLM\SYSTEM\CurrentControlSet\W3SVC\Environment
andHKLM\SYSTEM\CurrentControlSet\WAS\Environment
registry keys will show duplicate values forNEW_RELIC_INSTALL_PATH
- one pointed at the x86 install and the other at the x64 install. This could lead to confusion and possible incorrect .NET Agent behavior when loading instrumentation extensions for IIS applications.Expected Behavior
The
Environment
registry key should not have a duplicate value. Or it might be better if the installers would detect that the "other" bitness .NET Agent has already been installed and refuse to allow a second installation.Steps to Reproduce
regedit
to navigate toHKLM\SYSTEM\CurrentControlSet\W3SVC\Environment
and notice the duplicate entries at the top and bottom.For Maintainers Only or Hero Triaging this bug
Suggested Priority (P1,P2,P3,P4,P5):
P4
Suggested T-Shirt size (S, M, L, XL, Unknown):
M-L depending on chosen resolution.
The text was updated successfully, but these errors were encountered: