Results 1 to 3 of 3

Thread: Problem with unattended install

  1. #1
    Join Date
    Mar 2007
    Posts
    1

    Problem with unattended install

    I am trying to do an unattended install using the following commad

    Setup.EXE /settings C:/setup.ini /qn

    but i am getting a messaged saying

    "Please go through control panel to install and configure system component"

    I already have one instance of sql server installed on the server.

    Please can some one help with this

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    1. try this
    Setup.exe /settings C:\setup.ini /qb

    2. Check your settings.ini file for any syntax errors.

    3. When you install sql server 2005, all the logs are written to
    C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\summary.txt and many log files depends on the component that you choose.

    check this out
    http://www.databasejournal.com/featu...le.php/3616901

  3. #3
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    If you already installed SQL server and trying to modify components in it you have to go to Add Remove programs, select SQL 2005 and click change.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •