Blog Archive for June 18, 2022

Wix Installer from Github Action

June 18, 2022

I wanted to build a Wix installer for my Windows application from a github action, and I faced all sorts of trouble trying to get it to work. I eventually ended up with the following:

   - name: Build Installer shell: bash env: WIX_PATH_CANDLE: "C:/Program Files (x86)/WiX Toolset v3.11/bin/candle.exe" WIX_PATH_LIGHT: …