|
|
|
|
|
by henry_flower
798 days ago
|
|
heh, I recently "ported" a Linux app to Windows and wrote a simple installer using wix 5 (it was horrible) to even obtain wix v5: first, using scoop, I installed "dotnet-sdk"; second, using the "dotnet" command, I got the wix.exe executable via > dotnet tool install --prerelease --global wix |
|