Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2021-02-13 05:11:42 +0300
committerJonathan White <support@dmapps.us>2021-02-27 15:35:03 +0300
commit3626ac16817411354b71699ebb63738689d74314 (patch)
tree051be63c7831ec4c432b2dd4ec81e5ef4e07fdcd
parent24977edf58ddcae82e16463554866d1453d1adde (diff)
Allow setting MSI properties in unattended install
-rw-r--r--share/windows/wix-template.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/windows/wix-template.xml b/share/windows/wix-template.xml
index eb49f872b..918fe64ec 100644
--- a/share/windows/wix-template.xml
+++ b/share/windows/wix-template.xml
@@ -85,8 +85,9 @@
</Directory>
</DirectoryRef>
- <Property Id="AUTOSTARTPROGRAM" Value="1" />
- <Property Id="LAUNCHAPPONEXIT" Value="1" />
+ <Property Id="AUTOSTARTPROGRAM" Value="1" Secure="yes" />
+ <Property Id="LAUNCHAPPONEXIT" Value="1" Secure="yes" />
+ <Property Id="INSTALLDESKTOPSHORTCUT" Secure="yes" />
<FeatureRef Id="ProductFeature">
<ComponentRef Id="ApplicationShortcut" />