Hi.
I am trying to create an installation program using just the standard visual
studio setup wizard which creates MSI/Exe
The problem I have is that I am on a x86 CPU, and therefore it will allow me
to include as a prerequisite SQL Server 2005 x86.
Of course this fails on a x64 machine, but I don't have the option for
includes sql server x64 as a prerequiste on my x86 machine..
How do I solve this... I don't have a x64 machine....
Thanks