I would like to install SQL Server 2008 R2 Developer 32 bit edition on Windows 7 Professional SP1 64 bit but I do not know the command line arguments that should be passed to setup.exe in order to achieve this.

I wish to perform the installation using the mixed-platform installation media from MSDN Subscriber Downloads.

Please can anyone enlighten me?

The reason why I need to do this is because I wish to use the Visual Fox Pro OLE DB Provider to create a linked server on my local development platform. This provider is apparently only supported by 32 bit applications which is why I now need to uninstall my current 64 bit version and go for 32 bit. If there is an alternative way to resolve this without having to perform the reinstall then I would also appreciate your knowledge!

link|improve this question
This link might help you on this one... [serverfault.com/questions/87325/… [1]: serverfault.com/questions/87325/… – Yves M. Oct 5 '11 at 15:15
Thanks for the link. I'll try the idea of removing the 64 bit installation files from the source media to see if that will force the 32 bit version to be installed. – WolfyUK Oct 5 '11 at 15:19
Which Editions of MSSQL and Windows? Not all combinations are supported. And the setup.exe parameters are documented in great detail (msdn.microsoft.com/en-us/library/ms144259.aspx) - what have you tried already and what specific problem do you have? – Pondlife Oct 5 '11 at 15:20
I found that link on MSDN earlier and couldn't find any command line parameters that will help me. If I have missed them please point them out! I have updated the editions used above. – WolfyUK Oct 5 '11 at 15:21
@WolfyUK That combination is supported, but you still haven't explained exactly what your problem is with using setup.exe. MSDN lists the syntax and includes examples, so I don't see what additional information anyone else can provide, unless you have a specific problem or error message. – Pondlife Oct 5 '11 at 15:39
show 1 more comment
feedback

closed as off topic by Marc B, Andrew, Mitch Wheat, Jeff Atwood Oct 6 '11 at 8:47

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.