mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-17 09:24:28 -05:00
Allow setting MSI properties in unattended install
This commit is contained in:
parent
46f5596e59
commit
3ccd4f9b14
1 changed files with 3 additions and 2 deletions
|
|
@ -85,8 +85,9 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
</DirectoryRef>
|
</DirectoryRef>
|
||||||
|
|
||||||
<Property Id="AUTOSTARTPROGRAM" Value="1" />
|
<Property Id="AUTOSTARTPROGRAM" Value="1" Secure="yes" />
|
||||||
<Property Id="LAUNCHAPPONEXIT" Value="1" />
|
<Property Id="LAUNCHAPPONEXIT" Value="1" Secure="yes" />
|
||||||
|
<Property Id="INSTALLDESKTOPSHORTCUT" Secure="yes" />
|
||||||
|
|
||||||
<FeatureRef Id="ProductFeature">
|
<FeatureRef Id="ProductFeature">
|
||||||
<ComponentRef Id="ApplicationShortcut" />
|
<ComponentRef Id="ApplicationShortcut" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue