I want to generate an *.msi installer for my 64-bit C++ project which I created using Visual Studio 2010 Ultimate edition. But when I use "Setup Wizard" and create a deployment project, it's automatically targeting x86 platform and there is no way to change this setting to x64.
How can I change this setting, and how can I generate an installer for my project?