SQLServer2008R2 in 32bit/64bit mode
Posted: Wed Mar 20, 2013 8:38 am
Hi,
I have a working setup that makes a custom installation for sql2008r2 and all the servers and applications prerequiites for 32bit machines. I need to add functionality to do the same for 64bit machines.
The current prerequisites are these:
- Microsoft .NET Framework 2.0 with Service Pack 2
- Microsoft .NET Framework 3.0 with Service Pack 2
- Microsoft .NET Framework 3
- Microsoft .NET Framework 3.5 with Service Pack 1
- Microsoft .NET Framework Client 4
- Microsoft Internet Explorer 6 with Service Pack 1
- Microsoft MDAC Refresh 2.8
- Microsoft Windows Installer 3.1
- Microsoft Windows Installer 4.5
- Microsoft XML Parser 6.0
What would be the best way (and that with least changes) to do this?
Checking 64bit mode and calling prerequisites check/setup scripts in an if/else clause?
Regarding the sql2008r2 installation whichtakes place at a later step during installation, would be the same applyable here? Checking 64bit mode, setting 64bit installation mode if so, choosing the corresponding filebag and proceed as before?
Thanks in advance!
I have a working setup that makes a custom installation for sql2008r2 and all the servers and applications prerequiites for 32bit machines. I need to add functionality to do the same for 64bit machines.
The current prerequisites are these:
- Microsoft .NET Framework 2.0 with Service Pack 2
- Microsoft .NET Framework 3.0 with Service Pack 2
- Microsoft .NET Framework 3
- Microsoft .NET Framework 3.5 with Service Pack 1
- Microsoft .NET Framework Client 4
- Microsoft Internet Explorer 6 with Service Pack 1
- Microsoft MDAC Refresh 2.8
- Microsoft Windows Installer 3.1
- Microsoft Windows Installer 4.5
- Microsoft XML Parser 6.0
What would be the best way (and that with least changes) to do this?
Checking 64bit mode and calling prerequisites check/setup scripts in an if/else clause?
Regarding the sql2008r2 installation whichtakes place at a later step during installation, would be the same applyable here? Checking 64bit mode, setting 64bit installation mode if so, choosing the corresponding filebag and proceed as before?
Thanks in advance!