
chriscw asked a question.
why is TARGETDIR set to "program files (x86)" on 64 bit Windows.
I am creating our first 64 bit windows installation and note that the default install path variable TARGETDIR is being set to "Program Files (x86)" when setup is launched on a 64 bit Windows 7 install not "Program Files" as expected.
Is there a new variable that should be used with 64 bit installs or have I failed to set a variable somewhere?
I understand that unless I want to do things like install COM servers components I can target 64 bit systems with and install built on a 32 bit one but feel I ought to have to specify something to make this happen.