CakeWallet/scripts/windows
2025-06-26 13:13:46 +02:00
..
.gitignore feat: Add redist to windows installer 2025-06-26 13:13:46 +02:00
build_all.sh Zano with passphrase (#1971) 2025-01-24 20:33:24 +02:00
build_exe_installer.iss feat: Add redist to windows installer 2025-06-26 13:13:46 +02:00
cakewallet.sh Wownero (#1485) 2024-07-04 22:43:17 +03:00
ci_entrypoint.ps1 CW-827 CI/CD update (#1948) 2025-01-15 13:09:59 +02:00
ci_register.ps1 CW-827 CI/CD update (#1948) 2025-01-15 13:09:59 +02:00
Dockerfile.windows update-payjoin (#2281) 2025-06-11 19:44:06 +03:00
README.md feat: Add redist to windows installer 2025-06-26 13:13:46 +02:00

Windows Build Instructions

Prerequisites

Before building the Windows installer, make sure you have the following prerequisites:

  1. Inno Setup installed on your system
  2. 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).

  1. Download the VC++ Redistributable installer from: https://aka.ms/vs/17/release/vc_redist.x64.exe
  2. Save the file as vc_redist.x64.exe in the scripts\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.