From 2b442dbddb5d44f4b7e08eb04ae277c24a5e8964 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 4 May 2007 03:49:06 +0000 Subject: [PATCH] windows-wix-shell-ext-20070503 When installing on 64-bit Windows we need to install the 32-bit and 64-bit shell extensions under different HKCR keys. Otherwise, only one of the explorer versions will get an extension handler. --- src/WINNT/install/wix/registry.wxi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/WINNT/install/wix/registry.wxi b/src/WINNT/install/wix/registry.wxi index 5112253d8..39d8140f5 100644 --- a/src/WINNT/install/wix/registry.wxi +++ b/src/WINNT/install/wix/registry.wxi @@ -235,12 +235,12 @@ - - - - - - + + + + + + -- 2.39.5