aboutsummaryrefslogtreecommitdiffstats
path: root/wintun.wxs
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-04-17 12:40:54 +0200
committerSimon Rozman <simon@rozman.si>2019-04-17 15:39:51 +0200
commit361dd60a04931c1825800329a94f7905782f69df (patch)
tree67f5c27f7f09206d1e3d588085d7c8709107a594 /wintun.wxs
parentMSM: Mark package to require elevated and per-machine install (diff)
downloadwintun-361dd60a04931c1825800329a94f7905782f69df.tar.xz
wintun-361dd60a04931c1825800329a94f7905782f69df.zip
MSM: Mark package as read-only
Thou, this serves as a hint only and provides no real enforcement. Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'wintun.wxs')
-rw-r--r--wintun.wxs3
1 files changed, 2 insertions, 1 deletions
diff --git a/wintun.wxs b/wintun.wxs
index c03c354..5c15ea1 100644
--- a/wintun.wxs
+++ b/wintun.wxs
@@ -15,7 +15,8 @@
Manufacturer="WireGuard LLC"
InstallerVersion="200"
InstallPrivileges="elevated"
- InstallScope="perMachine" />
+ InstallScope="perMachine"
+ ReadOnly="yes"/>
<Binary Id="wintun.cer" SourceFile="!(bindpath.output_dir)wintun.cer"/>