Silent install SQL Server 2012 on Server 2012R2

  • I am trying to setup a silent install of SQL Server using a configuration file, I get partially though the install and then get an error saying illegal characters in path? My paths seem correct in that all exist on the system. I have uploaded the summary text file from the install and the ini (renamed to txt) that I used.

    One thing I am confused about when I look in the summary is that there are 2 configuration files listed in it.... the one I was using and the default during an install.

    Any help or insights would be greatly appreciated

  • you have an additional backslash at the end of the on the INSTALLSQLDATADIR entry

    INSTALLSQLDATADIR="C:\Program Files\Microsoft SQL Server\"

    make this

    INSTALLSQLDATADIR="C:\Program Files\Microsoft SQL Server"

  • Steven DBA (5/9/2015)


    you have an additional backslash at the end of the on the INSTALLSQLDATADIR entry

    INSTALLSQLDATADIR="C:\Program Files\Microsoft SQL Server\"

    make this

    INSTALLSQLDATADIR="C:\Program Files\Microsoft SQL Server"

    Yowch! Good eye. It's things like this that just aggravate the hell out of me. How hard would it have been for them to accept either?

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.
    "Change is inevitable... change for the better is not".

    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)
    Intro to Tally Tables and Functions

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply