Windows Installer: Add missing Package properties
Platform InstallScope InstallPrivileges Keywords Change-Id: I04ecfb4456e62a60e737ac26de098f11849c4ec0
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user