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:
parent
f1103f8f69
commit
48cd774714
1 changed files with 2 additions and 1 deletions
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue