Loading
Detecting windows Version to chose SQL Server version to install
Hello all.

 

I install Ver2010 of Installshield 2010 to create an installer for my own project but i have too many problem with that.

 

My 1st problem is: i have to install SQL sever but not 1 version of that. 1st of all i wanna check windows version, if version of windows be XP i want to install SQL Server 2000 personal edition. 2nd if windows be 2003 server, i have to install SQL Server 2000 Enterprise and if windows be Vista or 7 i have to install SQL Server 2008(maybe personal edition) . the point is, how i recognize windows version by the installscript and how can i chose the version of SQL Server? Please help me.

  • 0_H Yamanishi (Flexera Software)

    I would recommend that you create your own prerequisites for each version of SQL Server that you want to install. You can specify the platform conditions so that they will be only installed onto the desired platforms.

     

    Hope that helps.
  • Thanx a lot for your help, but i should tell you something before.

     

    I beginner in this regard. Could you please help me more. That link was broken. Is it possible to help me more please? Thanx again.

Loading
Detecting windows Version to chose SQL Server version to install