From 37c7098737edf995a85133e7f238caadd7f6fecf Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 8 Oct 2013 21:12:38 -0500 Subject: [PATCH] Windows Installer: Add missing Package properties Platform InstallScope InstallPrivileges Keywords Change-Id: I04ecfb4456e62a60e737ac26de098f11849c4ec0 --- packages/windows/installer/heimdal-installer.wxs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/windows/installer/heimdal-installer.wxs b/packages/windows/installer/heimdal-installer.wxs index 36f7865e5..3989f0773 100644 --- a/packages/windows/installer/heimdal-installer.wxs +++ b/packages/windows/installer/heimdal-installer.wxs @@ -49,7 +49,11 @@ + Compressed='yes' SummaryCodepage='1252' + Platform='$(var.Platform)' + InstallScope='perMachine' + InstallPrivileges='elevated' + Keywords='Heimdal,Kerberos,GSS' /> @@ -397,8 +401,6 @@ - -