I want to customise the suggested installation directory from %PROGRAMFILES%\productName to include a sub-directory company\productName. The docs detail how to do ...
As I found out, for WiX being able to create a setup that installs to ProgramFiles64, there need to be certain values set in the package node and in all component and file nodes. I already added those ...