From 630c73b225c999a873ba6e1ecc7340441c0810ad Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sat, 22 Jun 2013 18:12:18 -0400 Subject: [PATCH] Windows: Wix3 use ForceDeleteOnUninstall Patchset 1ad02ec31a33fa8f5c4018e2ba86fa05441e1fb4 removed the createAndRemoveOnUninistall actions from a number of registry keys. Get the same behavior with the ForceDeleteOnUninstall Wix 3.x Attribute. Change-Id: I8c0623fa39055844d10035cbffb3870cc2d39ec6 --- .../windows/installer/heimdal-installer.wxs | 29 ++++++++++++------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/packages/windows/installer/heimdal-installer.wxs b/packages/windows/installer/heimdal-installer.wxs index e6ae9b1e2..9ca3c45d8 100644 --- a/packages/windows/installer/heimdal-installer.wxs +++ b/packages/windows/installer/heimdal-installer.wxs @@ -83,7 +83,8 @@ - + @@ -107,7 +108,8 @@ - + @@ -214,7 +216,8 @@ - + @@ -226,7 +229,8 @@ - + @@ -244,7 +248,8 @@ - + Not LEGACYKRB5INI And Not LEGACYKRB5CONF And Not LEGACYKRB5REG32 And Not LEGACYKRB5REG64 @@ -258,12 +263,14 @@ SourceProperty='LEGACYKRB5INI' /> - + - + @@ -278,12 +285,14 @@ SourceProperty='LEGACYKRB5CONF' /> - - + - +