From a759e5091f9cfb8921ac42d7b9bf1682c7943b75 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 24 Sep 2013 15:03:14 -0400 Subject: [PATCH] Windows: Skip policy assembly for now On XP there is a bug which prevents two installers from including a policy assembly of the same name. Policy Assembly names are .. For now do not install the policy assembly until we have a work around for XP or a method of conditionally not installing the policy on XP. Change-Id: If92bea3c625e6124eb64c2bcc3e5008a58f04404 --- packages/windows/installer/heimdal-installer.wxs | 26 ++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/packages/windows/installer/heimdal-installer.wxs b/packages/windows/installer/heimdal-installer.wxs index 77eb2f14c..1c47c986c 100644 --- a/packages/windows/installer/heimdal-installer.wxs +++ b/packages/windows/installer/heimdal-installer.wxs @@ -87,8 +87,14 @@ + @@ -112,8 +118,14 @@ + @@ -348,14 +360,24 @@ - - + +