Most of our program would be 64-bit, so the default install dir we expect to show to user is "C:\Program Files...", however it will be "C:\Program Files (x86)..." without some additional settings.
1. Change Id of Directory to 'ProgramFiles64Folder' from 'ProgramFilesFolder'
2. Go to the project solution file, change to <Platform Condition=" '$(Platform)' == '' ">x64</Platform>, then add <InstallerPlatform>x64</InstallerPlatform>