Windows Installer: Add missing Package properties

Platform
InstallScope
InstallPrivileges
Keywords

Change-Id: I04ecfb4456e62a60e737ac26de098f11849c4ec0
This commit is contained in:
Jeffrey Altman
2013-10-08 21:12:38 -05:00
parent 2308c719c3
commit 37c7098737

View File

@@ -49,7 +49,11 @@
<Package Id='*' Description='!(loc.Description)'
Manufacturer='!(loc.Manufacturer)'
InstallerVersion='300' Languages='!(loc.LanguageCode)'
Compressed='yes' SummaryCodepage='1252' />
Compressed='yes' SummaryCodepage='1252'
Platform='$(var.Platform)'
InstallScope='perMachine'
InstallPrivileges='elevated'
Keywords='Heimdal,Kerberos,GSS' />
<Directory Id='TARGETDIR' Name='SourceDir' DiskId='1'>
@@ -397,8 +401,6 @@
<!-- Other properties -->
<Property Id='ALLUSERS' Value='1' Secure='yes' />
<UIRef Id='WixUI_FeatureTree' />
</Product>