• You could do use this command line

    <drive>:\setup.exe /ACTION=INSTALL /IAcceptSQLServerLicenseTerms="True" /FEATURES=BC,CONN,ADV_SSMS

    This will install the following

    BC = Basic Compatibility

    CONN = Connectivity components

    ADV_SSMS = Full SSMS install

    That should be all you really require, though you could add a ,BOL for books on line if you really want.

    Check out this TechNet article (Ps the Features settings are towards the very bottom)

    https://msdn.microsoft.com/en-us/library/ms144259(SQL.100).aspx

    _________________________________________________________________________
    SSC Guide to Posting and Best Practices