From 2308c719c34c6d910bcda5242c0a154e55e7bc24 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 8 Oct 2013 21:06:27 -0500 Subject: [PATCH] Windows Installer: gssapi.dll in Heimdal\bin gssapi.dll is supposed to be implementation agnostic. No version numbers and no manifest required to load it. In addition to the version that is installed as part of the assembly also include a version that can be discovered by LoadLibrary() via PATH search. Change-Id: I1865dd2ecec208745a40e699837bd2a888341a31 --- packages/windows/installer/heimdal-installer.wxs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/windows/installer/heimdal-installer.wxs b/packages/windows/installer/heimdal-installer.wxs index 77eb2f14c..36f7865e5 100644 --- a/packages/windows/installer/heimdal-installer.wxs +++ b/packages/windows/installer/heimdal-installer.wxs @@ -16,6 +16,7 @@ + @@ -34,6 +35,7 @@ + @@ -192,6 +194,13 @@ + + + + + @@ -325,6 +334,7 @@ + -- 2.11.4.GIT