Add path to VC++ Redistributable

This commit is contained in:
Anthony Rose 2023-03-19 22:05:47 +00:00
parent ba114b7e37
commit 791f76f44f

View file

@ -25,7 +25,7 @@
<h2>KeePassXC</h2>
<p><a href="https://keepassxc.org/download/#windows">Download</a></p>
<p>ZIP version can run from any directory.</p>
<p>Requires the <em>Visual C++ Redistributable</em> to be downloaded and extracted.</p>
<p>Requires the <a href="https://aka.ms/vs/17/release/vc_redist.x64.exe">Visual C++ Redistributable</a> to be downloaded and extracted.</p>
<p>The <a href="https://wixtoolset.org/">Wix binaries ZIP</a> should be downloaded and extracted.
Then the Wix <em>dark.exe</em> command should be used to extract the <em>VC_redist.x64.exe</em> file.</p>
<pre><code>dark.exe -x vcruntime VC_redist.x64.exe</code></pre>