Installation - henrikstengaard/hstwb-installer GitHub Wiki

HstWB Installer is written in Powershell and requires Windows to run.

First examine following supported Windows versions and updates that might be required:

  1. Windows 7
  2. Windows 8 and 8.1
  3. Windows 10

Next HstWB Installer can be installed with following methods:

  1. MSI installer:
    • Simplified installation of HstWB Installer and all packages to Program Files.
    • Recommended for most users.
  2. Portable zip:
    • Zip file with portable version of HstWB Installer and all packages.
    • Recommended for users wanting a portable solution, which can be extracted to any directory.
  3. Git clone:
    • Advanced installation of only HstWB Installer and no packages.
    • Recommended for development and testing purposes only.

Windows 7

HstWB Installer can be installed and run on Windows 7 and requires following updates are installed:

  1. Windows Management Framework (WMF) 5.1:

Windows 8 and 8.1

TODO

Windows 10

TODO

MSI installer

HstWB Installer can be installed using an MSI Installer with following steps:

  1. Download and unzip latest MSI installer from https://hstwb.firstrealize.com.
  2. Run MSI installer and follow setup installation steps. Administrator privileges might be required to run MSI installers.

Portable zip

TODO

Git clone

HstWB Installer can be installed by cloning git repository with following steps:

  1. Start command line "cmd" from start menu.
  2. Type cd "%USERPROFILE%" and press enter to change directory to user profile directory e.g. "c:\Users\username".
  3. Type git clone https://github.com/henrikstengaard/hstwb-installer.git and press enter to clone git repository to e.g. "c:\Users\username\hstwb-installer".
⚠️ **GitHub.com Fallback** ⚠️