diff options
Diffstat (limited to 'src/WixToolsetTest.BurnE2E/WixTestContext.cs')
-rw-r--r-- | src/WixToolsetTest.BurnE2E/WixTestContext.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolsetTest.BurnE2E/WixTestContext.cs b/src/WixToolsetTest.BurnE2E/WixTestContext.cs index 5620c6a7..0ae99a77 100644 --- a/src/WixToolsetTest.BurnE2E/WixTestContext.cs +++ b/src/WixToolsetTest.BurnE2E/WixTestContext.cs | |||
@@ -57,7 +57,7 @@ namespace WixToolsetTest.BurnE2E | |||
57 | /// </remarks> | 57 | /// </remarks> |
58 | public RegistryKey GetTestRegistryRoot(string additionalPath = null) | 58 | public RegistryKey GetTestRegistryRoot(string additionalPath = null) |
59 | { | 59 | { |
60 | var key = String.Format(@"Software\WiX\Tests\{0}\{1}", this.TestName, additionalPath ?? String.Empty); | 60 | var key = String.Format(@"Software\WOW6432Node\WiX\Tests\{0}\{1}", this.TestGroupName, additionalPath ?? String.Empty); |
61 | return Registry.LocalMachine.OpenSubKey(key, true); | 61 | return Registry.LocalMachine.OpenSubKey(key, true); |
62 | } | 62 | } |
63 | 63 | ||