mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
.. | ||
.gitignore | ||
build_all.sh | ||
build_exe_installer.iss | ||
cakewallet.sh | ||
ci_entrypoint.ps1 | ||
ci_register.ps1 | ||
Dockerfile.windows | ||
README.md |
Windows Build Instructions
Prerequisites
Before building the Windows installer, make sure you have the following prerequisites:
- Inno Setup installed on your system
- Microsoft Visual C++ Redistributable for Visual Studio 2022 (x64) installer
Downloading the VC++ Redistributable Installer
The Windows installer requires the Microsoft Visual C++ Redistributable for Visual Studio 2022 (x64) installer. You need to download it from Microsoft's website and place it in the same directory as the Inno Setup script (build_exe_installer.iss
).
- Download the VC++ Redistributable installer from: https://aka.ms/vs/17/release/vc_redist.x64.exe
- Save the file as
vc_redist.x64.exe
in thescripts\windows
directory
Building the Installer
Once you have downloaded the VC++ Redistributable installer, you can build the Windows installer by running the Inno Setup script.
The installer will include the VC++ Redistributable and install it during the Cake Wallet installation process.