summaryrefslogtreecommitdiff
path: root/windows/pandoc.wxs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-05 13:59:27 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-05 13:59:27 -0700
commit48cd7747149dcb7d4149fb4524066afe380a8567 (patch)
treec50cbf796cdc21bd066d57769a8311936241fc5e /windows/pandoc.wxs
parentf1103f8f69939fd70e358ac06c022306b6678afd (diff)
Changes in WiX installer.
These should allow a per-user install without elevated privileges, while still allowing a systemwide install with privileges.
Diffstat (limited to 'windows/pandoc.wxs')
-rw-r--r--windows/pandoc.wxs3
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs
index 71777a666..90c0069a5 100644
--- a/windows/pandoc.wxs
+++ b/windows/pandoc.wxs
@@ -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" />