anyone can provide the configuration file.ini to Unattended Install of SQL server.
-
Wednesday, June 29, 2011 11:41 AMIn my environment we have to follow the installation through Unattended Install process.for this we need to create configuration file.so if anyone having configuration file.ini please share.
All Replies
-
Wednesday, June 29, 2011 12:06 PMModerator
;SQLSERVER2008 Configuration File
[SQLSERVER2008]INSTANCEID="MSSQLSERVER"
ACTION="Install"
FEATURES=SQLENGINE,RS,BIDS,CONN,BC,SDK,BOL,SSMS,ADV_SSMS,SNAC_SDK
HELP="False"
INDICATEPROGRESS="False"
QUIET="False"
QUIETSIMPLE="False"
X86="False"
ENU="True"UIMODE="Normal"
ERRORREPORTING="False"
INSTALLSHAREDDIR="C:\InstallDirec\Microsoft SQL Server"
INSTALLSHAREDWOWDIR="C:\InstallDirec\Microsoft SQL Server (x86)"
INSTANCEDIR="C:\InstallDirec\Microsoft SQL Server"
SQMREPORTING="False"
INSTANCENAME="MSSQLSERVER"
AGTSVCACCOUNT=" DOMAIN\SQLAccount"
AGTSVCSTARTUPTYPE="Automatic"
ISSVCSTARTUPTYPE="Automatic"
ISSVCACCOUNT="NT AUTHORITY\NetworkService"
ASSVCSTARTUPTYPE="Automatic"
ASCOLLATION="Latin1_General_CI_AS"
ASDATADIR="Data"
ASLOGDIR="Log"
ASBACKUPDIR="Backup"
ASTEMPDIR="Temp"ASCONFIGDIR="Config"
ASPROVIDERMSOLAP="1"FARMADMINPORT="0"
SQLSVCSTARTUPTYPE="Automatic"FILESTREAMLEVEL="0"
ENABLERANU="False"
SQLCOLLATION="SQL_Latin1_General_CP1_CI_AS"
SQLSVCACCOUNT="DOMAIN\SQLAccount"
SQLSYSADMINACCOUNTS= "DOMAIN\SQLAccount"
ADDCURRENTUSERASSQLADMIN="False"
TCPENABLED="0"
NPENABLED="0"
BROWSERSVCSTARTUPTYPE="Disabled"
RSSVCACCOUNT="DOMAIN\SQLAccount"
RSSVCSTARTUPTYPE="Automatic"
RSINSTALLMODE="FilesOnlyMode"- Marked As Answer by NagarajuKadiyala Friday, March 02, 2012 5:16 AM
-
Friday, July 01, 2011 7:16 AMModerator
Hi NagarajuKadivala,
Please refer to this thread.
It contains tested installation configuration file and unattended installation command.Hope this helps.
Best Regards,
Peja
Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.- Marked As Answer by Peja TaoModerator Thursday, July 07, 2011 1:10 AM
- Unmarked As Answer by NagarajuKadiyala Friday, March 02, 2012 5:16 AM
-
Friday, March 16, 2012 4:05 AM
Hi,
Thanks To all.
Thanks,
Nag.
-
Friday, March 16, 2012 4:29 AMModerator
Hello,
Thank you for participating at MSDN forums.
Have a good day!Regards,
Alberto Morillo
SQLCoffee.com

