I'm using WIX files to build an MSI to deploy an application.
It work using an environment value,
<Property Id="ProgramFilesDir" Value="$(env.ProgramFiles)" />
but doesn't seem to understand abolsute values, e.g
<Property Id="ProgramFilesDir" Value="X:\MyFolder\" />
Is there anywhere else I need to declare absolute values?