I created SQL Setup installation for our clients.
in Windows XP and in Windows 2003 when I'm executing the installation/upgrade(from SQL Server 2005) for the first time i get an error from the process after less then 2 minutes.
Im looking for error log in %Program Files%Microsoft SQL Server\100\Setup Bootstrap\Log and in the first installation the log does not exists and even the folder '100' does not exists.
But if i execute it again in the second time the Installation or the upgrade from 2005 succeed.
In %temp% i get the log file "sqlsetup.log". This is the log file:
08/10/2011 13:13:07.724 ====================================================================== 08/10/2011 13:13:07.724 Setup launched 08/10/2011 13:13:07.724 Attempting to determine media source 08/10/2011 13:13:07.734 Media source value not specified on command line argument. 08/10/2011 13:13:07.734 Setup is launched from media directly so default the value to the current folder. 08/10/2011 13:13:07.734 Media source: E:\ApplicationManagementServer\AutomaticSetup\Servers\ 08/10/2011 13:13:07.734 Attempt to determine media layout based on file 'E:\Soft\AutomaticSetup\Servers\mediainfo.xml'. 08/10/2011 13:13:08.035 Media layout is detected as: Full 08/10/2011 13:13:08.035 Not a slip stream media, so continuing to run setup.exe from media. 08/10/2011 13:13:08.065 /? or /HELP or /ACTION=HELP specified: false 08/10/2011 13:13:08.065 Help display: false 08/10/2011 13:13:08.065 Checking to see if we need to install .Net version 3.5 08/10/2011 13:13:08.065 Determining the cluster status of the local machine. 08/10/2011 13:13:08.075 The local machine is not configured as a cluster node. 08/10/2011 13:13:08.075 Attempting to find media for .Net version 3.5 08/10/2011 13:13:08.125 .Net version 3.5 needs to be installed from media: E:\Soft\AutomaticSetup\Servers\ 08/10/2011 13:13:08.125 Attempting to install .Net version 3.5 08/10/2011 13:13:08.125 Install .Net version 3.5 from the media. 08/10/2011 13:21:34.754 Received exit code 3010 from installing .Net version 3.5 08/10/2011 13:21:34.774 .Net version 3.5 installation requires a reboot, so setup will close 08/10/2011 13:21:34.774 RedistMSI::GetExpectedBuildRevision - Setup expects MSI 4.5.6001.22159 at the minimum 08/10/2011 13:21:34.774 Attempting to get Windows Installer version 08/10/2011 13:21:34.784 Windows Installer version detected: 4.5.6001.22159 08/10/2011 13:21:34.784 RedistMSI::IsVistaRTM - Not Vista RTM build 08/10/2011 13:21:34.784 Required version of Windows Installer is already installed 08/10/2011 13:21:34.814 Attempting to get Windows Installer version 08/10/2011 13:21:34.824 Windows Installer version detected: 4.5.6001.22159 08/10/2011 13:21:34.824 RedistMSI::IsVistaRTM - Not Vista RTM build 08/10/2011 13:21:34.824 Required version of Windows Installer is already installed 08/10/2011 13:21:34.824 Setup closed with exit code: 0x84C10BC2 08/10/2011 13:21:34.824 ======================================================================
I already install framework 4, framework 3.5 and Windows Installer 4.5. I restart the machine and tried to install the SQL Server 2008 R2 Standard edition.
In the second time when i run the SQL Server installation again everything is working just fine and the installation succeed.
I didn't restart the machine after the failure of the first installation and didn't restart any service. Just execute the installation again and it succeed.
I tried to to it on Windows 2003 and on Windows XP. in some images it work just fine in the first time and in others just in the second time. Some happen in new installation and also in upgrade from SQL Server 2005.
I have enough disk space, don't have any other SQL Server version installed, and have administrator permission.
What is the problem in the first installation that cause the failure?
Anyone know what can cause this case to occur?
Thanks,
Shai.