silent installation of sql express fails

  • Hi plz help us regarding silent installation of sql express

    i have created template.ini and placed it at C drive

    Code Block[Options]

    SECURITYMODE=MIXED

    INSTANCENAME=DCS123

    SQLPASSWORD=changeme

    i gave the following code at run window

    Code Blockc:\sql2k5\setup.exe /qb /settings c:\template.ini

    like this . as a result it is progressing to some extent and terminates with out any error message .

    the problem is only with unattended installation. it will install without any issues in case of attended installation.

    kinly help us

  • It might be failing if a SQL 2005 express instance already exists. If you install it normally, are you uninstalling it before trying the unattended install?

    I'm assuming .net 2 is already installed?

    See here for the undocumented LOGNAME feature

    http://www.devx.com/dbzone/Article/31648/1763

  • not net 3.5 is installed and i checked with fresh system. (system after OS Installation only). No other softwares are installed on it.

  • Did you check the logs in

    c:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\date_time\Summary <server name>_date_time.txt

    where you replace <server name> with the name of your server? You will find extensive diagnostic information available there which may indicate problem or at least give some hints on how to proceed to resolve?

  • If you want to do a number of unattended installs of SQL 2005 Express, it may be worth looking at FineBuild. Version 2.1.0 supports SQL 2005 Express installs on everything from XP to W2008 R2, and will also install all pre-requisite software for the OS you are installing on.

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

Viewing 5 posts - 1 through 4 (of 4 total)

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