Add path to VC++ Redistributable
This commit is contained in:
parent
ba114b7e37
commit
791f76f44f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue