mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-03-31 11:07:38 +03:00
parent
31c0b23890
commit
9e64570e3a
1 changed files with 0 additions and 8 deletions
|
@ -115,14 +115,6 @@
|
|||
<ComponentRef Id="DesktopShortcut" />
|
||||
</FeatureRef>
|
||||
|
||||
<!-- Detect VCRedist Version -->
|
||||
<Property Id="VCREDISTINSTALLED">
|
||||
<RegistrySearch Id="SearchVCRedist" Root="HKLM" Key="SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x64" Name="Version" Type="raw" Win64="yes"/>
|
||||
</Property>
|
||||
<Condition Message="The installed version of Visual Studio Redistributable is too old. Please install the latest version from: https://aka.ms/vs/17/release/vc_redist.x64.exe">
|
||||
<![CDATA[VCREDISTINSTALLED AND VCREDISTINSTALLED > "14.32.31332.0"]]>
|
||||
</Condition>
|
||||
|
||||
<!-- Action to launch application after installer exits -->
|
||||
<Property Id="WixShellExecTarget" Value="[#CM_FP_KeePassXC.exe]" />
|
||||
<CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue