Changes in WiX installer.

These should allow a per-user install without elevated
privileges, while still allowing a systemwide install with
privileges.
This commit is contained in:
John MacFarlane 2015-07-05 13:59:27 -07:00
parent f1103f8f69
commit 48cd774714

View file

@ -7,7 +7,6 @@
Language="1033">
<Package InstallerVersion="200" Compressed="yes"
InstallPrivileges="limited"
Comments="Windows Installer Package" />
<Media Id="1" Cabinet="product.cab" EmbedCab="yes" />
<Property Id="PREVIOUSVERSIONSINSTALLED" Secure="yes" />
@ -135,6 +134,8 @@
<Property Id="ApplicationFolderName" Value="Pandoc" />
<Property Id="WixAppFolder" Value="WixPerUserFolder" />
<Property Id="ALLUSERS" Value="2" Secure="yes" />
<Property Id='MSIINSTALLPERUSER' Value='1' />
<WixVariable Id="WixUILicenseRtf" Value="..\COPYING.rtf" />