Skip to content
Shamis Shukoor edited this page Jan 22, 2019 · 1 revision

Building with WIX

  1. Create environment variable WINSDKBIN pointing to latest version of Microsoft Windows SDK bin path (for example C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\x64) ensure Uuidgen.Exe exists in the path
  2. Append %WINSDKBIN% to %PATH% environment variable
  3. Install Wix
  4. Create Environment variable %WIXBIN% pointing to WIX installation binary path (e.g. C:\Program Files (x86)\WiX Toolset v3.8\bin)
  5. Append %WIXBIN% to %PATH% environment variable
  6. Execute rebar3 as prod release
  7. Execute rebar3 as prod erlpkg
  8. Installer MSI will be generated in _build/prod/rel/erlpkg
Clone this wiki locally