nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01097
[Bug 638289] Re: Install uses CURRENT_USER instead of LOCAL_MACHINE for AssemblyFoldersEx
When running as admin, we need to ask whether to install for all users
or just current user.
** Tags added: installer
** Changed in: nunit-3.0
Status: New => Confirmed
** Changed in: nunit-3.0
Importance: Undecided => Medium
--
Install uses CURRENT_USER instead of LOCAL_MACHINE for AssemblyFoldersEx
https://bugs.launchpad.net/bugs/638289
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
Status in NUnit Test Framework: Confirmed
Bug description:
When using the .msi installer the registry entry for
SOFTWARE\Microsoft\.NETFramework\v2.0.50727\AssemblyFoldersEx\NUnit 2.5.7.10213 (or whatever version) is placed into HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE. This means that msbuild will not find the nunit.framework.dll when running in a different account than that which installed nunit (like on a build server).
References