Friday, February 10, 2012

Can't uninstall or reinstall SQL Server 2005 Dev

Long story short: Installed SQL Server 2005 Developers Edition along with Visual Studio 2005. Everything worked as it should.

Then there was a problem installing .NET Framework 2.0 Security Update. Fixed that by uninstall and reinstall of .NET Framework 2.0.

Now SQL Server does not work. So I figured uninstall/reinstall. Only problem is that it WILL NOT uninstall. I have tried to uninstall manually per KB article (9009967). That doesn't work either.

The error info that I'm geting is:

LinkID: 20476

Product Name: Microsoft SQL Server

Product Version: 9.00.2047.00

Message source: setup.rll

Message ID: 50000

EvtType: stateengine\resourcemodule.cpp@.ScheduleActionAction@.sqls::ResourceModule::LoadStringW@.0x716

I get the same data during setup or uninstall. Neither of which completes.

Needless to say this is driving me nuts. I'm trying to learn VB.NET programming and many of the examples use SQL Server.

Any help would be appreciated.

No warranty - but your system can't get much worse.

Take this utility to delete all installer entries of SQL Server: http://support.microsoft.com/kb/290301/

After that in Regedit:

Delete all key under HKEY_LOCAL_MACHINE\Software\Microsoft which are named like "Microsoft SQL ...", "MSFTESQL..." and "MSSQLSERVER".

Delete MSSQLSERVER... under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Service.

Restart your computer and try to install SQL again.

--
SvenC

|||

Hi and thanks,

Gave it a try. Reinstall gave the same results.

Maybe this will help, some exerpts from the core log:

Running: PerformDotNetCheck2 at: 2006/10/12 11:38:14
Complete: PerformDotNetCheck2 at: 2006/10/12 11:38:14, returned true
Running: InvokeSqlSetupDllAction at: 2006/10/12 11:38:14
Error: Action "InvokeSqlSetupDllAction" threw an exception during execution.
Failed to determine path to bootstrap files : 2
Error Code: 0x80070002 (2)
Windows Error Text: The system cannot find the file specified.

Source File Name: setup\sqlsetupactions.cpp
Compiler Timestamp: Thu Sep 1 22:23:04 2005
Function Name: sqls::InvokeSqlSetupDllAction::perform
Source Line Number: 1663

Error: Failed to add file :"C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0029_MARCUS_.NET Framework 2.0.log" to cab file : "C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\SqlSetup0029.cab" Error Code : 2
Error: Failed to add file :"C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0029_MARCUS_.NET Framework 2.0 LangPack.log" to cab file : "C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\SqlSetup0029.cab" Error Code : 2
Error: Failed to add file :"C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0029_MARCUS_.NET Framework Upgrade Advisor.log" to cab file : "C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\SqlSetup0029.cab" Error Code : 2
Error: Failed to add file :"C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0029_MARCUS_.NET Framework Upgrade Advisor LangPack.log" to cab file : "C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\SqlSetup0029.cab" Error Code : 2
Error: Failed to add file :"C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0029_MARCUS_.NET Framework Windows Installer.log" to cab file : "C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\SqlSetup0029.cab" Error Code : 2
Error: Failed to add file :"C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0029_MARCUS_.NET Framework Windows Installer LangPack.log" to cab file : "C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\SqlSetup0029.cab" Error Code : 2
Running: UploadDrWatsonLogAction at: 2006/10/12 11:38:41
Message pump returning: 2

Thanks

|||

I forgot the obvious: after removing the registry key you should also remove the directory %programfiles%\Microsoft SQL Server.

Please try the setup again after you deleted that directory and its subdirectories.

--
SvenC

|||

Alright! Making progress. Made it all the way through the setup process, sorta.

During the setup 3 things failed. SQLXML4, Workstation Components and Notification Services. When I clicked the Finish button I got a dialog box that said "SQL Server 2005 was unable to install on your computer."

However, when I got into Visual Studio 2005 and opned up the Server Explorer I was able to create a new SQL Server database. Created a table, created fields in the table and populated the table with data, all within the Server Explorer.

I also tried to create a website that uses the Membership Services which creates a database if one does not exist. On the website I got the error:

An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

While following your instructions I did not remove SQLXML4. At the time was not sure if it was part of SQL Server. Should I do the whole process over again and this time include SQLXML4?

Getting there!!!

|||

SQLXML4 is a component of SQL Server, yes. But I guess that its maybe only the workstation components which are missing. Maybe the Server Explorer uses another provider - one from the MDAC presumably.

Find the sqlncli.msi in the installation folder of SQL and execute it manually by double clicking it. Does it install?

I guess your website with membership services is on the local machine, so that the remote connection message is not the issue?

The error message which comes up, when accessing SQL with an invalid account is different. Nevertheless you could check if the website is running as Network Service and if "NT Authority\Network Service" is allowed to login to SQL server. You may need SQL Management Studio to check this - I am not sure if VS Server Explorer shows this part of SQL Server.

--
SvenC

|||

When I double clicked on both sqlncli.msi files in the "SQL Server x86\Servers\Setup" and "SQL Server x86\Tools\Setup" directories on the install cd I got the error:

Installation of Microsoft SQL Server Native Client failed because a higher version already exists on the machine. To proceed, uninstall the higher version and then run Microsoft SQL Server Native Client Setup again.

What "Higher version"?

Is this a 12 step program... hehe

Thanks,

markko

|||

Unfortunately you may have inadvertently stepped into a mess by removing registry keys and directories by hand. We can do our best however to see if we can get the machine into a working state again.

Can you post the contents of your Summary.txt file from the most recent install that failed? It will be located in %programfiles%\microsoft sql server\90\setup bootstrap\log. If this file is not the correct one, than you should be able to find the most recent *.cab file in "Files" folder of this same directory. Extract out the summary.txt file and post it to the newsgroup. Hopefully that will give hints as to what may have gone wrong during the tools install.

|||

Had you SQL SP1 or SP2 beta installed? That might be a higher version.

--
SvenC

|||

I don't think that SP1 ever loaded. Tried SP1 update again with Windows Update, but it failed.

Here is the Summary.txt from the last install:


Microsoft SQL Server 2005 9.00.1399.06
==============================
OS Version : Microsoft Windows XP Professional Service Pack 2 (Build 2600)
Time : Mon Nov 13 10:10:53 2006
Machine : MARCUS
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLSupport_1.log
--
Machine : MARCUS
Product : Microsoft Office 2003 Web Components
Product Version : 11.0.6558.0
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_OWC11_1.log
--
Machine : MARCUS
Product : Microsoft SQL Server 2005 Backward compatibility
Product Version : 8.05.1054
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_BackwardsCompat_1.log
--
Machine : MARCUS
Product : MSXML 6.0 Parser (KB925673)
Product Version : 6.00.3888.0
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_MSXML6_1.log
--
Machine : MARCUS
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLSupport_2.log
--
Machine : MARCUS
Product : Microsoft SQL Server Native Client
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLNCLI_1.log
--
Machine : MARCUS
Product : Microsoft Office 2003 Web Components
Product Version : 11.0.6558.0
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_OWC11_2.log
--
Machine : MARCUS
Product : Microsoft SQL Server 2005 Backward compatibility
Product Version : 8.05.1054
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_BackwardsCompat_2.log
--
Machine : MARCUS
Product : MSXML 6.0 Parser (KB925673)
Product Version : 6.00.3888.0
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_MSXML6_2.log
--
Machine : MARCUS
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLSupport_3.log
--
Machine : MARCUS
Product : Microsoft SQL Server Native Client
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLNCLI_2.log
--
Machine : MARCUS
Product : Microsoft Office 2003 Web Components
Product Version : 11.0.6558.0
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_OWC11_3.log
--
Machine : MARCUS
Product : Microsoft SQL Server 2005 Backward compatibility
Product Version : 8.05.1054
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_BackwardsCompat_3.log
--
Machine : MARCUS
Product : MSXML 6.0 Parser (KB925673)
Product Version : 6.00.3888.0
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_MSXML6_3.log
--
Machine : MARCUS
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLSupport_4.log
--
Machine : MARCUS
Product : Microsoft Office 2003 Web Components
Product Version : 11.0.6558.0
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_OWC11_4.log
--
Machine : MARCUS
Product : Microsoft SQL Server 2005 Backward compatibility
Product Version : 8.05.1054
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_BackwardsCompat_4.log
--
Machine : MARCUS
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLSupport_5.log
--
Machine : MARCUS
Product : Microsoft SQL Server Native Client
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLNCLI_3.log
--
Machine : MARCUS
Product : Microsoft Office 2003 Web Components
Product Version : 11.0.6558.0
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_OWC11_5.log
--
Machine : MARCUS
Product : Microsoft SQL Server VSS Writer
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SqlWriter_1.log
--
Machine : MARCUS
Product : Microsoft SQL Server 2005 Backward compatibility
Product Version : 8.05.1054
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_BackwardsCompat_5.log
--
Machine : MARCUS
Product : MSXML 6.0 Parser (KB925673)
Product Version : 6.00.3888.0
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_MSXML6_4.log
--
Machine : MARCUS
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLSupport_6.log
--
Machine : MARCUS
Product : Microsoft SQL Server Native Client
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLNCLI_4.log
--
Machine : MARCUS
Product : Microsoft Office 2003 Web Components
Product Version : 11.0.6558.0
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_OWC11_6.log
--
Machine : MARCUS
Product : Microsoft SQL Server 2005 Books Online (English)
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_BOL_1.log
--
Machine : MARCUS
Product : Microsoft SQL Server 2005 Backward compatibility
Product Version : 8.05.1054
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_BackwardsCompat_6.log
--
Machine : MARCUS
Product : MSXML 6.0 Parser (KB925673)
Product Version : 6.00.3888.0
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_MSXML6_5.log
--
Machine : MARCUS
Product : Microsoft SQL Server 2005 Integration Services
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_DTS.log
--
Machine : MARCUS
Product : SQLXML4
Error : An installation package for the product SQLXML4 cannot be found. Try the installation again using a valid copy of the installation package 'sqlxml4.msi'.
--
Machine : MARCUS
Product : SQLXML4
Product Version : 9.00.2047.00
Install : Failed
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLXML4_1.log
Last Action : InstallFinalize
Error String : An installation package for the product SQLXML4 cannot be found. Try the installation again using a valid copy of the installation package 'sqlxml4.msi'.
Error Number : 1706
--
Machine : MARCUS
Product : Microsoft SQL Server 2005
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQL.log
--
Machine : MARCUS
Product : Microsoft SQL Server 2005 Analysis Services
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_AS.log
--
Machine : MARCUS
Product : Microsoft SQL Server 2005 Reporting Services
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_RS.log
--

SQL Server Setup failed. For more information, review the Setup log file in %ProgramFiles%\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt.


Time : Mon Nov 13 10:27:17 2006


List of log files:
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_Core(Local).log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLSupport_1.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_OWC11_1.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_BackwardsCompat_1.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_MSXML6_1.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLSupport_2.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLNCLI_1.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_OWC11_2.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_BackwardsCompat_2.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_MSXML6_2.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLSupport_3.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLNCLI_2.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_OWC11_3.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_BackwardsCompat_3.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_MSXML6_3.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLSupport_4.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_OWC11_4.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_BackwardsCompat_4.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLSupport_5.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLNCLI_3.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_OWC11_5.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SqlWriter_1.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_BackwardsCompat_5.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_MSXML6_4.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLSupport_6.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLNCLI_4.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_OWC11_6.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_BOL_1.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_BackwardsCompat_6.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_MSXML6_5.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_DTS.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLXML4_1.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQL.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_AS.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_RS.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_Datastore.xml
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_.NET Framework 2.0.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_Core.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_.NET Framework 2.0 LangPack.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_.NET Framework Upgrade Advisor.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_.NET Framework Upgrade Advisor LangPack.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_.NET Framework Windows Installer.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_.NET Framework Windows Installer LangPack.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_Support.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SCC.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_WI.log

|||

Hello,

From Summary.txt here is the failure for sqlxml4.msi, "An installation package for the product SQLXML4 cannot be found." Could you see if this indeed the case or there may be additioal log at C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLXML4_1.log ?

-

Machine : MARCUS
Product : SQLXML4
Product Version : 9.00.2047.00
Install : Failed
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_MARCUS_SQLXML4_1.log
Last Action : InstallFinalize
Error String : An installation package for the product SQLXML4 cannot be found. Try the installation again using a valid copy of the installation package 'sqlxml4.msi'.
Error Number : 1706

--

|||

It does indeed appear that the problem is with SQLXML4. Looking at the log it seems that it can't find a valid SQLXML4 install file. But, I don't understand this, because I am running the install from the Micorsoft CD.

Text of SQLSetup0001_MARCUS_SQLXML4_1.log follows:

=== Verbose logging started: 11/13/2006 10:21:02 Build type: SHIP UNICODE 3.01.4000.2435 Calling process: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\setup.exe ===
MSI (c) (7C:88) [10:21:02:623]: Resetting cached policy values
MSI (c) (7C:88) [10:21:02:623]: Machine policy value 'Debug' is 0
MSI (c) (7C:88) [10:21:02:623]: ******* RunEngine:
******* Product: {A188FCCF-E929-494D-B1F1-4313E02ACD52}
******* Action:
******* CommandLine: **********
MSI (c) (7C:88) [10:21:02:623]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (7C:88) [10:21:02:623]: Grabbed execution mutex.
MSI (c) (7C:88) [10:21:02:633]: Cloaking enabled.
MSI (c) (7C:88) [10:21:02:633]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (7C:88) [10:21:02:633]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (DC:34) [10:21:02:633]: Grabbed execution mutex.
MSI (s) (DC:14) [10:21:02:633]: Resetting cached policy values
MSI (s) (DC:14) [10:21:02:633]: Machine policy value 'Debug' is 0
MSI (s) (DC:14) [10:21:02:633]: ******* RunEngine:
******* Product: {A188FCCF-E929-494D-B1F1-4313E02ACD52}
******* Action:
******* CommandLine: **********
MSI (s) (DC:14) [10:21:02:633]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (DC:14) [10:21:02:643]: End dialog not enabled
MSI (s) (DC:14) [10:21:02:643]: Original package ==> C:\WINNEW\Installer\1c59304.msi
MSI (s) (DC:14) [10:21:02:643]: Package we're running from ==> C:\WINNEW\Installer\1c59304.msi
MSI (s) (DC:14) [10:21:02:643]: APPCOMPAT: looking for appcompat database entry with ProductCode '{A188FCCF-E929-494D-B1F1-4313E02ACD52}'.
MSI (s) (DC:14) [10:21:02:643]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (DC:14) [10:21:02:643]: MSCOREE already loaded, using loaded copy
MSI (s) (DC:14) [10:21:02:643]: Machine policy value 'DisablePatch' is 0
MSI (s) (DC:14) [10:21:02:643]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (DC:14) [10:21:02:643]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (DC:14) [10:21:02:643]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (DC:14) [10:21:02:643]: APPCOMPAT: looking for appcompat database entry with ProductCode '{A188FCCF-E929-494D-B1F1-4313E02ACD52}'.
MSI (s) (DC:14) [10:21:02:643]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (DC:14) [10:21:02:643]: Transforms are not secure.
MSI (s) (DC:14) [10:21:02:643]: Command Line: STPSETUPTHREADID=1420 STPSETUPPROCESSID=636 EXTERNALCONTROL=1 ADDLOCAL=ALL SKIPPENDINGREBOOTCHECK=1 APPGUID={63A5DC0D-1EDD-4D69-8F31-87FAEB1F7084} REBOOT=ReallySuppress CURRENTDIRECTORY=C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap CLIENTUILEVEL=3 CLIENTPROCESSID=636
MSI (s) (DC:14) [10:21:02:643]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{67091D51-690A-4EA4-A8A3-E8D3623BF9C7}'.
MSI (s) (DC:14) [10:21:02:643]: Product Code passed to Engine.Initialize: '{A188FCCF-E929-494D-B1F1-4313E02ACD52}'
MSI (s) (DC:14) [10:21:02:643]: Product Code from property table before transforms: '{A188FCCF-E929-494D-B1F1-4313E02ACD52}'
MSI (s) (DC:14) [10:21:02:643]: Product Code from property table after transforms: '{A188FCCF-E929-494D-B1F1-4313E02ACD52}'
MSI (s) (DC:14) [10:21:02:643]: Product registered: entering maintenance mode
MSI (s) (DC:14) [10:21:02:643]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'.
MSI (s) (DC:14) [10:21:02:643]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
MSI (s) (DC:14) [10:21:02:643]: Package name retrieved from configuration data: 'sqlxml4.msi'
MSI (s) (DC:14) [10:21:02:643]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine.
MSI (s) (DC:14) [10:21:02:653]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (DC:14) [10:21:02:653]: Machine policy value 'DisableMsi' is 0
MSI (s) (DC:14) [10:21:02:653]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (DC:14) [10:21:02:653]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (DC:14) [10:21:02:653]: Product {A188FCCF-E929-494D-B1F1-4313E02ACD52} is admin assigned: LocalSystem owns the publish key.
MSI (s) (DC:14) [10:21:02:653]: Product {A188FCCF-E929-494D-B1F1-4313E02ACD52} is managed.
MSI (s) (DC:14) [10:21:02:653]: Running product '{A188FCCF-E929-494D-B1F1-4313E02ACD52}' with elevated privileges: Product is assigned.
MSI (s) (DC:14) [10:21:02:653]: PROPERTY CHANGE: Adding STPSETUPTHREADID property. Its value is '1420'.
MSI (s) (DC:14) [10:21:02:653]: PROPERTY CHANGE: Adding STPSETUPPROCESSID property. Its value is '636'.
MSI (s) (DC:14) [10:21:02:653]: PROPERTY CHANGE: Adding EXTERNALCONTROL property. Its value is '1'.
MSI (s) (DC:14) [10:21:02:653]: PROPERTY CHANGE: Adding ADDLOCAL property. Its value is 'ALL'.
MSI (s) (DC:14) [10:21:02:653]: PROPERTY CHANGE: Adding SKIPPENDINGREBOOTCHECK property. Its value is '1'.
MSI (s) (DC:14) [10:21:02:653]: PROPERTY CHANGE: Adding APPGUID property. Its value is '{63A5DC0D-1EDD-4D69-8F31-87FAEB1F7084}'.
MSI (s) (DC:14) [10:21:02:653]: PROPERTY CHANGE: Adding REBOOT property. Its value is 'ReallySuppress'.
MSI (s) (DC:14) [10:21:02:653]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap'.
MSI (s) (DC:14) [10:21:02:653]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
MSI (s) (DC:14) [10:21:02:653]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '636'.
MSI (s) (DC:14) [10:21:02:653]: TRANSFORMS property is now:
MSI (s) (DC:14) [10:21:02:653]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'.
MSI (s) (DC:14) [10:21:02:653]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '301'.
MSI (s) (DC:14) [10:21:02:653]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Mark Korolevich\Application Data
MSI (s) (DC:14) [10:21:02:653]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Mark Korolevich\Favorites
MSI (s) (DC:14) [10:21:02:653]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Mark Korolevich\NetHood
MSI (s) (DC:14) [10:21:02:653]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Mark Korolevich\My Documents
MSI (s) (DC:14) [10:21:02:653]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Mark Korolevich\PrintHood
MSI (s) (DC:14) [10:21:02:653]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Mark Korolevich\Recent
MSI (s) (DC:14) [10:21:02:663]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Mark Korolevich\SendTo
MSI (s) (DC:14) [10:21:02:663]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Mark Korolevich\Templates
MSI (s) (DC:14) [10:21:02:663]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users.WINNEW\Application Data
MSI (s) (DC:14) [10:21:02:663]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Mark Korolevich\Local Settings\Application Data
MSI (s) (DC:14) [10:21:02:663]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Mark Korolevich\My Documents\My Pictures
MSI (s) (DC:14) [10:21:02:663]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users.WINNEW\Start Menu\Programs\Administrative Tools
MSI (s) (DC:14) [10:21:02:663]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users.WINNEW\Start Menu\Programs\Startup
MSI (s) (DC:14) [10:21:02:663]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users.WINNEW\Start Menu\Programs
MSI (s) (DC:14) [10:21:02:663]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users.WINNEW\Start Menu
MSI (s) (DC:14) [10:21:02:663]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users.WINNEW\Desktop
MSI (s) (DC:14) [10:21:02:663]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Mark Korolevich\Start Menu\Programs\Administrative Tools
MSI (s) (DC:14) [10:21:02:663]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Mark Korolevich\Start Menu\Programs\Startup
MSI (s) (DC:14) [10:21:02:663]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Mark Korolevich\Start Menu\Programs
MSI (s) (DC:14) [10:21:02:663]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Mark Korolevich\Start Menu
MSI (s) (DC:14) [10:21:02:673]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Mark Korolevich\Desktop
MSI (s) (DC:14) [10:21:02:673]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users.WINNEW\Templates
MSI (s) (DC:14) [10:21:02:673]: SHELL32::SHGetFolderPath returned: C:\WINNEW\Fonts
MSI (s) (DC:14) [10:21:02:673]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (s) (DC:14) [10:21:02:673]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (DC:14) [10:21:02:673]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Mark Korolevich'.
MSI (s) (DC:14) [10:21:02:673]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is ' '.
MSI (s) (DC:14) [10:21:02:673]: PROPERTY CHANGE: Adding Installed property. Its value is '00:00:00'.
MSI (s) (DC:14) [10:21:02:673]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINNEW\Installer\1c59304.msi'.
MSI (s) (DC:14) [10:21:02:673]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\WINNEW\Installer\1c59304.msi'.
MSI (s) (DC:14) [10:21:02:673]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (DC:14) [10:21:02:673]: Machine policy value 'DisableRollback' is 0
MSI (s) (DC:14) [10:21:02:673]: User policy value 'DisableRollback' is 0
MSI (s) (DC:14) [10:21:02:673]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
=== Logging started: 11/13/2006 10:21:02 ===
MSI (s) (DC:14) [10:21:02:673]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'.
MSI (s) (DC:14) [10:21:02:673]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (DC:14) [10:21:02:673]: Doing action: INSTALL
MSI (s) (DC:14) [10:21:02:673]: Running ExecuteSequence
MSI (s) (DC:14) [10:21:02:673]: Doing action: ProgramFilesFolder.DBDB055A_93F7_4D0A_A027_AB3FF6712C93
Action start 10:21:02: INSTALL.
MSI (s) (DC:14) [10:21:02:673]: PROPERTY CHANGE: Adding ProgramFilesFolder.DBDB055A_93F7_4D0A_A027_AB3FF6712C93 property. Its value is 'C:\Program Files\'.
Action start 10:21:02: ProgramFilesFolder.DBDB055A_93F7_4D0A_A027_AB3FF6712C93.
MSI (s) (DC:14) [10:21:02:673]: Doing action: CommonFilesFolder.72662FF0_9C9B_4B55_AFFE_B9ACE6756C6E
Action ended 10:21:02: ProgramFilesFolder.DBDB055A_93F7_4D0A_A027_AB3FF6712C93. Return value 1.
MSI (s) (DC:14) [10:21:02:673]: PROPERTY CHANGE: Adding CommonFilesFolder.72662FF0_9C9B_4B55_AFFE_B9ACE6756C6E property. Its value is 'C:\Program Files\Common Files\'.
Action start 10:21:02: CommonFilesFolder.72662FF0_9C9B_4B55_AFFE_B9ACE6756C6E.
MSI (s) (DC:14) [10:21:02:673]: Doing action: CommonFilesFolder.F3F63623_5C9A_42BD_ACCA_3066F6F028FD
Action ended 10:21:02: CommonFilesFolder.72662FF0_9C9B_4B55_AFFE_B9ACE6756C6E. Return value 1.
MSI (s) (DC:14) [10:21:02:683]: PROPERTY CHANGE: Adding CommonFilesFolder.F3F63623_5C9A_42BD_ACCA_3066F6F028FD property. Its value is 'C:\Program Files\Common Files\'.
Action start 10:21:02: CommonFilesFolder.F3F63623_5C9A_42BD_ACCA_3066F6F028FD.
MSI (s) (DC:14) [10:21:02:683]: Doing action: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
Action ended 10:21:02: CommonFilesFolder.F3F63623_5C9A_42BD_ACCA_3066F6F028FD. Return value 1.
MSI (s) (DC:14) [10:21:02:683]: PROPERTY CHANGE: Adding WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNEW\'.
Action start 10:21:02: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
MSI (s) (DC:14) [10:21:02:683]: Doing action: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
Action ended 10:21:02: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (DC:14) [10:21:02:683]: PROPERTY CHANGE: Adding SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNEW\system32\'.
Action start 10:21:02: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
MSI (s) (DC:14) [10:21:02:683]: Doing action: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
Action ended 10:21:02: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (DC:14) [10:21:02:683]: PROPERTY CHANGE: Adding WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNEW\'.
Action start 10:21:02: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
MSI (s) (DC:14) [10:21:02:683]: Doing action: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
Action ended 10:21:02: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (DC:14) [10:21:02:683]: PROPERTY CHANGE: Adding SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNEW\system32\'.
Action start 10:21:02: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
MSI (s) (DC:14) [10:21:02:683]: Doing action: CommonFilesFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA
Action ended 10:21:02: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (DC:14) [10:21:02:693]: PROPERTY CHANGE: Adding CommonFilesFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA property. Its value is 'C:\Program Files\Common Files\'.
Action start 10:21:02: CommonFilesFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA.
MSI (s) (DC:14) [10:21:02:693]: Doing action: ProgramFilesFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA
Action ended 10:21:02: CommonFilesFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA. Return value 1.
MSI (s) (DC:14) [10:21:02:693]: PROPERTY CHANGE: Adding ProgramFilesFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA property. Its value is 'C:\Program Files\'.
Action start 10:21:02: ProgramFilesFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA.
MSI (s) (DC:14) [10:21:02:693]: Doing action: CommonFilesFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C
Action ended 10:21:02: ProgramFilesFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA. Return value 1.
MSI (s) (DC:14) [10:21:02:693]: PROPERTY CHANGE: Adding CommonFilesFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C property. Its value is 'C:\Program Files\Common Files\'.
Action start 10:21:02: CommonFilesFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C.
MSI (s) (DC:14) [10:21:02:693]: Doing action: ProgramFilesFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C
Action ended 10:21:02: CommonFilesFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C. Return value 1.
MSI (s) (DC:14) [10:21:02:693]: PROPERTY CHANGE: Adding ProgramFilesFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C property. Its value is 'C:\Program Files\'.
Action start 10:21:02: ProgramFilesFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C.
MSI (s) (DC:14) [10:21:02:693]: Doing action: LaunchConditions
Action ended 10:21:02: ProgramFilesFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C. Return value 1.
Action start 10:21:02: LaunchConditions.
MSI (s) (DC:14) [10:21:02:693]: Doing action: FindRelatedProducts
Action ended 10:21:02: LaunchConditions. Return value 1.
MSI (s) (DC:14) [10:21:02:693]: Skipping FindRelatedProducts action: not run in maintenance mode
Action start 10:21:02: FindRelatedProducts.
MSI (s) (DC:14) [10:21:02:693]: Skipping action: CA_SetRefCountUpgradeFlag (condition is false)
MSI (s) (DC:14) [10:21:02:693]: Skipping action: CA_SetRefCountNewerFoundFlag (condition is false)
MSI (s) (DC:14) [10:21:02:693]: Doing action: IsPendingRebootKey
Action ended 10:21:02: FindRelatedProducts. Return value 0.
MSI (s) (DC:4C) [10:21:02:703]: Invoking remote custom action. DLL: C:\WINNEW\Installer\MSI2F4.tmp, Entrypoint: IsPendingReboot
MSI (s) (DC:D8) [10:21:02:703]: Generating random cookie.
MSI (s) (DC:D8) [10:21:02:713]: Created Custom Action Server with PID 1900 (0x76C).
MSI (s) (DC:10) [10:21:02:743]: Running as a service.
MSI (s) (DC:20) [10:21:02:743]: Hello, I'm your 32bit Impersonated custom action server.
Action start 10:21:02: IsPendingRebootKey.
No PendingFileRenameOperations
MSI (s) (DC:14) [10:21:02:753]: Skipping action: CA_ErrorDifferentLang (condition is false)
MSI (s) (DC:14) [10:21:02:753]: Skipping action: SetWOW (condition is false)
MSI (s) (DC:14) [10:21:02:753]: Skipping action: SetWOWAppendCustomPath (condition is false)
MSI (s) (DC:14) [10:21:02:753]: Skipping action: SetWOWINSTALLSQLSHAREDDIR_CUSTOMPATH (condition is false)
MSI (s) (DC:14) [10:21:02:753]: Skipping action: SetWOWINSTALLSQLSHAREDDIR_CUSTOMPATH_ADD (condition is false)
MSI (s) (DC:14) [10:21:02:753]: Skipping action: Sqlmsirc_ValidateAppGuid_NewerFound.0D10D66A_FB58_4290_B8AC_58FF44A6C1F1 (condition is false)
MSI (s) (DC:14) [10:21:02:753]: Skipping action: Sqlmsirc_RefCountAppGuid_NewerFound.0D10D66A_FB58_4290_B8AC_58FF44A6C1F1 (condition is false)
MSI (s) (DC:14) [10:21:02:753]: Skipping action: Sqlmsirc_BackupAppGuid_NewerFound.0D10D66A_FB58_4290_B8AC_58FF44A6C1F1 (condition is false)
MSI (s) (DC:14) [10:21:02:753]: Skipping action: Sqlmsirc_RegisterAppGuid_NewerFound.0D10D66A_FB58_4290_B8AC_58FF44A6C1F1 (condition is false)
MSI (s) (DC:14) [10:21:02:753]: Skipping action: Sqlmsirc_RestoreAppGuid_NewerFound.0D10D66A_FB58_4290_B8AC_58FF44A6C1F1 (condition is false)
MSI (s) (DC:14) [10:21:02:753]: Doing action: AppSearch
Action ended 10:21:02: IsPendingRebootKey. Return value 1.
Action start 10:21:02: AppSearch.
MSI (s) (DC:14) [10:21:02:753]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (DC:14) [10:21:02:753]: PROPERTY CHANGE: Adding MDAC_VER property. Its value is '2.81.1117.0'.
MSI (s) (DC:14) [10:21:02:753]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (DC:14) [10:21:02:753]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\SQLXML4\CurrentVersion 3: 2
MSI (s) (DC:14) [10:21:02:753]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (DC:14) [10:21:02:753]: PROPERTY CHANGE: Adding FRAMEWORK_INSTALLROOT.DBDB055A_93F7_4D0A_A027_AB3FF6712C93 property. Its value is 'C:\WINNEW\Microsoft.NET\Framework\'.
MSI (s) (DC:14) [10:21:02:753]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (DC:14) [10:21:02:753]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v1.0 3: 2
MSI (s) (DC:14) [10:21:02:753]: Skipping action: LogMdacWarning (condition is false)
MSI (s) (DC:14) [10:21:02:753]: Skipping action: SkipInstallCA (condition is false)
MSI (s) (DC:14) [10:21:02:753]: Skipping action: CA_ErrorPendingReboot (condition is false)
MSI (s) (DC:14) [10:21:02:753]: Skipping action: CCPSearch (condition is false)
MSI (s) (DC:14) [10:21:02:753]: Skipping action: RMCCPSearch (condition is false)
MSI (s) (DC:14) [10:21:02:753]: Doing action: ValidateProductID
Action ended 10:21:02: AppSearch. Return value 1.
Action start 10:21:02: ValidateProductID.
MSI (s) (DC:14) [10:21:02:763]: Skipping action: Sqlmsirc_CheckLanguage.0D10D66A_FB58_4290_B8AC_58FF44A6C1F1 (condition is false)
MSI (s) (DC:14) [10:21:02:763]: Doing action: CostInitialize
Action ended 10:21:02: ValidateProductID. Return value 1.
MSI (s) (DC:14) [10:21:02:763]: Machine policy value 'MaxPatchCacheSize' is 10
Action start 10:21:02: CostInitialize.
MSI (s) (DC:14) [10:21:02:763]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'M:\'.
MSI (s) (DC:14) [10:21:02:763]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
MSI (s) (DC:14) [10:21:02:763]: Note: 1: 2205 2: 3: Patch
MSI (s) (DC:14) [10:21:02:763]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (DC:14) [10:21:02:763]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (DC:14) [10:21:02:763]: Note: 1: 2205 2: 3: __MsiPatchFileList
MSI (s) (DC:14) [10:21:02:763]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (DC:14) [10:21:02:763]: Note: 1: 2228 2: 3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId`
MSI (s) (DC:14) [10:21:02:763]: Doing action: FileCost
Action ended 10:21:02: CostInitialize. Return value 1.
MSI (s) (DC:14) [10:21:02:763]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (DC:14) [10:21:02:763]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (DC:14) [10:21:02:763]: Note: 1: 2262 2: TypeLib 3: -2147287038
Action start 10:21:02: FileCost.
MSI (s) (DC:14) [10:21:02:763]: Doing action: IsolateComponents
Action ended 10:21:02: FileCost. Return value 1.
Action start 10:21:02: IsolateComponents.
MSI (s) (DC:14) [10:21:02:763]: Doing action: CostFinalize
Action ended 10:21:02: IsolateComponents. Return value 0.
MSI (s) (DC:14) [10:21:02:774]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (s) (DC:14) [10:21:02:774]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (s) (DC:14) [10:21:02:774]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (s) (DC:14) [10:21:02:774]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (s) (DC:14) [10:21:02:774]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (s) (DC:14) [10:21:02:794]: PROPERTY CHANGE: Adding XMLforSQLIncludeSqlXml4.AE579D9C_0DE0_4358_A8E2_7C9A65FDCA8D property. Its value is 'C:\Program Files\SQLXML 4.0\Include'.
MSI (s) (DC:14) [10:21:02:794]: PROPERTY CHANGE: Adding EULA.2CD9C3F9_B8A2_4FF2_B0D3_DD85A23D9CB3 property. Its value is 'C:\Program Files\Microsoft SQL Server\90\EULA'.
MSI (s) (DC:14) [10:21:02:794]: PROPERTY CHANGE: Adding CommonFilesSystemOleDBFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C property. Its value is 'C:\Program Files\Common Files\System\Ole DB'.
MSI (s) (DC:14) [10:21:02:854]: PROPERTY CHANGE: Adding BinFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C property. Its value is 'C:\Program Files\SQLXML 4.0\bin'.
MSI (s) (DC:14) [10:21:02:854]: PROPERTY CHANGE: Adding CommonFilesSystemOleDBFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA property. Its value is 'C:\Program Files\Common Files\System\Ole DB'.
MSI (s) (DC:14) [10:21:02:874]: PROPERTY CHANGE: Adding BinFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA property. Its value is 'C:\Program Files\SQLXML 4.0\bin'.
MSI (s) (DC:14) [10:21:02:894]: PROPERTY CHANGE: Adding CommonFilesSystemOleDBFolder.F3F63623_5C9A_42BD_ACCA_3066F6F028FD property. Its value is 'C:\Program Files\Common Files\System\Ole DB'.
MSI (s) (DC:14) [10:21:02:894]: PROPERTY CHANGE: Adding CommonFilesSystemOleDBFolder.72662FF0_9C9B_4B55_AFFE_B9ACE6756C6E property. Its value is 'C:\Program Files\Common Files\System\Ole DB'.
MSI (s) (DC:14) [10:21:02:894]: PROPERTY CHANGE: Adding BinFolder.DBDB055A_93F7_4D0A_A027_AB3FF6712C93 property. Its value is 'C:\Program Files\SQLXML 4.0\bin'.
MSI (s) (DC:14) [10:21:02:914]: Note: 1: 2205 2: 3: Patch
Action start 10:21:02: CostFinalize.
MSI (s) (DC:14) [10:21:02:914]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (DC:14) [10:21:02:914]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'M:\'.
MSI (s) (DC:14) [10:21:02:914]: PROPERTY CHANGE: Adding Framework.DBDB055A_93F7_4D0A_A027_AB3FF6712C93 property. Its value is 'C:\Program Files\Managed\'.
MSI (s) (DC:14) [10:21:02:914]: PROPERTY CHANGE: Adding XMLFORSQLFOLDER.DBDB055A_93F7_4D0A_A027_AB3FF6712C93 property. Its value is 'C:\Program Files\SQLXML 4.0\'.
MSI (s) (DC:14) [10:21:02:914]: PROPERTY CHANGE: Modifying BinFolder.DBDB055A_93F7_4D0A_A027_AB3FF6712C93 property. Its current value is 'C:\Program Files\SQLXML 4.0\bin'. Its new value: 'C:\Program Files\SQLXML 4.0\bin\'.
MSI (s) (DC:14) [10:21:02:914]: PROPERTY CHANGE: Adding CommonFilesSystemFolder.72662FF0_9C9B_4B55_AFFE_B9ACE6756C6E property. Its value is 'C:\Program Files\Common Files\System\'.
MSI (s) (DC:14) [10:21:02:914]: PROPERTY CHANGE: Modifying CommonFilesSystemOleDBFolder.72662FF0_9C9B_4B55_AFFE_B9ACE6756C6E property. Its current value is 'C:\Program Files\Common Files\System\Ole DB'. Its new value: 'C:\Program Files\Common Files\System\Ole DB\'.
MSI (s) (DC:14) [10:21:02:914]: PROPERTY CHANGE: Adding CommonFilesSystemFolder.F3F63623_5C9A_42BD_ACCA_3066F6F028FD property. Its value is 'C:\Program Files\Common Files\System\'.
MSI (s) (DC:14) [10:21:02:914]: PROPERTY CHANGE: Modifying CommonFilesSystemOleDBFolder.F3F63623_5C9A_42BD_ACCA_3066F6F028FD property. Its current value is 'C:\Program Files\Common Files\System\Ole DB'. Its new value: 'C:\Program Files\Common Files\System\Ole DB\'.
MSI (s) (DC:14) [10:21:02:914]: PROPERTY CHANGE: Adding XMLFORSQLFOLDER.67B41A37_AF1C_434A_9D31_6A2CA29295EA property. Its value is 'C:\Program Files\SQLXML 4.0\'.
MSI (s) (DC:14) [10:21:02:914]: PROPERTY CHANGE: Modifying BinFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA property. Its current value is 'C:\Program Files\SQLXML 4.0\bin'. Its new value: 'C:\Program Files\SQLXML 4.0\bin\'.
MSI (s) (DC:14) [10:21:02:914]: PROPERTY CHANGE: Adding CommonFilesSystemFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA property. Its value is 'C:\Program Files\Common Files\System\'.
MSI (s) (DC:14) [10:21:02:914]: PROPERTY CHANGE: Modifying CommonFilesSystemOleDBFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA property. Its current value is 'C:\Program Files\Common Files\System\Ole DB'. Its new value: 'C:\Program Files\Common Files\System\Ole DB\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding XMLFORSQLFOLDER.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C property. Its value is 'C:\Program Files\SQLXML 4.0\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Modifying BinFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C property. Its current value is 'C:\Program Files\SQLXML 4.0\bin'. Its new value: 'C:\Program Files\SQLXML 4.0\bin\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding CommonFilesSystemFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C property. Its value is 'C:\Program Files\Common Files\System\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Modifying CommonFilesSystemOleDBFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C property. Its current value is 'C:\Program Files\Common Files\System\Ole DB'. Its new value: 'C:\Program Files\Common Files\System\Ole DB\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding VSINSTALLDIR property. Its value is 'C:\Program Files\Microsoft Visual Studio 8\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding VSINSTALLROOT property. Its value is 'C:\Program Files\Microsoft Visual Studio 8\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding SqlShared property. Its value is 'C:\Program Files\Microsoft SQL Server\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding Ver90.2CD9C3F9_B8A2_4FF2_B0D3_DD85A23D9CB3 property. Its value is 'C:\Program Files\Microsoft SQL Server\90\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Modifying EULA.2CD9C3F9_B8A2_4FF2_B0D3_DD85A23D9CB3 property. Its current value is 'C:\Program Files\Microsoft SQL Server\90\EULA'. Its new value: 'C:\Program Files\Microsoft SQL Server\90\EULA\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding XMLFORSQLFOLDER property. Its value is 'C:\Program Files\SQLXML 4.0\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding XMLFORSQLFOLDER.AE579D9C_0DE0_4358_A8E2_7C9A65FDCA8D property. Its value is 'C:\Program Files\SQLXML 4.0\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Modifying XMLforSQLIncludeSqlXml4.AE579D9C_0DE0_4358_A8E2_7C9A65FDCA8D property. Its current value is 'C:\Program Files\SQLXML 4.0\Include'. Its new value: 'C:\Program Files\SQLXML 4.0\Include\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding INSTALLSQLSHAREDDIR property. Its value is 'C:\Program Files\Microsoft SQL Server\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding SqlVer property. Its value is 'C:\Program Files\Microsoft SQL Server\90\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding SqlTools property. Its value is 'C:\Program Files\Microsoft SQL Server\90\Tools\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding SqlToolsBin property. Its value is 'C:\Program Files\Microsoft SQL Server\90\Tools\Binn\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding WinSxsDirectory.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNEW\winsxs\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding policydir_ul.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNEW\winsxs\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_51e427d4\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding payload.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNEW\winsxs\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_51e427d4\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding WinSxsManifests.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNEW\winsxs\Manifests\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding WinSxsPolicies.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNEW\winsxs\Policies\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding policydir.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNEW\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c24773\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding payload_ul.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNEW\winsxs\x86_policy.8.0.microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.42_none_5c4003bc63e949f6\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding WinSxsDirectory.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNEW\winsxs\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding policydir_ul.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNEW\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding WinSxsPolicies.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNEW\winsxs\Policies\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding policydir.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNEW\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding WinSxsManifests.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNEW\winsxs\Manifests\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding payload.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNEW\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding payload_ul.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNEW\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.42_none_db5f52fb98cb24ad\'.
MSI (s) (DC:14) [10:21:02:924]: PROPERTY CHANGE: Adding VSRetarget property. Its value is 'C:\Program Files\Microsoft SQL Server\90\Tools\Binn\'.
MSI (s) (DC:14) [10:21:02:924]: Target path resolution complete. Dumping Directory table...
MSI (s) (DC:14) [10:21:02:924]: Note: target paths subject to change (via custom actions or browsing)
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: TARGETDIR , Object: M:\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: WindowsFolder , Object: C:\WINNEW\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: ProgramFilesFolder , Object: C:\Program Files\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: ProgramFilesFolder.DBDB055A_93F7_4D0A_A027_AB3FF6712C93 , Object: C:\Program Files\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: Framework.DBDB055A_93F7_4D0A_A027_AB3FF6712C93 , Object: C:\Program Files\Managed\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: XMLFORSQLFOLDER.DBDB055A_93F7_4D0A_A027_AB3FF6712C93 , Object: C:\Program Files\SQLXML 4.0\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: BinFolder.DBDB055A_93F7_4D0A_A027_AB3FF6712C93 , Object: C:\Program Files\SQLXML 4.0\bin\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: CommonFilesFolder.72662FF0_9C9B_4B55_AFFE_B9ACE6756C6E , Object: C:\Program Files\Common Files\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: CommonFilesSystemFolder.72662FF0_9C9B_4B55_AFFE_B9ACE6756C6E , Object: C:\Program Files\Common Files\System\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: CommonFilesSystemOleDBFolder.72662FF0_9C9B_4B55_AFFE_B9ACE6756C6E , Object: C:\Program Files\Common Files\System\Ole DB\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: CommonFilesFolder.F3F63623_5C9A_42BD_ACCA_3066F6F028FD , Object: C:\Program Files\Common Files\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: CommonFilesSystemFolder.F3F63623_5C9A_42BD_ACCA_3066F6F028FD , Object: C:\Program Files\Common Files\System\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: CommonFilesSystemOleDBFolder.F3F63623_5C9A_42BD_ACCA_3066F6F028FD , Object: C:\Program Files\Common Files\System\Ole DB\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: ProgramFilesFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA , Object: C:\Program Files\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: XMLFORSQLFOLDER.67B41A37_AF1C_434A_9D31_6A2CA29295EA , Object: C:\Program Files\SQLXML 4.0\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: BinFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA , Object: C:\Program Files\SQLXML 4.0\bin\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: CommonFilesFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA , Object: C:\Program Files\Common Files\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: CommonFilesSystemFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA , Object: C:\Program Files\Common Files\System\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: CommonFilesSystemOleDBFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA , Object: C:\Program Files\Common Files\System\Ole DB\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: ProgramFilesFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C , Object: C:\Program Files\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: XMLFORSQLFOLDER.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C , Object: C:\Program Files\SQLXML 4.0\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: BinFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C , Object: C:\Program Files\SQLXML 4.0\bin\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: CommonFilesFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C , Object: C:\Program Files\Common Files\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: CommonFilesSystemFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C , Object: C:\Program Files\Common Files\System\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: CommonFilesSystemOleDBFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C , Object: C:\Program Files\Common Files\System\Ole DB\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: VSINSTALLDIR , Object: C:\Program Files\Microsoft Visual Studio 8\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: VSINSTALLROOT , Object: C:\Program Files\Microsoft Visual Studio 8\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: SqlShared , Object: C:\Program Files\Microsoft SQL Server\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: Ver90.2CD9C3F9_B8A2_4FF2_B0D3_DD85A23D9CB3 , Object: C:\Program Files\Microsoft SQL Server\90\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: EULA.2CD9C3F9_B8A2_4FF2_B0D3_DD85A23D9CB3 , Object: C:\Program Files\Microsoft SQL Server\90\EULA\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: XMLFORSQLFOLDER , Object: C:\Program Files\SQLXML 4.0\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: XMLFORSQLFOLDER.AE579D9C_0DE0_4358_A8E2_7C9A65FDCA8D , Object: C:\Program Files\SQLXML 4.0\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: XMLforSQLIncludeSqlXml4.AE579D9C_0DE0_4358_A8E2_7C9A65FDCA8D , Object: C:\Program Files\SQLXML 4.0\Include\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: INSTALLSQLSHAREDDIR , Object: C:\Program Files\Microsoft SQL Server\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: SqlVer , Object: C:\Program Files\Microsoft SQL Server\90\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: SqlTools , Object: C:\Program Files\Microsoft SQL Server\90\Tools\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: SqlToolsBin , Object: C:\Program Files\Microsoft SQL Server\90\Tools\Binn\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E , Object: C:\WINNEW\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E , Object: C:\WINNEW\system32\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: WinSxsDirectory.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E , Object: C:\WINNEW\winsxs\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: policydir_ul.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E , Object: C:\WINNEW\winsxs\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_51e427d4\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: payload.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E , Object: C:\WINNEW\winsxs\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_51e427d4\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: WinSxsManifests.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E , Object: C:\WINNEW\winsxs\Manifests\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: WinSxsPolicies.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E , Object: C:\WINNEW\winsxs\Policies\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: policydir.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E , Object: C:\WINNEW\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c24773\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: payload_ul.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E , Object: C:\WINNEW\winsxs\x86_policy.8.0.microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.42_none_5c4003bc63e949f6\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E , Object: C:\WINNEW\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E , Object: C:\WINNEW\system32\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: WinSxsDirectory.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E , Object: C:\WINNEW\winsxs\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: policydir_ul.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E , Object: C:\WINNEW\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: WinSxsPolicies.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E , Object: C:\WINNEW\winsxs\Policies\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: policydir.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E , Object: C:\WINNEW\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: WinSxsManifests.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E , Object: C:\WINNEW\winsxs\Manifests\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: payload.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E , Object: C:\WINNEW\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: payload_ul.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E , Object: C:\WINNEW\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.42_none_db5f52fb98cb24ad\
MSI (s) (DC:14) [10:21:02:924]: Dir (target): Key: VSRetarget , Object: C:\Program Files\Microsoft SQL Server\90\Tools\Binn\
MSI (s) (DC:14) [10:21:02:924]: Doing action: IsDotNet20Installed
Action ended 10:21:02: CostFinalize. Return value 1.
MSI (s) (DC:1C) [10:21:02:924]: Invoking remote custom action. DLL: C:\WINNEW\Installer\MSI2F5.tmp, Entrypoint: IsDotNetFramework20Installed
Action start 10:21:02: IsDotNet20Installed.
Feature SQLXMLFeature install action does not match 2.
Not all features are being removed.
MSI (s) (DC!1C) [10:21:02:944]: PROPERTY CHANGE: Adding DOTNETCOREPATH property. Its value is '1'.
One or more .NET Framework assemblies found in MsiAssembly table require the GAC, need to check for the .NET Framework
MSI (s) (DC:14) [10:21:02:944]: Skipping action: CA_ErrorPrereqDotNet (condition is false)
MSI (s) (DC:14) [10:21:02:944]: Skipping action: CA_SetARPINSTALLLOCATION (condition is false)
MSI (s) (DC:14) [10:21:02:944]: Doing action: SetODBCFolders
Action ended 10:21:02: IsDotNet20Installed. Return value 1.
MSI (s) (DC:14) [10:21:02:944]: Note: 1: 2205 2: 3: ODBCDriver
MSI (s) (DC:14) [10:21:02:944]: Note: 1: 2228 2: 3: ODBCDriver 4: SELECT `ComponentId`,`Description`,`Directory_`, `ActionRequest`, `Installed`, `Attributes` FROM `ODBCDriver`, `Component` WHERE `ODBCDriver`.`Component_` = `Component` AND (`ActionRequest` = 1 OR `ActionRequest` = 2)
MSI (s) (DC:14) [10:21:02:944]: Note: 1: 2205 2: 3: ODBCTranslator
MSI (s) (DC:14) [10:21:02:944]: Note: 1: 2228 2: 3: ODBCTranslator 4: SELECT `ComponentId`,`Description`,`Directory_`, `ActionRequest`, `Installed`, `Attributes` FROM `ODBCTranslator`, `Component` WHERE `ODBCTranslator`.`Component_` = `Component` AND (`ActionRequest` = 1 OR `ActionRequest` = 2)
Action start 10:21:02: SetODBCFolders.
MSI (s) (DC:14) [10:21:02:944]: Doing action: MigrateFeatureStates
Action ended 10:21:02: SetODBCFolders. Return value 0.
MSI (s) (DC:14) [10:21:02:944]: Skipping MigrateFeatureStates action: not run in maintenance mode
Action start 10:21:02: MigrateFeatureStates.
MSI (s) (DC:14) [10:21:02:944]: Doing action: InstallValidate
Action ended 10:21:02: MigrateFeatureStates. Return value 0.
MSI (s) (DC:14) [10:21:02:944]: Feature: SQLXMLFeature; Installed: Local; Request: Local; Action: Local
MSI (s) (DC:14) [10:21:02:944]: Feature: BULKLOADFeature; Installed: Local; Request: Local; Action: Local
MSI (s) (DC:14) [10:21:02:944]: Feature: MANAGEDFeature; Installed: Local; Request: Local; Action: Local
MSI (s) (DC:14) [10:21:02:944]: Feature: SQLXML_SDK; Installed: Local; Request: Local; Action: Local
MSI (s) (DC:14) [10:21:02:944]: Component: RedistVersionReg.C4C2542F-6A32-4890-A8B1-FE6322D1CDE1; Installed: Local; Request: Null; Action: Local
MSI (s) (DC:14) [10:21:02:944]: Component: Redist_Uninstall_RegKey.353503EA-9774-44C2-AA29-9E996B3612E8; Installed: Local; Request: Null; Action: Local
MSI (s) (DC:14) [10:21:02:944]: Component: xmlblkld.h.AE579D9C_0DE0_4358_A8E2_7C9A65FDCA8D; Installed: Local; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: xmlblkld_i.c.AE579D9C_0DE0_4358_A8E2_7C9A65FDCA8D; Installed: Local; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: License_SQLXML4_ENU.txt.2CD9C3F9_B8A2_4FF2_B0D3_DD85A23D9CB3; Installed: Local; Request: Null; Action: Local
MSI (s) (DC:14) [10:21:02:944]: Component: sqlxml4.dll.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C; Installed: Local; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: sqlxml4m.dll.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C; Installed: Local; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: cvtschema.exe.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C; Installed: Local; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: sqlxml4r.dll.67B41A37_AF1C_434A_9D31_6A2CA29295EA; Installed: Local; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: cvtsres.dll.67B41A37_AF1C_434A_9D31_6A2CA29295EA; Installed: Local; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: uplevel.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E; Installed: Local; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: downlevel_manifest.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E; Installed: Local; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: downlevel_payload.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E; Installed: Local; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: nosxs.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E; Installed: Local; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: uplevel.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E; Installed: Local; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: downlevel_manifest.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E; Installed: Local; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: xblkld4.dll.F3F63623_5C9A_42BD_ACCA_3066F6F028FD; Installed: Local; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: xblkld4r.dll.72662FF0_9C9B_4B55_AFFE_B9ACE6756C6E; Installed: Local; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: Microsoft.Data.SqlXml.dll2.DBDB055A_93F7_4D0A_A027_AB3FF6712C93; Installed: Local; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: Microsoft.Data.SqlXml.dll.DBDB055A_93F7_4D0A_A027_AB3FF6712C93; Installed: Local; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: __uplevel.98CB24AD_52FB_DB5F_FF1F_C8B3B9A165; Installed: Null; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: __uplevel.63E949F6_03BC_5C40_FF1F_C8B3B9A165; Installed: Null; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: __Microsoft.Data.SqlXml.dll.DBDB055A_93F7_65; Installed: Null; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:944]: Component: __Redist_Uninstall_RegKey.353503EA-9774-4465; Installed: Null; Request: Null; Action: Local
MSI (s) (DC:14) [10:21:02:944]: Component: __RedistVersionReg.C4C2542F-6A32-4890-A8B165; Installed: Null; Request: Null; Action: Local
MSI (s) (DC:14) [10:21:02:944]: Component: __sqlxml4.dll.C52FE90C_AD1D_4B8D_A5ED_AC1F65; Installed: Null; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:954]: Component: __downlevel_payload.98CB24AD_52FB_DB5F_FF165; Installed: Null; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:954]: Component: __nosxs.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E165; Installed: Null; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:954]: Component: __downlevel_manifest.98CB24AD_52FB_DB5F_FF65; Installed: Null; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:954]: Component: __downlevel_manifest.63E949F6_03BC_5C40_FF65; Installed: Null; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:954]: Component: __xblkld4.dll.F3F63623_5C9A_42BD_ACCA_306665; Installed: Null; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:954]: Component: __Microsoft.Data.SqlXml.dll2.DBDB055A_93F765; Installed: Null; Request: Null; Action: Null
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2205 2: 3: BindImage
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2205 2: 3: ProgId
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2205 2: 3: SelfReg
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2205 2: 3: Font
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2205 2: 3: Shortcut
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2262 2: Class 3: -2147287038
Action start 10:21:02: InstallValidate.
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2205 2: 3: _RemoveFilePath
MSI (s) (DC:14) [10:21:02:954]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2205 2: 3: BindImage
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2205 2: 3: ProgId
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2205 2: 3: SelfReg
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2205 2: 3: Font
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2205 2: 3: Shortcut
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2727 2:
MSI (s) (DC:14) [10:21:02:954]: Note: 1: 2727 2:
MSI (s) (DC:14) [10:21:02:954]: Doing action: InstallInitialize
Action ended 10:21:02: InstallValidate. Return value 1.
MSI (s) (DC:14) [10:21:02:954]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (DC:14) [10:21:02:954]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (DC:14) [10:21:02:954]: BeginTransaction: Locking Server
MSI (s) (DC:14) [10:21:02:954]: SRSetRestorePoint skipped for this transaction.
MSI (s) (DC:14) [10:21:02:954]: Server not locked: locking for product {A188FCCF-E929-494D-B1F1-4313E02ACD52}
Action start 10:21:02: InstallInitialize.
MSI (s) (DC:14) [10:21:03:875]: Doing action: Sqlmsirc_ValidateAppGuid.0D10D66A_FB58_4290_B8AC_58FF44A6C1F1
Action ended 10:21:03: InstallInitialize. Return value 1.
MSI (s) (DC:5C) [10:21:03:915]: Invoking remote custom action. DLL: C:\WINNEW\Installer\MSI2F6.tmp, Entrypoint: Sqlmsirc_ValidateAppGuid
Action start 10:21:03: Sqlmsirc_ValidateAppGuid.0D10D66A_FB58_4290_B8AC_58FF44A6C1F1.
<Func Name='Sqlmsirc_ValidateAppGuid'>
<EndFunc Name='Sqlmsirc_ValidateAppGuid' Return='0' GetLastError='0'>
MSI (s) (DC:14) [10:21:03:925]: Skipping action: Sqlmsirc_RefCountAppGuid.0D10D66A_FB58_4290_B8AC_58FF44A6C1F1 (condition is false)
MSI (s) (DC:14) [10:21:03:925]: Skipping action: Sqlmsirc_BackupAppGuid.0D10D66A_FB58_4290_B8AC_58FF44A6C1F1 (condition is false)
MSI (s) (DC:14) [10:21:03:925]: Skipping action: Sqlmsirc_CheckAppDependency.0D10D66A_FB58_4290_B8AC_58FF44A6C1F1 (condition is false)
MSI (s) (DC:14) [10:21:03:925]: Doing action: SxsInstallCA
Action ended 10:21:03: Sqlmsirc_ValidateAppGuid.0D10D66A_FB58_4290_B8AC_58FF44A6C1F1. Return value 1.
MSI (s) (DC:DC) [10:21:03:925]: Invoking remote custom action. DLL: C:\WINNEW\Installer\MSI2F7.tmp, Entrypoint: CustomAction_SxsMsmInstall
Action start 10:21:03: SxsInstallCA.
1: sxsdelca 2: traceop 3: 1262 4: 0
1: sxsdelca 2: traceop 3: 1263 4: 0
1: sxsdelca 2: traceop 3: 1264 4: 0
1: sxsdelca 2: traceop 3: 1269 4: 0
1: sxsdelca 2: traceop 3: 1288 4: 0
1: sxsdelca 2: traceop 3: 1292 4: 0
1: sxsdelca 2: traceop 3: 1293 4: 0
1: sxsdelca 2: traceop 3: 1294 4: 0
1: sxsdelca 2: traceop 3: 1296 4: 0
1: sxsdelca 2: traceop 3: 1322 4: 0
1: sxsdelca: Skipping component 2: uplevel.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
1: sxsdelca 2: traceop 3: 1288 4: 0
1: sxsdelca 2: traceop 3: 1292 4: 0
1: sxsdelca 2: traceop 3: 1293 4: 0
1: sxsdelca 2: traceop 3: 1294 4: 0
1: sxsdelca 2: traceop 3: 1296 4: 0
1: sxsdelca 2: traceop 3: 1322 4: 0
1: sxsdelca: Skipping component 2: downlevel_manifest.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
1: sxsdelca 2: traceop 3: 1288 4: 0
1: sxsdelca 2: traceop 3: 1292 4: 0
1: sxsdelca 2: traceop 3: 1293 4: 0
1: sxsdelca 2: traceop 3: 1294 4: 0
1: sxsdelca 2: traceop 3: 1296 4: 0
1: sxsdelca 2: traceop 3: 1322 4: 0
1: sxsdelca: Skipping component 2: downlevel_payload.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
1: sxsdelca 2: traceop 3: 1288 4: 0
1: sxsdelca 2: traceop 3: 1292 4: 0
1: sxsdelca 2: traceop 3: 1293 4: 0
1: sxsdelca 2: traceop 3: 1294 4: 0
1: sxsdelca 2: traceop 3: 1296 4: 0
1: sxsdelca 2: traceop 3: 1322 4: 0
1: sxsdelca: Skipping component 2: uplevel.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
1: sxsdelca 2: traceop 3: 1288 4: 0
1: sxsdelca 2: traceop 3: 1292 4: 0
1: sxsdelca 2: traceop 3: 1293 4: 0
1: sxsdelca 2: traceop 3: 1294 4: 0
1: sxsdelca 2: traceop 3: 1296 4: 0
1: sxsdelca 2: traceop 3: 1322 4: 0
1: sxsdelca: Skipping component 2: downlevel_manifest.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
1: sxsdelca 2: traceop 3: 1288 4: 259
1: sxsdelca 2: SxsMsmInstall completed 3: 0 4: 0
MSI (s) (DC:14) [10:21:03:975]: Skipping action: AllocateRegistrySpace (condition is false)
MSI (s) (DC:14) [10:21:03:975]: Doing action: ProcessComponents
Action ended 10:21:03: SxsInstallCA. Return value 1.
Action start 10:21:03: ProcessComponents.
MSI (s) (DC:14) [10:21:03:975]: Doing action: UnpublishComponents
Action ended 10:21:03: ProcessComponents. Return value 1.
MSI (s) (DC:14) [10:21:03:975]: Note: 1: 2262 2: PublishComponent 3: -2147287038
Action start 10:21:03: UnpublishComponents.
MSI (s) (DC:14) [10:21:03:985]: Doing action: MsiUnpublishAssemblies
Action ended 10:21:03: UnpublishComponents. Return value 1.
Action start 10:21:03: MsiUnpublishAssemblies.
MSI (s) (DC:14) [10:21:03:985]: Doing action: UnpublishFeatures
Action ended 10:21:03: MsiUnpublishAssemblies. Return value 1.
Action start 10:21:03: UnpublishFeatures.
MSI (s) (DC:14) [10:21:03:985]: Doing action: StopServices
Action ended 10:21:03: UnpublishFeatures. Return value 1.
MSI (s) (DC:14) [10:21:03:985]: Note: 1: 2262 2: ServiceControl 3: -2147287038
Action start 10:21:03: StopServices.
MSI (s) (DC:14) [10:21:03:985]: Doing action: DeleteServices
Action ended 10:21:03: StopServices. Return value 1.
MSI (s) (DC:14) [10:21:03:985]: Note: 1: 2262 2: ServiceControl 3: -2147287038
Action start 10:21:03: DeleteServices.
MSI (s) (DC:14) [10:21:03:985]: Doing action: UnregisterComPlus
Action ended 10:21:03: DeleteServices. Return value 1.
MSI (s) (DC:14) [10:21:03:985]: Note: 1: 2205 2: 3: Complus
MSI (s) (DC:14) [10:21:03:985]: Note: 1: 2228 2: 3: Complus 4: SELECT `ComponentId`, `FileName`, `Component`.`Directory_`, `ExpType`, `Component`.`Action`, `Component`.`Installed` FROM `Complus`, `Component`, `File` WHERE `Complus`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND `Action` = 0
Action start 10:21:03: UnregisterComPlus.
MSI (s) (DC:14) [10:21:03:985]: Doing action: SelfUnregModules
Action ended 10:21:03: UnregisterComPlus. Return value 0.
MSI (s) (DC:14) [10:21:03:985]: Note: 1: 2205 2: 3: SelfReg
MSI (s) (DC:14) [10:21:03:985]: Note: 1: 2228 2: 3: SelfReg 4: Select `File`.`FileName`,`Component`.`Directory_`,`Component`.`Installed`, `File`.`Component_`,`SelfReg`.`File_` From `SelfReg`, `File`, `Component` Where `SelfReg`.`File_` = `File`.`File` And `File`.`Component_` = `Component`.`Component` And `Component`.`Action` = 0
Action start 10:21:03: SelfUnregModules.
MSI (s) (DC:14) [10:21:03:985]: Doing action: UnregisterTypeLibraries
Action ended 10:21:03: SelfUnregModules. Return value 1.
MSI (s) (DC:14) [10:21:03:995]: Note: 1: 2262 2: TypeLib 3: -2147287038
Action start 10:21:03: UnregisterTypeLibraries.
MSI (s) (DC:14) [10:21:03:995]: Doing action: UnregisterFonts
Action ended 10:21:03: UnregisterTypeLibraries. Return value 1.
MSI (s) (DC:14) [10:21:03:995]: Note: 1: 2205 2: 3: Font
MSI (s) (DC:14) [10:21:03:995]: Note: 1: 2228 2: 3: Font 4: SELECT `FontTitle`, `FileName`, `Directory_`, `Installed`From `Font`, `FileAction` Where `Font`.`File_` = `FileAction`.`File` And `FileAction`.`Action` = 0 ORDER BY `FileAction`.`Directory_`
Action start 10:21:03: UnregisterFonts.
MSI (s) (DC:14) [10:21:03:995]: Doing action: RemoveRegistryValues
Action ended 10:21:03: UnregisterFonts. Return value 1.
Action start 10:21:03: RemoveRegistryValues.
MSI (s) (DC:14) [10:21:03:995]: Doing action: UnregisterClassInfo
Action ended 10:21:03: RemoveRegistryValues. Return value 1.
MSI (s) (DC:14) [10:21:03:995]: Note: 1: 2262 2: Class 3: -2147287038
Action start 10:21:03: UnregisterClassInfo.
MSI (s) (DC:14) [10:21:03:995]: Doing action: UnregisterExtensionInfo
Action ended 10:21:03: UnregisterClassInfo. Return value 1.
MSI (s) (DC:14) [10:21:03:995]: Note: 1: 2262 2: Extension 3: -2147287038
Action start 10:21:03: UnregisterExtensionInfo.
MSI (s) (DC:14) [10:21:03:995]: Doing action: UnregisterProgIdInfo
Action ended 10:21:03: UnregisterExtensionInfo. Return value 1.
MSI (s) (DC:14) [10:21:03:995]: Note: 1: 2205 2: 3: ProgId
MSI (s) (DC:14) [10:21:03:995]: Note: 1: 2228 2: 3: ProgId 4: SELECT DISTINCT `BinaryType`, `ProgId`, `Class_`, `ProgId`.`Description`, `ProgId`.`Icon_`, `ProgId`.`IconIndex`, null, `Component`.`RuntimeFlags` , `Component`.`Component` FROM `ProgId`, `Class`, `Feature`, `Component` WHERE `ProgId`.`Class_` = `Class`.`CLSID` AND `Class`.`Feature_` = `Feature` AND `Class`.`Component_` = `Component` AND (`Feature`.`Action` = 0 OR (`Feature`.`Action` = 4 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)) OR ((`Feature`.`Action` = NULL OR `Feature`.`Action` = 3) AND `Component`.`Action` = 0 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)))
Action start 10:21:03: UnregisterProgIdInfo.
MSI (s) (DC:14) [10:21:03:995]: Doing action: UnregisterMIMEInfo
Action ended 10:21:03: UnregisterProgIdInfo. Return value 0.
MSI (s) (DC:14) [10:21:04:005]: Note: 1: 2205 2: 3: MIME
MSI (s) (DC:14) [10:21:04:005]: Note: 1: 2228 2: 3: MIME 4: SELECT `BinaryType`, `ContentType`, `Extension`.`Extension`, `MIME`.`CLSID`, `Component`.`RuntimeFlags`, `Component`.`Component` FROM `MIME`, `Extension`, `Feature`, `Component` WHERE `MIME`.`Extension_` = `Extension`.`Extension` AND `Feature_` = `Feature` AND `Extension`.`Component_` = `Component` AND (`Feature`.`Action` = 0 OR (`Feature`.`Action` = 4 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)) OR ((`Feature`.`Action` = NULL OR `Feature`.`Action` = 3) AND `Component`.`Action` = 0 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)))
Action start 10:21:04: UnregisterMIMEInfo.
MSI (s) (DC:14) [10:21:04:005]: Doing action: RemoveIniValues
Action ended 10:21:04: UnregisterMIMEInfo. Return value 0.
MSI (s) (DC:14) [10:21:04:005]: Note: 1: 2205 2: 3: IniFile
MSI (s) (DC:14) [10:21:04:005]: Note: 1: 2228 2: 3: IniFile 4: SELECT `FileName`,`IniFile`.`DirProperty`,`Section`,`IniFile`.`Key`,`IniFile`.`Value`,`IniFile`.`Action` FROM `IniFile`, `Component` WHERE `Component`=`Component_` AND `Component`.`Action`=0 ORDER BY `FileName`,`Section`
Action start 10:21:04: RemoveIniValues.
MSI (s) (DC:14) [10:21:04:005]: Doing action: RemoveShortcuts
Action ended 10:21:04: RemoveIniValues. Return value 1.
MSI (s) (DC:14) [10:21:04:005]: Note: 1: 2205 2: 3: Shortcut
MSI (s) (DC:14) [10:21:04:005]: Note: 1: 2228 2: 3: Shortcut 4: SELECT `Name`, null, `Shortcut`.`Directory_`, `Component`.`RuntimeFlags`, `Feature`.`Action`, `Component`.`Action` From `Shortcut`, `Feature`, `Component` WHERE `Target` = `Feature` AND `Shortcut`.`Component_` = `Component` AND (`Feature`.`Action` = 0 OR (`Feature`.`Action` = 4 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)) OR ((`Feature`.`Action` = NULL OR `Feature`.`Action` = 3) AND `Component`.`Action` = 0 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)))
Action start 10:21:04: RemoveShortcuts.
MSI (s) (DC:14) [10:21:04:005]: Doing action: LibPath_CA.DBDB055A_93F7_4D0A_A027_AB3FF6712C93
Action ended 10:21:04: RemoveShortcuts. Return value 0.
MSI (s) (DC:14) [10:21:04:005]: PROPERTY CHANGE: Adding LIB_PATH.DBDB055A_93F7_4D0A_A027_AB3FF6712C93 property. Its value is 'C:\Program Files\SQLXML 4.0\bin\'.
Action start 10:21:04: LibPath_CA.DBDB055A_93F7_4D0A_A027_AB3FF6712C93.
MSI (s) (DC:14) [10:21:04:005]: Doing action: RemoveEnvironmentStrings
Action ended 10:21:04: LibPath_CA.DBDB055A_93F7_4D0A_A027_AB3FF6712C93. Return value 1.
Action start 10:21:04: RemoveEnvironmentStrings.
MSI (s) (DC:14) [10:21:04:005]: Doing action: RemoveDuplicateFiles
Action ended 10:21:04: RemoveEnvironmentStrings. Return value 1.
Action start 10:21:04: RemoveDuplicateFiles.
MSI (s) (DC:14) [10:21:04:005]: Doing action: RemoveFiles
Action ended 10:21:04: RemoveDuplicateFiles. Return value 1.
MSI (s) (DC:14) [10:21:04:005]: Note: 1: 2205 2: 3: RemoveFile
MSI (s) (DC:14) [10:21:04:005]: Note: 1: 2205 2: 3: RemoveFile
Action start 10:21:04: RemoveFiles.
MSI (s) (DC:14) [10:21:04:015]: Doing action: RemoveFolders
Action ended 10:21:04: RemoveFiles. Return value 0.
Action start 10:21:04: RemoveFolders.
MSI (s) (DC:14) [10:21:04:015]: Doing action: CreateFolders
Action ended 10:21:04: RemoveFolders. Return value 0.
Action start 10:21:04: CreateFolders.
MSI (s) (DC:14) [10:21:04:015]: Doing action: MoveFiles
Action ended 10:21:04: CreateFolders. Return value 0.
Action start 10:21:04: MoveFiles.
MSI (s) (DC:14) [10:21:04:015]: Doing action: InstallFiles
Action ended 10:21:04: MoveFiles. Return value 1.
Action start 10:21:04: InstallFiles.
MSI (s) (DC:14) [10:21:04:015]: Note: 1: 2205 2: 3: Patch
MSI (s) (DC:14) [10:21:04:015]: Note: 1: 2228 2: 3: Patch 4: SELECT `Patch`.`File_`, `Patch`.`Header`, `Patch`.`Attributes`, `Patch`.`Sequence`, `Patch`.`StreamRef_` FROM `Patch` WHERE `Patch`.`File_` = ? AND `Patch`.`#_MsiActive`=? ORDER BY `Patch`.`Sequence`
MSI (s) (DC:14) [10:21:04:015]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (DC:14) [10:21:04:015]: Note: 1: 2228 2: 3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ?
MSI (s) (DC:14) [10:21:04:015]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (DC:14) [10:21:04:015]: Doing action: DuplicateFiles
Action ended 10:21:04: InstallFiles. Return value 1.
Action start 10:21:04: DuplicateFiles.
MSI (s) (DC:14) [10:21:04:025]: Doing action: PatchFiles
Action ended 10:21:04: DuplicateFiles. Return value 1.
MSI (s) (DC:14) [10:21:04:025]: Note: 1: 2205 2: 3: Patch
MSI (s) (DC:14) [10:21:04:025]: Note: 1: 2228 2: 3: Patch 4: SELECT `File`,`FileName`,`FileSize`,`Directory_`,`PatchSize`,`File`.`Attributes`,`Patch`.`Attributes`,`Patch`.`Sequence`,`Component`.`Component`,`Component`.`ComponentId` FROM `File`,`Component`,`Patch` WHERE `Patch`.`#_MsiActive`=? AND `File`=`File_` AND `Component`=`Component_` ORDER BY `Patch`.`Sequence`
Action start 10:21:04: PatchFiles.
MSI (s) (DC:14) [10:21:04:025]: Doing action: BindImage
Action ended 10:21:04: PatchFiles. Return value 0.
Action start 10:21:04: BindImage.
MSI (s) (DC:14) [10:21:04:025]: Doing action: RegisterClassInfo
Action ended 10:21:04: BindImage. Return value 1.
MSI (s) (DC:14) [10:21:04:025]: Note: 1: 2262 2: Class 3: -2147287038
Action start 10:21:04: RegisterClassInfo.
MSI (s) (DC:14) [10:21:04:025]: Doing action: RegisterExtensionInfo
Action ended 10:21:04: RegisterClassInfo. Return value 1.
MSI (s) (DC:14) [10:21:04:025]: Note: 1: 2262 2: Extension 3: -2147287038
Action start 10:21:04: RegisterExtensionInfo.
MSI (s) (DC:14) [10:21:04:025]: Doing action: RegisterProgIdInfo
Action ended 10:21:04: RegisterExtensionInfo. Return value 1.
MSI (s) (DC:14) [10:21:04:025]: Note: 1: 2205 2: 3: ProgId
MSI (s) (DC:14) [10:21:04:025]: Note: 1: 2228 2: 3: ProgId 4: SELECT DISTINCT `BinaryType`, `ProgId`, `Class_`, `ProgId`.`Description`, `ProgId`.`Icon_`, `ProgId`.`IconIndex`, null, `Component`.`RuntimeFlags`, `Component`.`Component` FROM `ProgId`, `Class`, `Feature`, `Component` WHERE `ProgId`.`Class_` = `Class`.`CLSID` AND `Class`.`Feature_` = `Feature` AND `Class`.`Component_` = `Component` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)) OR (`Feature`.`Action` = NULL AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND ((`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4))))
Action start 10:21:04: RegisterProgIdInfo.
MSI (s) (DC:14) [10:21:04:025]: Doing action: RegisterMIMEInfo
Action ended 10:21:04: RegisterProgIdInfo. Return value 0.
MSI (s) (DC:14) [10:21:04:025]: Note: 1: 2205 2: 3: MIME
MSI (s) (DC:14) [10:21:04:025]: Note: 1: 2228 2: 3: MIME 4: SELECT `BinaryType`, `ContentType`, `Extension`.`Extension`, `MIME`.`CLSID`, `Component`.`RuntimeFlags`, `Component`.`Component` FROM `MIME`, `Extension`, `Feature`, `Component` WHERE `MIME`.`Extension_` = `Extension`.`Extension` AND `Feature_` = `Feature` AND `Extension`.`Component_` = `Component` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)) OR (`Feature`.`Action` = NULL AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND ((`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4))))
Action start 10:21:04: RegisterMIMEInfo.
MSI (s) (DC:14) [10:21:04:035]: Doing action: WriteRegistryValues
Action ended 10:21:04: RegisterMIMEInfo. Return value 0.
Action start 10:21:04: WriteRegistryValues.
MSI (s) (DC:14) [10:21:04:035]: Doing action: WriteIniValues
Action ended 10:21:04: WriteRegistryValues. Return value 1.
MSI (s) (DC:14) [10:21:04:035]: Note: 1: 2205 2: 3: IniFile
MSI (s) (DC:14) [10:21:04:035]: Note: 1: 2228 2: 3: IniFile 4: SELECT `FileName`,`IniFile`.`DirProperty`,`Section`,`IniFile`.`Key`,`IniFile`.`Value`,`IniFile`.`Action` FROM `IniFile`, `Component` WHERE `Component`=`Component_` AND (`Component`.`Action`=1 OR `Component`.`Action`=2) ORDER BY `FileName`,`Section`
Action start 10:21:04: WriteIniValues.
MSI (s) (DC:14) [10:21:04:035]: Doing action: WriteEnvironmentStrings
Action ended 10:21:04: WriteIniValues. Return value 1.
Action start 10:21:04: WriteEnvironmentStrings.
MSI (s) (DC:14) [10:21:04:035]: Doing action: RegisterFonts
Action ended 10:21:04: WriteEnvironmentStrings. Return value 1.
MSI (s) (DC:14) [10:21:04:035]: Note: 1: 2205 2: 3: Font
MSI (s) (DC:14) [10:21:04:035]: Note: 1: 2228 2: 3: Font 4: SELECT `FontTitle`, `FileName`, `Directory_`, `Action` From `Font`, `FileAction` Where `Font`.`File_` = `FileAction`.`File` And (`FileAction`.`Action` = 1 Or `FileAction`.`Action` = 2) ORDER BY `FileAction`.`Directory_`
Action start 10:21:04: RegisterFonts.
MSI (s) (DC:14) [10:21:04:035]: Doing action: RegisterTypeLibraries
Action ended 10:21:04: RegisterFonts. Return value 1.
MSI (s) (DC:14) [10:21:04:035]: Note: 1: 2262 2: TypeLib 3: -2147287038
Action start 10:21:04: RegisterTypeLibraries.
MSI (s) (DC:14) [10:21:04:035]: Doing action: SelfRegModules
Action ended 10:21:04: RegisterTypeLibraries. Return value 1.
MSI (s) (DC:14) [10:21:04:045]: Note: 1: 2205 2: 3: SelfReg
MSI (s) (DC:14) [10:21:04:045]: Note: 1: 2228 2: 3: SelfReg 4: Select `FileAction`.`FileName`,`FileAction`.`Directory_`,`FileAction`.`Action`, `FileAction`.`Component_`,`SelfReg`.`File_` From `SelfReg`, `FileAction` Where `SelfReg`.`File_` = `FileAction`.`File` And (`FileAction`.`Action` = 1 OR `FileAction`.`Action` = 2)
Action start 10:21:04: SelfRegModules.
MSI (s) (DC:14) [10:21:04:045]: Doing action: RegisterComPlus
Action ended 10:21:04: SelfRegModules. Return value 1.
MSI (s) (DC:14) [10:21:04:045]: Note: 1: 2205 2: 3: Complus
MSI (s) (DC:14) [10:21:04:045]: Note: 1: 2228 2: 3: Complus 4: SELECT `ComponentId`, `FileName`, `Component`.`Directory_`, `ExpType`, `Component`.`Action`, `Component`.`Installed` FROM `Complus`, `Component`, `File` WHERE `Complus`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND (`Action` = 1 OR `Action` = 2)
Action start 10:21:04: RegisterComPlus.
MSI (s) (DC:14) [10:21:04:045]: Doing action: InstallServices
Action ended 10:21:04: RegisterComPlus. Return value 0.
MSI (s) (DC:14) [10:21:04:045]: Detected older ServiceInstall table schema
MSI (s) (DC:14) [10:21:04:045]: Note: 1: 2205 2: 3: ServiceInstall
MSI (s) (DC:14) [10:21:04:045]: Note: 1: 2228 2: 3: ServiceInstall 4: SELECT `Name`,`DisplayName`,`ServiceType`,`StartType`,`ErrorControl`,`LoadOrderGroup`,`Dependencies`,`StartName`,`Password`,`ComponentId`,`Directory_`,`FileName`,`Arguments` FROM `ServiceInstall`, `Component`, `File` WHERE `ServiceInstall`.`Component_` = `Component`.`Component` AND (`Component`.`KeyPath` = `File`.`File`) AND (`Action` = 1 OR `Action` = 2)
Action start 10:21:04: InstallServices.
MSI (s) (DC:14) [10:21:04:045]: Doing action: StartServices
Action ended 10:21:04: InstallServices. Return value 1.
MSI (s) (DC:14) [10:21:04:045]: Note: 1: 2262 2: ServiceControl 3: -2147287038
Action start 10:21:04: StartServices.
MSI (s) (DC:14) [10:21:04:045]: Doing action: RegisterUser
Action ended 10:21:04: StartServices. Return value 1.
Action start 10:21:04: RegisterUser.
MSI (s) (DC:14) [10:21:04:045]: Doing action: RegisterProduct
Action ended 10:21:04: RegisterUser. Return value 0.
Action start 10:21:04: RegisterProduct.
MSI (s) (DC:14) [10:21:04:045]: Doing action: PublishComponents
Action ended 10:21:04: RegisterProduct. Return value 1.
MSI (s) (DC:14) [10:21:04:045]: Note: 1: 2262 2: PublishComponent 3: -2147287038
Action start 10:21:04: PublishComponents.
MSI (s) (DC:14) [10:21:04:055]: Doing action: MsiPublishAssemblies
Action ended 10:21:04: PublishComponents. Return value 1.
Action start 10:21:04: MsiPublishAssemblies.
MSI (s) (DC:14) [10:21:04:075]: Doing action: PublishFeatures
Action ended 10:21:04: MsiPublishAssemblies. Return value 1.
Action start 10:21:04: PublishFeatures.
MSI (s) (DC:14) [10:21:04:075]: Doing action: PublishProduct
Action ended 10:21:04: PublishFeatures. Return value 1.
Action start 10:21:04: PublishProduct.
MSI (s) (DC:14) [10:21:04:075]: Doing action: CreateShortcuts
Action ended 10:21:04: PublishProduct. Return value 1.
MSI (s) (DC:14) [10:21:04:075]: Note: 1: 2205 2: 3: Shortcut
MSI (s) (DC:14) [10:21:04:075]: Note: 1: 2228 2: 3: Shortcut 4: SELECT `Name`, `FileName`, `Component`.`Directory_`, `Arguments`, `WkDir`, `Icon_`, `IconIndex`, `Hotkey`, `ShowCmd`, `Shortcut`.`Description`, `Shortcut`.`Directory_`, `Component`.`RuntimeFlags`, `Component`.`Action`, `Target`, `ComponentId`, `Feature`.`Action`, `Component`.`Installed` From `Shortcut`, `Feature`, `Component`, `File` WHERE `Target` = `Feature` AND `Shortcut`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)) OR (`Feature`.`Action` = NULL AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)))
Action start 10:21:04: CreateShortcuts.
MSI (s) (DC:14) [10:21:04:075]: Doing action: InstallFinalize
Action ended 10:21:04: CreateShortcuts. Return value 0.
MSI (s) (DC:14) [10:21:04:075]: Running Script: C:\WINNEW\Installer\MSI2F8.tmp
MSI (s) (DC:14) [10:21:04:075]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'.
MSI (s) (DC:14) [10:21:04:075]: Machine policy value 'DisableRollback' is 0
MSI (s) (DC:14) [10:21:04:085]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (DC:14) [10:21:04:085]: Executing op: Header(Signature=1397708873,Version=301,Timestamp=896357026,LangId=1033,Platform=0,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
Action start 10:21:04: InstallFinalize.
MSI (s) (DC:14) [10:21:04:085]: Executing op: ProductInfo(ProductKey={A188FCCF-E929-494D-B1F1-4313E02ACD52},ProductName=SQLXML4,PackageName=sqlxml4.msi,Language=1033,Version=150996991,Assignment=1,ObsoleteArg=0,ProductIcon=ARPIco,,PackageCode={67091D51-690A-4EA4-A8A3-E8D3623BF9C7},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0)
MSI (s) (DC:14) [10:21:04:085]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (DC:14) [10:21:04:085]: Executing op: DialogInfo(Type=1,Argument=SQLXML4)
MSI (s) (DC:14) [10:21:04:085]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
MSI (s) (DC:14) [10:21:04:085]: Executing op: SetBaseline(Baseline=0,)
MSI (s) (DC:14) [10:21:04:085]: Executing op: SetBaseline(Baseline=1,)
MSI (s) (DC:14) [10:21:04:085]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,)
MSI (s) (DC:14) [10:21:04:085]: Executing op: ProgressTotal(Total=3,Type=1,ByteEquivalent=24000)
MSI (s) (DC:14) [10:21:04:085]: Executing op: ComponentRegister(ComponentId={C4C2542F-6A32-4890-A8B1-FE6322D1CDE1},KeyPath=02:\SOFTWARE\Microsoft\Microsoft SQL Server\SQLXML4\CurrentVersion\Version,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
MSI (s) (DC:14) [10:21:04:085]: Executing op: ComponentRegister(ComponentId={353503EA-9774-44C2-AA29-9E996B3612E8},KeyPath=02:\SOFTWARE\Microsoft\Microsoft SQL Server\SQLXML4\MSIRefCount\Uninstall,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
MSI (s) (DC:14) [10:21:04:095]: Executing op: ComponentRegister(ComponentId={8D48C3A1-F90F-4C6F-AE8C-766A0B6F807B},KeyPath=C:\Program Files\Microsoft SQL Server\90\EULA\License_SQLXML4_ENU.txt,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
MSI (s) (DC:14) [10:21:04:095]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1], Directory: [9], Size: Devil)
MSI (s) (DC:14) [10:21:04:095]: Executing op: ProgressTotal(Total=14738,Type=0,ByteEquivalent=1)
MSI (s) (DC:14) [10:21:04:095]: Executing op: SetTargetFolder(Folder=C:\Program Files\Microsoft SQL Server\90\EULA\)
MSI (s) (DC:14) [10:21:04:095]: Executing op: SetSourceFolder(Folder=1\PFiles\MICROS~1\90\EULA\|Program Files\Microsoft SQL Server\90\EULA\)
MSI (s) (DC:14) [10:21:04:095]: Executing op: ChangeMedia(MediaVolumeLabel=SQLXML4,MediaPrompt=Please insert the disk: ,MediaCabinet=SQLXML4.cab,BytesPerTick=32768,CopierType=2,ModuleFileName=1\sqlxml4.msi,,,,,IsFirstPhysicalMedia=1)
MSI (s) (DC:14) [10:21:04:095]: Executing op: FileCopy(SourceName=LIC1033.txt|License_SQLXML4_ENU.txt,SourceCabKey=License_SQLXML4_ENU.txt.2CD9C3F9_B8A2_4FF2_B0D3_DD85A23D9CB3,DestName=License_SQLXML4_ENU.txt,Attributes=0,FileSize=14738,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-337957548,HashPart2=-745081416,HashPart3=313347361,HashPart4=708363616,,)
MSI (s) (DC:14) [10:21:04:095]: File: C:\Program Files\Microsoft SQL Server\90\EULA\License_SQLXML4_ENU.txt; To be installed; Won't patch; No existing file
MSI (s) (DC:14) [10:21:04:095]: Resolving source.
MSI (s) (DC:14) [10:21:04:095]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (DC:14) [10:21:04:095]: User policy value 'DisableMedia' is 0
MSI (s) (DC:14) [10:21:04:095]: Machine policy value 'AllowLockdownMedia' is 0
MSI (s) (DC:14) [10:21:04:095]: SOURCEMGMT: Media enabled only if package is safe.
MSI (s) (DC:14) [10:21:04:095]: SOURCEMGMT: Looking for sourcelist for product {A188FCCF-E929-494D-B1F1-4313E02ACD52}
MSI (s) (DC:14) [10:21:04:095]: SOURCEMGMT: Adding {A188FCCF-E929-494D-B1F1-4313E02ACD52}; to potential sourcelist list (pcode;disk;relpath).
MSI (s) (DC:14) [10:21:04:095]: SOURCEMGMT: Now checking product {A188FCCF-E929-494D-B1F1-4313E02ACD52}
MSI (s) (DC:14) [10:21:04:095]: SOURCEMGMT: Media is enabled for product.
MSI (s) (DC:14) [10:21:04:095]: SOURCEMGMT: Attempting to use LastUsedSource from source list.
MSI (s) (DC:14) [10:21:04:095]: SOURCEMGMT: Trying source \\MARCUS\m$\483fc276c23f65bca4\HotFixSqlxml4\Files\.
MSI (s) (DC:14) [10:21:04:125]: Note: 1: 2203 2: \\MARCUS\m$\483fc276c23f65bca4\HotFixSqlxml4\Files\sqlxml4.msi 3: -2147287037
MSI (s) (DC:14) [10:21:04:125]: SOURCEMGMT: Source is invalid due to missing/inaccessible package.
MSI (s) (DC:14) [10:21:04:125]: Note: 1: 1706 2: -2147483647 3: sqlxml4.msi
MSI (s) (DC:14) [10:21:04:125]: SOURCEMGMT: Processing net source list.
MSI (s) (DC:14) [10:21:04:125]: Note: 1: 1706 2: -2147483647 3: sqlxml4.msi
MSI (s) (DC:14) [10:21:04:125]: SOURCEMGMT: Processing media source list.
MSI (s) (DC:14) [10:21:05:177]: SOURCEMGMT: Trying media source D:\.
MSI (s) (DC:14) [10:21:05:177]: Note: 1: 2203 2: D:\sqlxml4.msi 3: -2147287038
MSI (s) (DC:14) [10:21:05:177]: SOURCEMGMT: Source is invalid due to missing/inaccessible package.
MSI (s) (DC:14) [10:21:05:177]: Note: 1: 1706 2: -2147483647 3: sqlxml4.msi
MSI (s) (DC:14) [10:21:05:177]: SOURCEMGMT: Processing URL source list.
MSI (s) (DC:14) [10:21:05:177]: Note: 1: 1402 2: UNKNOWN\URL 3: 2
MSI (s) (DC:14) [10:21:05:177]: Note: 1: 1706 2: -2147483647 3: sqlxml4.msi
MSI (s) (DC:14) [10:21:05:177]: Note: 1: 1706 2: 3: sqlxml4.msi
MSI (s) (DC:14) [10:21:05:177]: SOURCEMGMT: Failed to resolve source
MSI (s) (DC:14) [10:21:18:867]: Product: SQLXML4 -- Error 1706. An installation package for the product SQLXML4 cannot be found. Try the installation again using a valid copy of the installation package 'sqlxml4.msi'.

Error 1706. An installation package for the product SQLXML4 cannot be found. Try the installation again using a valid copy of the installation package 'sqlxml4.msi'.
MSI (s) (DC:14) [10:21:18:877]: User policy value 'DisableRollback' is 0
MSI (s) (DC:14) [10:21:18:877]: Machine policy value 'DisableRollback' is 0
Action ended 10:21:18: InstallFinalize. Return value 3.
MSI (s) (DC:14) [10:21:18:877]: Executing op: Header(Signature=1397708873,Version=301,Timestamp=896357027,LangId=1033,Platform=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
MSI (s) (DC:14) [10:21:18:877]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (DC:14) [10:21:18:877]: Executing op: DialogInfo(Type=1,Argument=SQLXML4)
MSI (s) (DC:14) [10:21:18:877]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
MSI (s) (DC:14) [10:21:18:877]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1], Directory: [9], Size: Devil)
MSI (s) (DC:14) [10:21:18:877]: Executing op: SetTargetFolder(Folder=C:\Program Files\Microsoft SQL Server\90\EULA\)
MSI (s) (DC:14) [10:21:18:877]: Executing op: ProductInfo(ProductKey={A188FCCF-E929-494D-B1F1-4313E02ACD52},ProductName=SQLXML4,PackageName=sqlxml4.msi,Language=1033,Version=150996991,Assignment=1,ObsoleteArg=0,ProductIcon=ARPIco,,PackageCode={67091D51-690A-4EA4-A8A3-E8D3623BF9C7},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0)
MSI (s) (DC:14) [10:21:18:877]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,)
MSI (s) (DC:14) [10:21:18:877]: Executing op: ComponentRegister(ComponentId={8D48C3A1-F90F-4C6F-AE8C-766A0B6F807B},KeyPath=C:\Program Files\Microsoft SQL Server\90\EULA\License_SQLXML4_ENU.txt,State=3,ProductKey={A188FCCF-E929-494D-B1F1-4313E02ACD52},,SharedDllRefCount=0,BinaryType=0)
MSI (s) (DC:14) [10:21:18:877]: Executing op: ComponentRegister(ComponentId={353503EA-9774-44C2-AA29-9E996B3612E8},KeyPath=02:\SOFTWARE\Microsoft\Microsoft SQL Server\SQLXML4\MSIRefCount\Uninstall,State=3,ProductKey={A188FCCF-E929-494D-B1F1-4313E02ACD52},,SharedDllRefCount=0,BinaryType=0)
MSI (s) (DC:14) [10:21:18:877]: Executing op: ComponentRegister(ComponentId={C4C2542F-6A32-4890-A8B1-FE6322D1CDE1},KeyPath=02:\SOFTWARE\Microsoft\Microsoft SQL Server\SQLXML4\CurrentVersion\Version,State=3,ProductKey={A188FCCF-E929-494D-B1F1-4313E02ACD52},,SharedDllRefCount=0,BinaryType=0)
MSI (s) (DC:14) [10:21:18:877]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0)
MSI (s) (DC:14) [10:21:18:877]: Error in rollback skipped. Return: 5
MSI (s) (DC:14) [10:21:18:887]: No System Restore sequence number for this installation.
MSI (s) (DC:14) [10:21:18:887]: Unlocking Server
MSI (s) (DC:14) [10:21:18:887]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'.
Action ended 10:21:18: INSTALL. Return value 3.
Property(S): STPSETUPTHREADID = 1420
Property(S): ProductCode = {A188FCCF-E929-494D-B1F1-4313E02ACD52}
Property(S): ProductLanguage = 1033
Property(S): UpgradeCode = {D9CA3D82-6F1B-41A7-8141-B90ACA8F865B}
Property(S): Manufacturer = Microsoft Corporation
Property(S): ProductToBeRegistered = 1
Property(S): ProductVersion = 9.00.2047.00
Property(S): Privileged = 1
Property(S): AppGuidRegKey = Redist_Uninstall_RegKey
Property(S): INSTALLSQLSHAREDDIR = C:\Program Files\Microsoft SQL Server\
Property(S): ARPPRODUCTICON = ARPIco
Property(S): PIDTemplate = 53934<````=````=````=````=`````>@.@.@.@.@.
Property(S): PROMPTROLLBACKCOST = P
Property(S): DiskPrompt = [1]
Property(S): INSTALLLEVEL = 100
Property(S): ALLUSERS = 1
Property(S): InstallMode = Typical
Property(S): ErrorIcon = ErrorIco
Property(S): SuccessIcon = SuccessIco
Property(S): WarningIcon = WarningIco
Property(S): LicenseIcon = LicenseIco
Property(S): SetupIcon = SetupIco
Property(S): CompleteIcon = CompleteIco
Property(S): CustomIcon = CustomIco
Property(S): RepairIcon = RepairIco
Property(S): RemoveIcon = RemoveIco
Property(S): ModifyIcon = ModifyIco
Property(S): NewIcon = NewIco
Property(S): UpIcon = UpIco
Property(S): DialogBanner = BannerBmp
Property(S): WelcomeBmp = WelcomeBmp
Property(S): ApplicationUsers = AllUsers
Property(S): Details = 0
Property(S): AgreeToLicense = No
Property(S): _IsMaintenance = Reinstall
Property(S): _IsMaintenance2 = Modify
Property(S): ReinstallModeText = omus
Property(S): Display_IsBitmapDlg = 1
Property(S): Interrupted = 0
Property(S): ProductID = none
Property(S): ISENABLEDWUSFINISHDIALOG = 1
Property(S): SQLServerText1 = 0
Property(S): SQLServerVersionText1 = 0
Property(S): SQLServerVersionText2 = 0
Property(S): SQLServerVersionText3 = 0
Property(S): CA_ERRORCOUNT = 0
Property(S): CA_WARNINGCOUNT = 0
Property(S): CA_SUCCESSCOUNT = 0
Property(S): UI_SHOWCOPYRIGHT = yes
Property(S): ShowUserRegistrationDlg = 1
Property(S): SecureCustomProperties = NEWERFOUND.70B541F4_D23E_4D3B_B84D_DFEBFFA28221;OLDERFOUND.70B541F4_D23E_4D3B_B84D_DFEBFFA28221;OLDERFOUND2.70B541F4_D23E_4D3B_B84D_DFEBFFA28221
Property(S): ErrorDialog = ErrorDlg
Property(S): DefaultUIFont = Tahoma8
Property(S): VersionNT = 501
Property(S): ButtonTextStyle = {\ButtonTextStyle}
Property(S): DlgTextStyle = {\DlgTextStyle}
Property(S): DlgTextStyleB = {\DlgTextStyleB}
Property(S): DlgTitleStyle = {\DlgTitleStyle}
Property(S): DlgTitleStyleB = {\DlgTitleStyleB}
Property(S): FixedStyle = {\FixedStyle}
Property(S): Installed = 00:00:00
Property(S): TARGETDIR = M:\
Property(S): COMPANYNAME =
Property(S): USERNAME = Mark Korolevich
Property(S): DialogTitleSetup = Setup
Property(S): DialogTitlePatch = Patch
Property(S): DialogTitleUpgrade = Upgrade
Property(S): Text_ArrowLeft = <
Property(S): Text_ArrowRight = >
Property(S): ButtonText_Next = Next
Property(S): ButtonText_Next_Hot = &Next
Property(S): ButtonText_Cancel = Cancel
Property(S): ButtonText_Cancel_Hot = &Cancel
Property(S): ButtonText_Back = Back
Property(S): ButtonText_Back_Hot = &Back
Property(S): ButtonText_Finish = Finish
Property(S): ButtonText_Finish_Hot = &Finish
Property(S): ButtonText_Update = Update >
Property(S): ButtonText_Update_Hot = &Update >
Property(S): ButtonText_Ok = OK
Property(S): ButtonText_Ok_Hot = &OK
Property(S): ButtonText_Yes = Yes
Property(S): ButtonText_Yes_Hot = &Yes
Property(S): ButtonText_No = No
Property(S): ButtonText_No_Hot = &No
Property(S): ButtonText_Abort = Abort
Property(S): ButtonText_Abort_Hot = &Abort
Property(S): ButtonText_Ignore = Ignore
Property(S): ButtonText_Ignore_Hot = &Ignore
Property(S): ButtonText_Retry = Retry
Property(S): ButtonText_Retry_Hot = &Retry
Property(S): ButtonText_Change = Change...
Property(S): ButtonText_Change_Hot = &Change...
Property(S): ButtonText_Help = Help
Property(S): ButtonText_Help_Hot = &Help
Property(S): ButtonText_Install = Install
Property(S): ButtonText_Install_Hot = &Install
Property(S): ButtonText_Exit = Exit
Property(S): ButtonText_Exit_Hot = &Exit
Property(S): ButtonText_Remove = Remove
Property(S): ButtonText_Remove_Hot = &Remove
Property(S): ButtonText_Space = Space
Property(S): ButtonText_Space_Hot = &Space
Property(S): ButtonText_Browse = Browse...
Property(S): ButtonText_Browse_Hot = Bro&wse...
Property(S): ButtonText_DiskCost = Disk Cost...
Property(S): ButtonText_DiskCost_Hot = &Disk Cost...
Property(S): LabelText_Status = Status
Property(S): LabelText_SerialNumber = &Serial Number:
Property(S): LabelText_UserName = &User Name
Property(S): LabelText_PersonName = Name
Property(S): LabelText_PersonOrganization = Company
Property(S): LabelText_InstallTo = Install to
Property(S): LabelText_Modify = &Modify
Property(S): LabelText_Repair = Re&pair
Property(S): LabelText_Remove = &Remove
Property(S): LabelText_Complete = &Complete
Property(S): LabelText_Custom = Cu&stom
Property(S): LabelText_NetworkLocation = &Network location:
Property(S): LabelText_LookIn = &Look in
Property(S): LabelText_FolderName = &Folder name
Property(S): LabelText_FeatureDescription = Feature description
Property(S): LabelText_CopyFilesFrom = Copy Files from
Property(S): LabelText_InstallFor = Install this application for
Property(S): HeadText_AdminWelcome = Welcome to the Install Wizard for
Property(S): HeadText_InstallWelcome = Welcome to the Install Wizard for
Property(S): HeadText_WelcomePatch = Welcome to the Patch for
Property(S): HeadText_SetupWelcome = Welcome to the
Property(S): HeadText_SetupWelcome2 = Setup
Property(S): HeadText_ResumeInstall = Resuming the Install Wizard for
Property(S): HeadText_SetupInterrupted = Setup Interrupted
Property(S): HeadText_LicenseAgreement = License Agreement
Property(S): HeadText_FeatureSelection = Feature Selection
Property(S): HeadText_NetworkLocation = Network Location
Property(S): HeadText_ProgramMaintenance = Program Maintenance
Property(S): HeadText_DiskSpaceRequirements = Disk Space Requirements
Property(S): HeadText_FilesInUse = Files in Use
Property(S): HeadText_DatabaseFolder = Database Folder
Property(S): HeadText_RegistrationInformation = Registration Information
Property(S): HeadText_CompletingSetup = Completing the
Property(S): HeadText_CompletingSetup2 = Setup
Property(S): HeadText_InstallingProduct = Installing
Property(S): HeadText_UninstallProduct = Uninstalling
Property(S): HeadText_ChangeDestinationFolder = Change Current Destination Folder
Property(S): HeadText_ReadyInstall = Ready to Install the Program
Property(S): HeadText_ReadyRepair = Ready to Repair the Program
Property(S): HeadText_ReadyModify = Ready to Modify the Program
Property(S): HeadText_RemoveProgram = Remove the Program
Property(S): HeadText_OutOfDiskSpace = Out of Disk Space
Property(S): DescText_FilesInUse = Some files that need to be updated are currently in use.
Property(S): DescText_RegistrationInformation = The following information will personalize your installation.
Property(S): DescText_ServerImage = Setup will create a server image of
Property(S): DescText_ServerImage2 = at a specified network location. To continue, click Next.
Property(S): DescText_InstallModifyRemove = Setup helps you install, modify or remove
Property(S): DescText_InstallModifyRemove2 = . To continue, click Next.
Property(S): DescText_PatchInstall = The Install Wizard will install the Patch for
Property(S): DescText_PatchInstall2 = on your computer. To continue, click Update.
Property(S): DescText_WizardComplete = The Install Wizard will complete the installation of
Property(S): DescText_WizardComplete2 = on your computer. To continue, click Next.
Property(S): DescText_CompleteSuspended = The Install Wizard will complete the suspended installation of
Property(S): DescText_CompleteSuspended2 = on your computer. To continue, click Next.
Property(S): DescText_SuccessfulInstallation = Setup has installed
Property(S): DescText_SuccessfulInstallation2 = successfully. Click Finish to exit.
Property(S): DescText_SuccessfulRemove = Setup has removed
Property(S): DescText_SuccessfulRemove2 = successfully. Click Finish to exit.
Property(S): DescText_SuccessfulRepair = Setup has repaired
Property(S): DescText_SuccessfulRepair2 = successfully. Click Finish to exit.
Property(S): DescText_SuccessfulModify = Setup has modified
Property(S): DescText_SuccessfulModify2 = successfully. Click Finish to exit.
Property(S): DescText_SetupInterrupted = Setup was interrupted before
Property(S): DescText_SetupInterrupted2 = could be completely installed.
Property(S): DescText_PreparingSetup = Setup is preparing the Install Wizard which will guide you through the program setup process. Please wait.
Property(S): DescText_FeatureSelection = Select the program features you want installed.
Property(S): DescText_ProgramFeaturesInstall = The program features you selected are being installed.
Property(S): DescText_ProgramFeaturesUninstall = The program features you selected are being uninstalled.
Property(S): DescText_ReadLicense = Please read the following license agreement carefully.
Property(S): DescText_SpecifyNetworkLocation = Specify a network location for the server image of the product.
Property(S): DescText_BrowseDestination = Browse to the destination folder.
Property(S): DescText_ModifyRepairRemove = Repair or remove the program.
Property(S): DescText_ReadyInstallation = Setup is ready to begin installation.
Property(S): DescText_ChosenRemove = You have chosen to remove the program from your system.
Property(S): DescText_DiskSpaceRequirements = The disk space required for the installation of the selected features.
Property(S): DescText_DiskExceedsAvailable = Disk space required for the installation exceeds available disk space.
Property(S): Text_ReRunSetup = Your system has not been modified. To complete installation at another time, please run setup again.
Property(S): Text_FinishExit = Click Finish to exit Setup.
Property(S): Text_RestoreState = You can either keep any existing installed elements on your system to continue this installation at a later time or you can restore your system to its original state prior to the installation.
Property(S): Text_RestoreClick = Click Restore or Continue Later to exit Setup.
Property(S): Text_InstallWait = Please wait while the Install Wizard installs
Property(S): Text_InstallWait2 = . This may take several minutes.
Property(S): Text_UninstallWaitText = Please wait while the Install Wizard uninstalls
Property(S): Text_UninstallWaitText2 = . This may take several minutes.
Property(S): Text_UninstallWait = Please wait while the Install Wizard uninstalls
Property(S): Text_UninstallWait2 = . This may take several minutes.
Property(S): Text_ProgressDone = Progress done
Property(S): Text_Copyright = WARNING: This program is protected by copyright law and international treaties.
Property(S): Text_BeginInstallation = Click Install to begin the installation.
Property(S): Text_ReviewChange = If you want to review or change any of your installation settings, click Back. Click Cancel to exit Setup.
Property(S): Text_AlterFeatureInstall = Click an icon in the following list to change how a feature is installed.
Property(S): Text_ConfirmExit = The installation is not yet complete. Are you sure you want to exit?
Property(S): Text_FeatureSelectionDescription = This feature requires 4 MB on your hard drive.
Property(S): Text_EnterNetworkLocation = Enter the network location or click Change to browse to a location. Click Install to create a server image of
Property(S): Text_EnterNetworkLocation2 = at the specified network location or click Cancel to exit Setup.
Property(S): Text_SelectDifferentDrive = The highlighted volumes do not have enough disk space available for the currently selected features. You can remove files from the highlighted volumes, choose to install less features onto local drives, or select different destination drives.
Property(S): Text_RepairInstallationErrors = Repair installation errors in the program. This option fixes missing or corrupt files, shortcuts, and registry entries.
Property(S): Text_RemoveFromComputer = Remove
Property(S): Text_RemoveFromComputer2 = from your computer.
Property(S): Text_UsingFilesRetry = The following applications are using files that need to be updated by this setup. Close these applications and click Retry to continue.
Property(S): Text_ClickRemove = Click Remove to remove
Property(S): Text_ClickRemove2 = from your computer. After removal, this program will no longer be available for use.
Property(S): Text_ReviewChangeBack = If you want to review or change any settings, click Back.
Property(S): Text_AllUsers = &Anyone who uses this computer (all users)
Property(S): Text_OnlyMe = Only for &me ([USERNAME])
Property(S): Text_NotAcceptTerms = I &do not accept the terms in the license agreement
Property(S): Text_AcceptTerms = I &accept the terms in the license agreement
Property(S): Text_RegInfoNameAndOrg = Enter your name and the name of your organization in the fields below.
Property(S): Text_RegInfoOrg = Enter the name of your organization in the field below.
Property(S): Upgrade_Confirmation = A lower version of this product has been detected on your system. Would you like to upgrade your existing installation?
Property(S): AdminMessage = Setup requires user to be in the administrator group in order to continue the installation process. Setup is aborting as the current user is not in the administrator group.
Property(S): SupportedOSMessage = Installation of this product failed because it is not supported on this operating system. For information on supported configurations, see the product documentation.
Property(S): ShortCutText = SQLXML4
Property(S): DialogTitle = SQLXML4 Setup
Property(S): ProductName = SQLXML4
Property(S): ShortName = SQLXML4
Property(S): DialogPatchTitle = SQLXML4 Patch
Property(S): EnableDotNetCheck = 1
Property(S): EnableFeatureDlg = 1
Property(S): EnableBrowseButton = 0
Property(S): MDAC_VER = 2.81.1117.0
Property(S): ARPHELPLINK = http://go.microsoft.com/fwlink/?LinkId=52157
Property(S): XMLFORSQLFOLDER = C:\Program Files\SQLXML 4.0\
Property(S): ProgramFilesFolder = C:\Program Files\
Property(S): SqlShared = C:\Program Files\Microsoft SQL Server\
Property(S): VSINSTALLDIR = C:\Program Files\Microsoft Visual Studio 8\
Property(S): VSINSTALLROOT = C:\Program Files\Microsoft Visual Studio 8\
Property(S): SqlVer = C:\Program Files\Microsoft SQL Server\90\
Property(S): SqlTools = C:\Program Files\Microsoft SQL Server\90\Tools\
Property(S): SqlToolsBin = C:\Program Files\Microsoft SQL Server\90\Tools\Binn\
Property(S): VSRetarget = C:\Program Files\Microsoft SQL Server\90\Tools\Binn\
Property(S): ProductState = 5
Property(S): PackageCode = {67091D51-690A-4EA4-A8A3-E8D3623BF9C7}
Property(S): XMLFORSQLFOLDER.AE579D9C_0DE0_4358_A8E2_7C9A65FDCA8D = C:\Program Files\SQLXML 4.0\
Property(S): XMLforSQLIncludeSqlXml4.AE579D9C_0DE0_4358_A8E2_7C9A65FDCA8D = C:\Program Files\SQLXML 4.0\Include\
Property(S): Ver90.2CD9C3F9_B8A2_4FF2_B0D3_DD85A23D9CB3 = C:\Program Files\Microsoft SQL Server\90\
Property(S): EULA.2CD9C3F9_B8A2_4FF2_B0D3_DD85A23D9CB3 = C:\Program Files\Microsoft SQL Server\90\EULA\
Property(S): CommonFilesFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C = C:\Program Files\Common Files\
Property(S): CommonFilesSystemFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C = C:\Program Files\Common Files\System\
Property(S): CommonFilesSystemOleDBFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C = C:\Program Files\Common Files\System\Ole DB\
Property(S): ProgramFilesFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C = C:\Program Files\
Property(S): XMLFORSQLFOLDER.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C = C:\Program Files\SQLXML 4.0\
Property(S): BinFolder.C52FE90C_AD1D_4B8D_A5ED_AC1F72F2268C = C:\Program Files\SQLXML 4.0\bin\
Property(S): CommonFilesSystemFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA = C:\Program Files\Common Files\System\
Property(S): CommonFilesFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA = C:\Program Files\Common Files\
Property(S): CommonFilesSystemOleDBFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA = C:\Program Files\Common Files\System\Ole DB\
Property(S): ProgramFilesFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA = C:\Program Files\
Property(S): XMLFORSQLFOLDER.67B41A37_AF1C_434A_9D31_6A2CA29295EA = C:\Program Files\SQLXML 4.0\
Property(S): BinFolder.67B41A37_AF1C_434A_9D31_6A2CA29295EA = C:\Program Files\SQLXML 4.0\bin\
Property(S): WinSxsDirectory.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\WINNEW\winsxs\
Property(S): payload_ul.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\WINNEW\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.42_none_db5f52fb98cb24ad\
Property(S): payload.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\WINNEW\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\
Property(S): WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\WINNEW\
Property(S): SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\WINNEW\system32\
Property(S): WinSxsManifests.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\WINNEW\winsxs\Manifests\
Property(S): WinSxsPolicies.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\WINNEW\winsxs\Policies\
Property(S): policydir.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\WINNEW\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
Property(S): policydir_ul.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\WINNEW\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\
Property(S): WinSxsDirectory.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\WINNEW\winsxs\
Property(S): payload_ul.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\WINNEW\winsxs\x86_policy.8.0.microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.42_none_5c4003bc63e949f6\
Property(S): WinSxsPolicies.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\WINNEW\winsxs\Policies\
Property(S): policydir.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\WINNEW\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c24773\
Property(S): WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\WINNEW\
Property(S): SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\WINNEW\system32\
Property(S): WinSxsManifests.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\WINNEW\winsxs\Manifests\
Property(S): payload.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\WINNEW\winsxs\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_51e427d4\
Property(S): policydir_ul.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\WINNEW\winsxs\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_51e427d4\
Property(S): CommonFilesSystemFolder.F3F63623_5C9A_42BD_ACCA_3066F6F028FD = C:\Program Files\Common Files\System\
Property(S): CommonFilesFolder.F3F63623_5C9A_42BD_ACCA_3066F6F028FD = C:\Program Files\Common Files\
Property(S): CommonFilesSystemOleDBFolder.F3F63623_5C9A_42BD_ACCA_3066F6F028FD = C:\Program Files\Common Files\System\Ole DB\
Property(S): CommonFilesSystemFolder.72662FF0_9C9B_4B55_AFFE_B9ACE6756C6E = C:\Program Files\Common Files\System\
Property(S): CommonFilesFolder.72662FF0_9C9B_4B55_AFFE_B9ACE6756C6E = C:\Program Files\Common Files\
Property(S): CommonFilesSystemOleDBFolder.72662FF0_9C9B_4B55_AFFE_B9ACE6756C6E = C:\Program Files\Common Files\System\Ole DB\
Property(S): XMLFORSQLFOLDER.DBDB055A_93F7_4D0A_A027_AB3FF6712C93 = C:\Program Files\SQLXML 4.0\
Property(S): ProgramFilesFolder.DBDB055A_93F7_4D0A_A027_AB3FF6712C93 = C:\Program Files\
Property(S): BinFolder.DBDB055A_93F7_4D0A_A027_AB3FF6712C93 = C:\Program Files\SQLXML 4.0\bin\
Property(S): Framework.DBDB055A_93F7_4D0A_A027_AB3FF6712C93 = C:\Program Files\Managed\
Property(S): FRAMEWORK_INSTALLROOT.DBDB055A_93F7_4D0A_A027_AB3FF6712C93 = C:\WINNEW\Microsoft.NET\Framework\
Property(S): LIB_PATH.DBDB055A_93F7_4D0A_A027_AB3FF6712C93 = C:\Program Files\SQLXML 4.0\bin\
Property(S): STPSETUPPROCESSID = 636
Property(S): EXTERNALCONTROL = 1
Property(S): ADDLOCAL = ALL
Property(S): SKIPPENDINGREBOOTCHECK = 1
Property(S): APPGUID = {63A5DC0D-1EDD-4D69-8F31-87FAEB1F7084}
Property(S): REBOOT = ReallySuppress
Property(S): CURRENTDIRECTORY = C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap
Property(S): CLIENTUILEVEL = 3
Property(S): CLIENTPROCESSID = 636
Property(S): PRODUCTLANGUAGE = 1033
Property(S): VersionDatabase = 301
Property(S): VersionMsi = 3.01
Property(S): WindowsBuild = 2600
Property(S): ServicePackLevel = 2
Property(S): ServicePackLevelMinor = 0
Property(S): MsiNTProductType = 1
Property(S): WindowsFolder = C:\WINNEW\
Property(S): WindowsVolume = C:\
Property(S): SystemFolder = C:\WINNEW\system32\
Property(S): System16Folder = C:\WINNEW\system\
Property(S): RemoteAdminTS = 1
Property(S): TempFolder = C:\DOCUME~1\MARKKO~1\LOCALS~1\Temp\
Property(S): CommonFilesFolder = C:\Program Files\Common Files\
Property(S): AppDataFolder = C:\Documents and Settings\Mark Korolevich\Application Data\
Property(S): FavoritesFolder = C:\Documents and Settings\Mark Korolevich\Favorites\
Property(S): NetHoodFolder = C:\Documents and Settings\Mark Korolevich\NetHood\
Property(S): PersonalFolder = C:\Documents and Settings\Mark Korolevich\My Documents\
Property(S): PrintHoodFolder = C:\Documents and Settings\Mark Korolevich\PrintHood\
Property(S): RecentFolder = C:\Documents and Settings\Mark Korolevich\Recent\
Property(S): SendToFolder = C:\Documents and Settings\Mark Korolevich\SendTo\
Property(S): TemplateFolder = C:\Documents and Settings\All Users.WINNEW\Templates\
Property(S): CommonAppDataFolder = C:\Documents and Settings\All Users.WINNEW\Application Data\
Property(S): LocalAppDataFolder = C:\Documents and Settings\Mark Korolevich\Local Settings\Application Data\
Property(S): MyPicturesFolder = C:\Documents and Settings\Mark Korolevich\My Documents\My Pictures\
Property(S): AdminToolsFolder = C:\Documents and Settings\All Users.WINNEW\Start Menu\Programs\Administrative Tools\
Property(S): StartupFolder = C:\Documents and Settings\All Users.WINNEW\Start Menu\Programs\Startup\
Property(S): ProgramMenuFolder = C:\Documents and Settings\All Users.WINNEW\Start Menu\Programs\
Property(S): StartMenuFolder = C:\Documents and Settings\All Users.WINNEW\Start Menu\
Property(S): DesktopFolder = C:\Documents and Settings\All Users.WINNEW\Desktop\
Property(S): FontsFolder = C:\WINNEW\Fonts\
Property(S): GPTSupport = 1
Property(S): OLEAdvtSupport = 1
Property(S): ShellAdvtSupport = 1
Property(S): Intel = 15
Property(S): PhysicalMemory = 3328
Property(S): VirtualMemory = 4747
Property(S): AdminUser = 1
Property(S): LogonUser = Mark Korolevich
Property(S): UserSID = S-1-5-21-2000478354-2077806209-682003330-1003
Property(S): UserLanguageID = 1033
Property(S): ComputerName = MARCUS
Property(S): SystemLanguageID = 1033
Property(S): ScreenX = 1600
Property(S): ScreenY = 1200
Property(S): CaptionHeight = 26
Property(S): BorderTop = 1
Property(S): BorderSide = 1
Property(S): TextHeight = 16
Property(S): ColorBits = 32
Property(S): TTCSupport = 1
Property(S): Time = 10:21:19
Property(S): Date = 11/13/2006
Property(S): MsiNetAssemblySupport = 2.0.50727.42
Property(S): MsiWin32AssemblySupport = 5.1.2600.2180
Property(S): RedirectedDllSupport = 2
Property(S): DATABASE = C:\WINNEW\Installer\1c59304.msi
Property(S): OriginalDatabase = C:\WINNEW\Installer\1c59304.msi
Property(S): UILevel = 2
Property(S): Preselected = 1
Property(S): ACTION = INSTALL
Property(S): ROOTDRIVE = M:\
Property(S): CostingComplete = 1
Property(S): OutOfDiskSpace = 0
Property(S): OutOfNoRbDiskSpace = 0
Property(S): PrimaryVolumeSpaceAvailable = 0
Property(S): PrimaryVolumeSpaceRequired = 0
Property(S): PrimaryVolumeSpaceRemaining = 0
Property(S): DOTNETCOREPATH = 1
MSI (s) (DC:14) [10:21:19:017]: Note: 1: 1729
MSI (s) (DC:14) [10:21:19:017]: Product: SQLXML4 -- Configuration failed.

MSI (s) (DC:14) [10:21:19:017]: Cleaning up uninstalled install packages, if any exist
MSI (s) (DC:14) [10:21:19:017]: MainEngineThread is returning 1603
MSI (s) (DC:34) [10:21:19:027]: Destroying RemoteAPI object.
MSI (s) (DC:D8) [10:21:19:027]: Custom Action Manager thread ending.
=== Logging stopped: 11/13/2006 10:21:19 ===
MSI (c) (7C:88) [10:21:19:027]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (7C:88) [10:21:19:027]: MainEngineThread is returning 1603
=== Verbose logging stopped: 11/13/2006 10:21:19 ===

|||This is a known issue that can occur after installing SP1 on a machine. The workaround in your case is to uninstall SQLXML4 and than run try to install the SQL Server 2005 tools again from the CD. That will install a new fresh copy of SQLXML4 and clear up the issue with missing media.|||

Ok. Did that. Now I can't make a connection to SQL Server in Visual Studio 2005.

Also things keep changing on me. Now in Add/Remove Programs it appears that SP1 has been installed.

So, here's what I'm gonna do:

I'm going to completely uninstall everthing, manually if necessary and start over from scratch.

Wish me luck.

I'll let you know what happens.

MK

|||

Well, using Add/Remove Programs everything uninstalled without a hitch.

Rebooted the computer.

Install from the CD also went well, with no errors.

I can access SQL Server with VS 2005.

However, the Website Membership service still doesn't work. Getting the same error as mentioned above about remote access.

I suspect, however, that has something to do with a setting somewhere. I just need to find it.

So, basiclly it seems to be working. A vast improvement over the state I was in when I started this thread.

I want to thank everyone for their excellent help. I also want to thank everyone for the timely responses. It seems that no sooner did I posted a message that there was a reply with excellent advice.

Again thank you very much!

markko

No comments:

Post a Comment