From 3f00cfbeb92b4d0c6d5e5ce43746b114bbef1ff4 Mon Sep 17 00:00:00 2001 From: Sridhar Periyasamy Date: Fri, 20 Nov 2015 18:32:58 -0800 Subject: [PATCH] x64 installer now creates registry keys in both x64 and Wow32 hives. This is required to enable 32-bit MSIs (like VS) that need to access the registry key on a 64-bit OS. Refer #250 --- packaging/windows/registrykeys.wxs | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/packaging/windows/registrykeys.wxs b/packaging/windows/registrykeys.wxs index 89196b7b9..64c5d16e4 100644 --- a/packaging/windows/registrykeys.wxs +++ b/packaging/windows/registrykeys.wxs @@ -3,7 +3,9 @@ - + + + @@ -11,6 +13,19 @@ + + + + + + + + + + + + +