Is there any way to create a Windows Installer using Visual Studio 2008 to target both x86 and x64 operating systems.
In the TargetPlatform property, I have just : x86
, x64
, Itanium
. And I know that there is another one somewhere called Any CPU
but I can't find it.
Also, I don't want to create two Setup.
Any ideas ?
Thanks.
It can be done, but not directly with Visual Studio. The general approach is this:
You can create transforms with Orca. If you want a commercial solution, you can try Advanced Installer or InstallShield.
If this seems too complicated, you can simply use separate 32-bit and 64-bit packages.