summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-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" />