I am facing issues when migrating the managed code from x86 to x64 platform. I have a WiX project to create an MSI which will be executed through Bootstrapper.
On an
You can use
candle -arch x86
or
candle -arch x64
and as result the Platform="x64" and Win64="true" attributes will be generated.
Platform="x64"
Win64="true"