0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 04:12:15 +02:00

Allow setting MSI properties in unattended install

This commit is contained in:
Jonathan White 2021-02-12 21:11:42 -05:00
parent 46f5596e59
commit 3ccd4f9b14

View File

@ -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" />