Artifact 1d5cc36384c181f575b3a377d932e77c90de76a2:
- Executable file wiki_references/2017/software/MaidSafe_net/src_from_GitHub/the_repository_clones/QA/Documentation/Installers/Vault/Windows Installers.md — part of check-in [0105d215ce] at 2017-03-22 04:01:30 on branch trunk — Massive_Array_of_Internet_Disks Safe MaidSafe + Rust (user: martin_vahi, size: 662) [annotate] [blame] [check-ins using] [more...]
Windows Installers
On each of the Windows build machines in the office (one 32-bit, one 64-bit, both Windows 7) do the following process:
- Open C:MaidSafesafevaultinstallerwindowssafevault32and64bit.aip in a text editor
- Search for the phrase
Enter path to certificate.p12
and replace it with the actual path to the certificate - Open a Powershell terminal and run the following commands:
. rustup update
. "C:\Program Files\Git\bin\git.exe" -C C:\MaidSafe\QA pull
cd C:\MaidSafe\safe_vault
. "C:\Program Files\Git\bin\git.exe" pull
. installer\windows\create_installer.ps1
. "C:\Program Files\Git\bin\git.exe" checkout .