Showing posts with label version. Show all posts
Showing posts with label version. Show all posts

Friday, March 23, 2012

Installing SQL Server Express 2005

I'm not able to remove previous version of SQL Server Express 2005 (CTP). It is listed under "Add or Remove Programs", but without REMOVE button. I tried to remove it before, but unsucessfully.

As result, I can't install release version that comes with the Visual Studio 2005 Pro.

Here is the last *_Core.log from C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files:

Microsoft SQL Server 2005 Setup beginning at Fri Nov 18 21:29:08 2005
Process ID : 500
c:\7d4db81c6810fe28cd3f7014507d\setup.exe Version: 2005.90.1399.0
Running: LoadResourcesAction at: 2005/10/18 21:29:8
Complete: LoadResourcesAction at: 2005/10/18 21:29:8, returned true
Running: ParseBootstrapOptionsAction at: 2005/10/18 21:29:8
Loaded DLL:c:\7d4db81c6810fe28cd3f7014507d\xmlrw.dll Version:2.0.3604.0
Complete: ParseBootstrapOptionsAction at: 2005/10/18 21:29:8, returned true
Running: ValidateWinNTAction at: 2005/10/18 21:29:8
Complete: ValidateWinNTAction at: 2005/10/18 21:29:8, returned true
Running: ValidateMinOSAction at: 2005/10/18 21:29:8
Complete: ValidateMinOSAction at: 2005/10/18 21:29:8, returned true
Running: PerformSCCAction at: 2005/10/18 21:29:8
Complete: PerformSCCAction at: 2005/10/18 21:29:8, returned true
Running: ActivateLoggingAction at: 2005/10/18 21:29:8
Complete: ActivateLoggingAction at: 2005/10/18 21:29:8, returned true
Delay load of action "DetectPatchedBootstrapAction" returned nothing. No action will occur as a result.
Action "LaunchPatchedBootstrapAction" will be skipped due to the following restrictions:
Condition "EventCondition: __STP_LaunchPatchedBootstrap__500" returned false.
Running: PerformSCCAction2 at: 2005/10/18 21:29:8
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Product "{2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}" versioned 9.00.1116 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.06
The Product Name is "Microsoft SQL Server 2005 Express Edition CTP"
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Error: Action "PerformSCCAction2" threw an exception during execution.
Return Code: 70032
Message displayed to user
SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or Remove Programs to remove these components, and then run SQL Server 2005 Setup again. For detailed instructions on uninstalling SQL Server 2005, see the SQL Server 2005 Readme.

Delay load of action "UploadDrWatsonLogAction" returned nothing. No action will occur as a result.
Message pump returning: 70032

Any advice, please?

This is very strange. I've never heard of the "Remove" button disappearing. If you have the original installation media you can run the following:

setup.exe /qb REMOVE=ALL INSTANCENAME=<your instance name>

If you did the default installation for Express the instanace name will be SQLEXPRESS. If you installed as the default instance it'll be MSSQLSERVER.

Dan

|||The only reason I'm aware of that you would see that behaviour is when you look at add/remove under a non-admin account, although in some applications you only get a Change button, which gives you the option to remove or modify the components.|||

Installing SQL Server express

I had the same problem. (The problem is with sql server 9)My solution is a collection of many ideas. Credit to all.
0. I used the recommended uninstaller (vs_uninst_betas.exe) - it did not work
1. Delete the menu entries
2. Delete the files in %programfiles%\Microsoft SQL Server
3. Delete the files in %programfiles%\Microsoft Visual Studio 8
4. Go to %windir%\microsoft.net\framwork and delete all those old v2.0.* directories
5. Get a registry cleaner and clean the bulk of the orphan entries
6. Run the vs uninstaller (vs_uninst.exe) - by the way it does not like it if you have internet explorer open at the same time
7. Get a cup of tea - run the regedit.exe program. Search in HKEY_LOCAL_MACHINE for "9.00." and delete all the sql server 9 related entries. (Ensure that you do not delete entries used by other programs - check the DisplayName value first)

8. If you belong to a domain ensure that your privileges can be verified -if not then login as the local administrator before installing

Great product, a pity about the lose ends.

This toke me about 16 hours to solve. See http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=119089&SiteID=1

sql

Installing SQL Server Express 2005

I'm not able to remove previous version of SQL Server Express 2005 (CTP). It is listed under "Add or Remove Programs", but without REMOVE button. I tried to remove it before, but unsucessfully.

As result, I can't install release version that comes with the Visual Studio 2005 Pro.

Here is the last *_Core.log from C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files:

Microsoft SQL Server 2005 Setup beginning at Fri Nov 18 21:29:08 2005
Process ID : 500
c:\7d4db81c6810fe28cd3f7014507d\setup.exe Version: 2005.90.1399.0
Running: LoadResourcesAction at: 2005/10/18 21:29:8
Complete: LoadResourcesAction at: 2005/10/18 21:29:8, returned true
Running: ParseBootstrapOptionsAction at: 2005/10/18 21:29:8
Loaded DLL:c:\7d4db81c6810fe28cd3f7014507d\xmlrw.dll Version:2.0.3604.0
Complete: ParseBootstrapOptionsAction at: 2005/10/18 21:29:8, returned true
Running: ValidateWinNTAction at: 2005/10/18 21:29:8
Complete: ValidateWinNTAction at: 2005/10/18 21:29:8, returned true
Running: ValidateMinOSAction at: 2005/10/18 21:29:8
Complete: ValidateMinOSAction at: 2005/10/18 21:29:8, returned true
Running: PerformSCCAction at: 2005/10/18 21:29:8
Complete: PerformSCCAction at: 2005/10/18 21:29:8, returned true
Running: ActivateLoggingAction at: 2005/10/18 21:29:8
Complete: ActivateLoggingAction at: 2005/10/18 21:29:8, returned true
Delay load of action "DetectPatchedBootstrapAction" returned nothing. No action will occur as a result.
Action "LaunchPatchedBootstrapAction" will be skipped due to the following restrictions:
Condition "EventCondition: __STP_LaunchPatchedBootstrap__500" returned false.
Running: PerformSCCAction2 at: 2005/10/18 21:29:8
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Product "{2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}" versioned 9.00.1116 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.06
The Product Name is "Microsoft SQL Server 2005 Express Edition CTP"
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Error: Action "PerformSCCAction2" threw an exception during execution.
Return Code: 70032
Message displayed to user
SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or Remove Programs to remove these components, and then run SQL Server 2005 Setup again. For detailed instructions on uninstalling SQL Server 2005, see the SQL Server 2005 Readme.

Delay load of action "UploadDrWatsonLogAction" returned nothing. No action will occur as a result.
Message pump returning: 70032

Any advice, please?

This is very strange. I've never heard of the "Remove" button disappearing. If you have the original installation media you can run the following:

setup.exe /qb REMOVE=ALL INSTANCENAME=<your instance name>

If you did the default installation for Express the instanace name will be SQLEXPRESS. If you installed as the default instance it'll be MSSQLSERVER.

Dan

|||The only reason I'm aware of that you would see that behaviour is when you look at add/remove under a non-admin account, although in some applications you only get a Change button, which gives you the option to remove or modify the components.

|||

Installing SQL Server express

I had the same problem. (The problem is with sql server 9)My solution is a collection of many ideas. Credit to all.
0. I used the recommended uninstaller (vs_uninst_betas.exe) - it did not work
1. Delete the menu entries
2. Delete the files in %programfiles%\Microsoft SQL Server
3. Delete the files in %programfiles%\Microsoft Visual Studio 8
4. Go to %windir%\microsoft.net\framwork and delete all those old v2.0.* directories
5. Get a registry cleaner and clean the bulk of the orphan entries
6. Run the vs uninstaller (vs_uninst.exe) - by the way it does not like it if you have internet explorer open at the same time
7. Get a cup of tea - run the regedit.exe program. Search in HKEY_LOCAL_MACHINE for "9.00." and delete all the sql server 9 related entries. (Ensure that you do not delete entries used by other programs - check the DisplayName value first)

8. If you belong to a domain ensure that your privileges can be verified - if not then login as the local administrator before installing

Great product, a pity about the lose ends.

This toke me about 16 hours to solve. See http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=119089&SiteID=1

Installing SQL Server Express

I have tried in vain to install the SQL Server Express on my PC. I have
follow the instructions for uninstalling old version and read the
instructions. I run the build uninstall wizard and it removes the old stuff
(including 2.0 framework) and I run the install and it requires the 2.0
framework to install. I am in a vicious cycle. In my add/remove programs
there are no 2005 programs listed period. Any help would be appreicated. I
am running 2.0.5.0215 of the framework and this is the first install of 2005
SQL server that I am aware of.
JohnSince SQL 2005 is still in beta, you'll want to post this in the Community
Newsgroups:
http://communities.microsoft.com/newsgroups/default.asp?icp=sqlserver2005&slcid=us
--
--Brian
(Please reply to the newsgroups only.)
"john wright" <riley_wright@.hotmail.com> wrote in message
news:eLbs9nhuFHA.908@.tk2msftngp13.phx.gbl...
>I have tried in vain to install the SQL Server Express on my PC. I have
>follow the instructions for uninstalling old version and read the
>instructions. I run the build uninstall wizard and it removes the old
>stuff (including 2.0 framework) and I run the install and it requires the
>2.0 framework to install. I am in a vicious cycle. In my add/remove
>programs there are no 2005 programs listed period. Any help would be
>appreicated. I am running 2.0.5.0215 of the framework and this is the
>first install of 2005 SQL server that I am aware of.
> John
>sql

Installing SQL Server Express

I have tried in vain to install the SQL Server Express on my PC. I have
follow the instructions for uninstalling old version and read the
instructions. I run the build uninstall wizard and it removes the old stuff
(including 2.0 framework) and I run the install and it requires the 2.0
framework to install. I am in a vicious cycle. In my add/remove programs
there are no 2005 programs listed period. Any help would be appreicated. I
am running 2.0.5.0215 of the framework and this is the first install of 2005
SQL server that I am aware of.
John
Since SQL 2005 is still in beta, you'll want to post this in the Community
Newsgroups:
http://communities.microsoft.com/new...r2005&slcid=us
--Brian
(Please reply to the newsgroups only.)
"john wright" <riley_wright@.hotmail.com> wrote in message
news:eLbs9nhuFHA.908@.tk2msftngp13.phx.gbl...
>I have tried in vain to install the SQL Server Express on my PC. I have
>follow the instructions for uninstalling old version and read the
>instructions. I run the build uninstall wizard and it removes the old
>stuff (including 2.0 framework) and I run the install and it requires the
>2.0 framework to install. I am in a vicious cycle. In my add/remove
>programs there are no 2005 programs listed period. Any help would be
>appreicated. I am running 2.0.5.0215 of the framework and this is the
>first install of 2005 SQL server that I am aware of.
> John
>

Installing SQL Server Express

I have tried in vain to install the SQL Server Express on my PC. I have
follow the instructions for uninstalling old version and read the
instructions. I run the build uninstall wizard and it removes the old stuff
(including 2.0 framework) and I run the install and it requires the 2.0
framework to install. I am in a vicious cycle. In my add/remove programs
there are no 2005 programs listed period. Any help would be appreicated. I
am running 2.0.5.0215 of the framework and this is the first install of 2005
SQL server that I am aware of.
JohnSince SQL 2005 is still in beta, you'll want to post this in the Community
Newsgroups:
http://communities.microsoft.com/ne...lcid=us

--Brian
(Please reply to the newsgroups only.)
"john wright" <riley_wright@.hotmail.com> wrote in message
news:eLbs9nhuFHA.908@.tk2msftngp13.phx.gbl...
>I have tried in vain to install the SQL Server Express on my PC. I have
>follow the instructions for uninstalling old version and read the
>instructions. I run the build uninstall wizard and it removes the old
>stuff (including 2.0 framework) and I run the install and it requires the
>2.0 framework to install. I am in a vicious cycle. In my add/remove
>programs there are no 2005 programs listed period. Any help would be
>appreicated. I am running 2.0.5.0215 of the framework and this is the
>first install of 2005 SQL server that I am aware of.
> John
>sql

Wednesday, March 21, 2012

Installing Sql server 8

Can anyone provide me links to install sql server version 8.
Further is sql server 8 and sql server 2000 one and the same

Quote:

Originally Posted by cmrhema

Can anyone provide me links to install sql server version 8.
Further is sql server 8 and sql server 2000 one and the same


Infact I have to add. Both sql server 8 and 2000 are one and the same.
When i install sql server 2000 i have a message
" Microsoft SQL Server 2000 Standard Edition Server Component is not supported on this operating system only client components will be available for installation"

Hence I cannot install properly. I installed only the client componets. Thereafter when I went through Enterprise Manager and tried to establish a connection, I failed. It said server does not exist.

What to do now?

I found out that if one has sql server 2000 standard editon the prerequisties are
Microsoft Windows NT Server 4.0 with Service Pack 5 or later, Windows NT Server 4.0 Enterprise Edition with Service Pack 5 or later, Windows 2000 Server, Windows 2000 Advanced Server, or Windows 2000 Datacenter Server.

I have windows xp professional version on which i am installing sql server.
Which of the above exists in my OS. Or which should I download.

Thanks

Installing SQL Server 2005 question.

Hello,

I installed a version of VS.NET 2005 RC and on it it says it installed SQL Server Express 2005.

But, I dont see it anywhere on my system.the only thing is see new on my system related to SQL Server is:
SQL Server 2005 CTP. What is this (what is CTP)? And only a subfolder 'configuration tools' under it.

Did I install the wrong thing? I was expecting like a beta version of SQL Server 2005.

SQL browser is not starting in the local machine mode. It searches for some time and comes back with a data provider not enabled message. What should I do ?

ThanksHi,

First of all note that SQL Server Express 2005 is different from SQL Server 2005. SQL Server 2005 is the mainstream product and SQL Server Express 2005 is the lightweight free product which is meant as a replacement for MSDE.

So, if you want SQL Server 2005, then you would need to download the September CTP of SQL Server 2005 from here :
http://www.microsoft.com/sql/2005/productinfo/ctp.mspx

Now for the CTP badge - CTP stands for Community Technology Preview. Here is a bit of explanation on a CTP build from Microsoft:

"The CTP builds are not for everyone. Because our goal is to offer these builds as they are ready, very little effort is put into stabilizing them or ensuring their quality. Typically, our Beta and released products go through a rigorous testing and quality assurance process before they become available. These interim Community Technology Preview builds do not go through this process. It is very likely that removing the build will introduce significant instability to your installed system and may even cause you to need to reformat your drive. Therefore, do not install these builds on machines on which you depend."
Regards,
Vikram|||Enable TCP/IP for SQL Server Express. It's not enabled by default. To enable, you should see an entry for SQL Configuration Manager in the Microsoft SQL Server 2005 CTP folder. That should, I think, solve your SQL Browser problem. Andrew Watt MVP - InfoPath wrote in message news:977c9524-683e-49ac-8d5c-083a4706b196@.discussions.microsoft.com...
> Hello, >
> I installed a version of VS.NET 2005 RC and on it it says it installed
> SQL Server Express 2005. >
> But, I dont see it anywhere on my system.the only thing is see new on my
> system related to SQL Server is:
> SQL Server 2005 CTP. What is this (what is CTP)? And only a
> subfolder 'configuration tools' under it. >
> Did I install the wrong thing? I was expecting like a beta version of
> SQL Server 2005. >
> SQL browser is not starting in the local machine mode. It searches for
> some time and comes back with a data provider not enabled message. What
> should I do ? >
> Thanks
>

Installing SQL Server 2005 in XP x64 OS

i am using "XP Pro x64 Version 5.2.3790 Serivce Pack 1 Build 3790" Operating system. I had tried installing SQL Server 2005.

Unfortunatelly i ended up with this error

The setup has encountered an unexpected error in datastore. The action is SetInstanceProperty. The error is: Source File Name: datastore\propertyid.h

Source Line Number:168

Failed to load property "InstallIds" {"MachineConfiguration","","BOBXP64"} due to unhandled data store exception

Source File Name:datastore\datastorecache.cpp

-

Existing datastore does not match my bitness11

Thanks in advance for answering this issue.

i am using " XP Pro x64 Version 5.2.3790 Serivce Pack 1 Build 3790". i had tried installing SQL Server 2005 and ended up with the following error.

The setup has encountered an unexpected error in datastore. The action is SetInstanceProperty. The error is: Source File Name: datastore\propertyid.h

Function Name: PropertyId <class StringListProperty>::operator()

--

Failed to load property "InstallIds" {"MachineConfiguration","","BOBXP64"} due to unhandled data store exception

Source File Name: datastore\datastorecache.cpp

Function Name: DataStoreCache::getCachePtr

Existing datastore does not match my bitness11

|||

The suggestion from our devs is that you might be running both a x64 and an x86 installation at the same time. Can you check that out? Look at taskmanager for "setup.exe". If more than one are running, try killing the extras. Then run just the x64 installer.

|||My system was running on only x64 installation. I am still getting the same error. Can you please provide me the a link or a sample where i get all the steps involved in installing SQl server on "XP Pro x64 Version 5.2.3790 Serivce Pack 1 "|||Please provide me the guidelines for installing SQL Server 2005 x-64 bit version.

Installing SQL Server 2005 Express Edition alongside SQL Server?

I want to install SQL Server 2005 Express Edition on my laptop alongside an
existing version of SQL Server, to learn SS 2005. Is there anything in
particular I need to watch out for, to make sure my SS 2005 installation doe
s
not interfere with the existing SS DBs? Thanks in advance for any guidance.Hi Robert
This should not be a problem, SQL Express and SQL Server 2000 can co-exist
as different instances. Running two instances will use more resources, so
make sure that your machine is going to have enough power to run both
instances and still do other work!
If you only occasionally need SQL 2005, then you may want to consider using
virtual machines.
John
"Robert" wrote:
[vbcol=seagreen]
> I want to install SQL Server 2005 Express Edition on my laptop alongside a
n
> existing version of SQL Server, to learn SS 2005. Is there anything in
> particular I need to watch out for, to make sure my SS 2005 installation d
oes
> not interfere with the existing SS DBs? Thanks in advance for any guidance.[/vbcol
]

Installing SQL Server 2005 Express Edition alongside SQL Server?

I want to install SQL Server 2005 Express Edition on my laptop alongside an
existing version of SQL Server, to learn SS 2005. Is there anything in
particular I need to watch out for, to make sure my SS 2005 installation does
not interfere with the existing SS DBs? Thanks in advance for any guidance.Hi Robert
This should not be a problem, SQL Express and SQL Server 2000 can co-exist
as different instances. Running two instances will use more resources, so
make sure that your machine is going to have enough power to run both
instances and still do other work!
If you only occasionally need SQL 2005, then you may want to consider using
virtual machines.
John
"Robert" wrote:
> I want to install SQL Server 2005 Express Edition on my laptop alongside an
> existing version of SQL Server, to learn SS 2005. Is there anything in
> particular I need to watch out for, to make sure my SS 2005 installation does
> not interfere with the existing SS DBs? Thanks in advance for any guidance.

Friday, March 9, 2012

Installing SQL Server 2000 Personal Edition on Windows XP SP1

I have a need to become familiar with SQL Server 2000 for work.
Needless to say I am new to SQL Server any version, but not IT in
general. My employer has provided me with the SQL Server 2000
Personal disk from the SQL Server 2000 Enterprise kit as this is
reported here on the MSDN web site to be the version that is supported
on Windows XP. In fact so many of you kind people confess to having
succeeded in doing it.

I have tried several installs using various custom component
combinations as well as the default "typical" install.

All start of trying to install the MDAC component, then after several
minutes display a dialog with the following text:

"The software you are installing has not passed Windows Logo testing
to verify its compatibility with Windows XP. The software will not be
installed. Contact your system administrator"

Before anyone asks, yes I am logged on as the administrator of the
Windows XP machine.

The setup program then displays a dialog with the following text:

"Installation of the Microsoft Data Access Components package failed.
(-1)"

Setup then shuts down and the PC needs to be restarted before the SQL
Server setup can be run again.

For the techos that might have an insight, I have included details
from the following logs below. SQL.MIF, SQLSTP.LOG, DASETUP.LOG
SETUPAPI.LOG.

Any ideas will be appreciated. Thank you.

Only the log files follow from here.

DASETUP.LOG

: ****************************************
: * Beginning of Install *
: ****************************************
Starting Install: Current Date/Time (U.S. Local Time): 09/07/2003 :
18:25:09
Path: C:\Windows;C:\Windows\System32;
Localization: Machine Locale set to: English_Australia.1252
Command Line Parameters:
Suppress Reboot: 0
Quiet/Silent Mode: 1
Logging Level: 3

Windows Directory: C:\Windows
Progress: Loading Resource Library.
Progress: Parsing INI File.
*************************:
** Begin INI File Dump **:
*************************:
Ini Section: General
: ProductName = Microsoft Data Access Components 2.6
: ProductBuild = 2.60.6526.2
: ProductUrl = http://www.microsoft.com/data
: ProductVersionKey = SOFTWARE\Microsoft\DataAccess
: ProductVersionValue = FullInstallVer
: InstanceName = MDAC
: CheckInUseFiles = 1
: EULAFile = MDACEULA.RTF
: EULAType = rtf
: BackupSize = 10
: InstallSize = 20
: SupportsTS = 1
: SupportsMUI = 0
: CheckForDiskSpace = 1
: ValidOs = 4294967295
Ini Section: Packages
: A = SETUP_LIBS
: B = C_RUNTIME_LIBS
: C = MTX_FILES
: D = SETUP_RSP_FILES
: E = DASETUP_FILES
: F = WDSETUP_DOWNLEVEL
: G = WDSETUP_MILLENNIUM
: H = WDSETUP_W2K_MIGRATION
: I = MDAC_DOWNLEVEL
: J = MDAC_MILLENNIUM
: K = MDAC_W2K_MIGRATION
: L = MSXML_FILES
: M = SQLXMLX
: N = SQLNET_DOWNLEVEL
: O = SQLNET_MILLENNIUM
: P = SQLNET_W2K_MIGRATION
: Q = SQLODBC_DOWNLEVEL
: R = SQLODBC_MILLENNIUM
: S = SQLODBC_W2K_MIGRATION
: T = SQLOLEDB_DOWNLEVEL
: U = SQLOLEDB_MILLENNIUM
: V = SQLOLEDB_W2K_MIGRATION
: W = JET_FILES
: X = NEW_MUI_ENGINE
: Y = REG_MDAC_VERSION
Ini Section: SETUP_LIBS
: Name = Microsoft Setup Libraries
: ComponentName = SETUP_LIBS
: Dependencies =
: InstallType = inf
: CabFile = setupapi.cab
: InfFile = setupapi.inf
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall
: PostInstallCmd =
: ExtractCab = 1
: UseRollback = 0
: RebootAfter = 0
: ValidOs = 3
Ini Section: C_RUNTIME_LIBS
: Name = Microsoft C/C++ Runtime Libraries
: ComponentName = C_RUNTIME_LIBS
: Dependencies =
: InstallType = inf
: CabFile = msvcrt.cab
: InfFile = msvcrt.inf
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall.NT
: PostInstallCmd =
: ExtractCab = 0
: UseRollback = 0
: RebootAfter = 0
: ValidOs = 7
Ini Section: MTX_FILES
: Name = MTX System Files
: ComponentName = MTX_FILES
: Dependencies =
: InstallType = inf
: CabFile = mtxfiles.cab
: InfFile = mtxfiles.inf
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall.NT
: PostInstallCmd =
: ExtractCab = 0
: UseRollback = 0
: RebootAfter = 0
: ValidOs = 7
Ini Section: DASETUP_FILES
: Name = MDAC Setup Files
: ComponentName = DASETUP
: Dependencies =
: InstallType = inf
: CabFile =
: InfFile = dasetup.inf
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall.NT
: PostInstallCmd =
: ExtractCab = 0
: UseRollback = 0
: RebootAfter = 0
: ValidOs = 4294967295
Ini Section: SETUP_RSP_FILES
: Name = MDAC Setup Response Files
: ComponentName = SETUP_RSP_FILES
: Dependencies =
: InstallType = inf
: CabFile =
: InfFile = rspfiles.inf
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall.NT
: PostInstallCmd =
: ExtractCab = 0
: UseRollback = 0
: RebootAfter = 0
: ValidOs = 4294967295
Ini Section: WDSETUP_DOWNLEVEL
: Name = WebData Setup Files
: ComponentName = WDSETUP
: Dependencies =
: InstallType = inf
: CabFile = WDSETUP.CAB
: InfFile = WDSET_DL.INF
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall.NT
: PostInstallCmd =
: ExtractCab = 0
: UseRollback = 0
: RebootAfter = 0
: ValidOs = 7
Ini Section: WDSETUP_MILLENNIUM
: Name = WebData Setup Files
: ComponentName = WDSETUP
: Dependencies =
: InstallType = inf
: CabFile = WDSETUP.CAB
: InfFile = WDSETUPM.INF
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall
: PostInstallCmd =
: ExtractCab = 0
: UseRollback = 0
: RebootAfter = 0
: ValidOs = 16
Ini Section: WDSETUP_W2K_MIGRATION
: Name = WebData Setup Files
: ComponentName = WDSETUP
: Dependencies =
: InstallType = xpak
: CabFile = WDSETUP.CAB
: InfFile = WDSETUP.INF
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall
: PostInstallCmd =
: ExtractCab = 0
: UseRollback = 0
: RebootAfter = 0
: ValidOs = 12
Ini Section: MDAC_DOWNLEVEL
: Name = Microsoft Data Access Components
: ComponentName = MDAC_CORE
: Dependencies = C_RUNTIME_LIBS,MTX_FILES,WDSETUP
: InstallType = inf
: CabFile = MDACXPAK.CAB
: InfFile = MDACXPDL.INF
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall.NT
: PostInstallCmd = %11%\odbcconf.exe /S /Lv odbcconf.log /F
%11%\mdaccore.rsp
: ExtractCab = 0
: UseRollback = 1
: RebootAfter = 0
: ValidOs = 7
Ini Section: MDAC_MILLENNIUM
: Name = Microsoft Data Access Components
: ComponentName = MDAC_CORE
: Dependencies = C_RUNTIME_LIBS,MTX_FILES,WDSETUP
: InstallType = inf
: CabFile = MDACXPAK.CAB
: InfFile = MDACXPKM.INF
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall
: PostInstallCmd = %11%\odbcconf.exe /S /Lv odbcconf.log /F
%11%\mdaccore.rsp
: ExtractCab = 0
: UseRollback = 1
: RebootAfter = 0
: ValidOs = 16
Ini Section: MDAC_W2K_MIGRATION
: Name = Microsoft Data Access Components
: ComponentName = MDAC_CORE
: Dependencies = C_RUNTIME_LIBS,MTX_FILES,WDSETUP
: InstallType = xpak
: CABFile = MDACXPAK.CAB
: InfFile = MDACXPAK.INF
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall
: PostInstallCmd = %11%\odbcconf.exe /S /Lv odbcconf.log /F
%11%\mdaccore.rsp
: ExtractCab = 0
: UseRollback = 1
: RebootAfter = 0
: ValidOS = 12
Ini Section: MSXML_FILES
: Name = Microsoft XML Parser
: ComponentName = MSXML
: Dependencies =
: InstallType = inf
: CabFile = MSXML.cab
: InfFile = MSXML.inf
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall.NT
: PostInstallCmd =
: ExtractCab = 0
: UseRollback = 1
: RebootAfter = 0
: ValidOs = 31
Ini Section: SQLXMLX
: Name = XML Extensions for Microsoft OLE DB Provider for SQL Server
: ComponentName = SQLXMLX
: Dependencies = WDSETUP,MDAC_CORE,MSXML
: InstallType = inf
: CabFile = SQLXMLX.cab
: InfFile = SQLXMLX.inf
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall.NT
: PostInstallCmd =
: ExtractCab = 0
: UseRollback = 1
: RebootAfter = 0
: ValidOs = 31
Ini Section: SQLNET_DOWNLEVEL
: Name = Microsoft SQL Server Network Libraries
: ComponentName = SQLNET
: Dependencies =
: InstallType = inf
: CabFile = SQLNET.CAB
: InfFile = SQLNETDL.INF
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall.NT
: PostInstallCmd =
: ExtractCab = 0
: UseRollback = 1
: RebootAfter = 0
: ValidOs = 7
Ini Section: SQLNET_MILLENNIUM
: Name = Microsoft SQL Server Network Libraries
: ComponentName = SQLNET
: Dependencies =
: InstallType = inf
: CabFile = SQLNET.CAB
: InfFile = SQLNETM.INF
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall
: PostInstallCmd =
: ExtractCab = 0
: UseRollback = 1
: RebootAfter = 0
: ValidOs = 16
Ini Section: SQLNET_W2K_MIGRATION
: Name = Microsoft SQL Server Network Libraries
: ComponentName = SQLNET
: Dependencies =
: InstallType = xpak
: CabFile = SQLNET.CAB
: InfFile = SQLNET.INF
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall
: PostInstallCmd =
: ExtractCab = 0
: UseRollback = 1
: RebootAfter = 0
: ValidOs = 31
Ini Section: SQLOLEDB_DOWNLEVEL
: Name = Microsoft SQL Server OLE DB Provider
: ComponentName = SQLOLEDB
: Dependencies = MDAC_CORE,SQLXMLX,SQLNET
: InstallType = inf
: CabFile = SQLOLDB.CAB
: InfFile = SQLOL_DL.INF
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall.NT
: PostInstallCmd =
: ExtractCab = 0
: UseRollback = 1
: RebootAfter = 0
: ValidOs = 7
Ini Section: SQLOLEDB_MILLENNIUM
: Name = Microsoft SQL Server OLE DB Provider
: ComponentName = SQLOLEDB
: Dependencies = MDAC_CORE,SQLXMLX,SQLNET
: InstallType = inf
: CabFile = SQLOLDB.CAB
: InfFile = SQLOLDBM.INF
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall
: PostInstallCmd =
: ExtractCab = 0
: UseRollback = 1
: RebootAfter = 0
: ValidOs = 16
Ini Section: SQLOLEDB_W2K_MIGRATION
: Name = Microsoft SQL Server OLE DB Provider
: ComponentName = SQLOLEDB
: Dependencies = MDAC_CORE,SQLXMLX,SQLNET
: InstallType = xpak
: CabFile = SQLOLDB.CAB
: InfFile = SQLOLDB.INF
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall
: PostInstallCmd =
: ExtractCab = 0
: UseRollback = 1
: RebootAfter = 0
: ValidOs = 31
Ini Section: SQLODBC_DOWNLEVEL
: Name = Microsoft SQL Server ODBC Driver
: ComponentName = SQLODBC
: Dependencies = WDSETUP,SQLNET
: InstallType = inf
: CabFile = SQLODBC.CAB
: InfFile = SQLOD_DL.INF
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall.NT
: PostInstallCmd = %11%\odbcconf.exe /S /Lv odbcconf.log /F
%11%\sqlclnt.rsp
: ExtractCab = 0
: UseRollback = 1
: RebootAfter = 0
: ValidOs = 7
Ini Section: SQLODBC_MILLENNIUM
: Name = Microsoft SQL Server ODBC Driver
: ComponentName = SQLODBC
: Dependencies = WDSETUP,SQLNET
: InstallType = inf
: CabFile = SQLODBC.CAB
: InfFile = SQLODBCM.INF
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall
: PostInstallCmd = %11%\odbcconf.exe /S /Lv odbcconf.log /F
%11%\sqlclnt.rsp
: ExtractCab = 0
: UseRollback = 1
: RebootAfter = 0
: ValidOs = 16
Ini Section: SQLODBC_W2K_MIGRATION
: Name = Microsoft SQL Server ODBC Driver
: ComponentName = SQLODBC
: Dependencies = WDSETUP,SQLNET
: InstallType = xpak
: CabFile = SQLODBC.CAB
: InfFile = SQLODBC.INF
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall
: PostInstallCmd = %11%\odbcconf.exe /S /Lv odbcconf.log /F
%11%\sqlclnt.rsp
: ExtractCab = 0
: UseRollback = 1
: RebootAfter = 0
: ValidOs = 31
Ini Section: JET_FILES
: Name = Jet Expression Service and String Sorting Libraries
: ComponentName = JET
: Dependencies =
: InstallType = inf
: CabFile = JETFILES.cab
: InfFile = JETFILES.inf
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall.NT
: PostInstallCmd =
: ExtractCab = 0
: UseRollback = 1
: RebootAfter = 0
: ValidOs = 7
Ini Section: NEW_MUI_ENGINE
: Name = Microsoft MUI Setup Engine
: ComponentName = NEWMUI
: Dependencies =
: InstallType = inf
: CabFile = NEWMUI.CAB
: InfFile = NEWMUI.INF
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall
: PostInstallCmd =
: ExtractCab = 0
: UseRollback = 0
: RebootAfter = 0
: ValidOs = 8
Ini Section: REG_MDAC_VERSION
: Name = Microsoft Data Access Components
: ComponentName = REG_MDAC_VERSION
: Dependencies = MDAC_CORE,WDSETUP,MSXML,SQLXMLX,SQLNET,SQLOLEDB,SQ LODBC
: InstallType = inf
: CabFile =
: InfFile = noop.inf
: InstallSection = DefaultInstall
: InstallSection.NT = DefaultInstall
: PostInstallCmd = %11%\odbcconf.exe /S /Lv odbcconf.log /F
%11%\redist.rsp
: ExtractCab = 0
: UseRollback = 0
: RebootAfter = 0
: ValidOs = 31
*************************:
** End INI File Dump **:
*************************:
Progress: Loading EULA.
Progress: Loading Strings.
Debug: Loaded string resource: 13. Characters = 8
Windows Version:
Major Version: 5
Minor Version: 0
Windows NT: 1
SP Level: 1
Terminal Services: 0

Progress: Loading Setup Engine Library.
Entering function: LoadAdvPack()
Parameters:
*phInstance = 0x00000000
pAdvPackLib = 0x0013EEF0
Exiting function: LoadAdvPack()
Return value: (BOOL) 1
Progress: Loading ODBCConf Library.
Entering function: LoadODBCConf()
Parameters:
*phInstance = 0x00000000
pODBCConfLib = 0x0013EEFC
Exiting function: LoadODBCConf()
Return value: (BOOL) 1
IE Version:
IE 6.00 and greater

Verifying System Language: The system LCID and the LCID of the setup
resource DLL do not match.
Entering function: BuildJobList()
Parameters:
pContext = 0x0013EEE4
Entering function: CJob::InitializeJobQueues()
Parameters:
hHive = 0x80000002
szRoot = ?????s
pContext = 0x%08X

Exiting function: CJob::InitializeJobQueues()
Return value: (HRESULT) 0x00000000
Exiting function: BuildJobList()
Return value: (HRESULT) 0x00000000
Progress: Creating Setup Wizard.
Creating Wizard Page: 0
Debug: Loaded string resource: 1. Characters = 10
Debug: Loaded string resource: 2. Characters = 129
Creating Wizard Page: 1
Debug: Loaded string resource: 1. Characters = 10
Debug: Loaded string resource: 2. Characters = 129
Creating Wizard Page: 2
Debug: Loaded string resource: 1. Characters = 10
Debug: Loaded string resource: 2. Characters = 129
Creating Wizard Page: 3
Debug: Loaded string resource: 1. Characters = 10
Debug: Loaded string resource: 2. Characters = 129
Creating Wizard Page: 4
Debug: Loaded string resource: 1. Characters = 10
Debug: Loaded string resource: 2. Characters = 129
Creating Wizard Page: 5
Debug: Loaded string resource: 1. Characters = 10
Debug: Loaded string resource: 2. Characters = 129
Debug: Loaded string resource: 10. Characters = 104
Creating Wizard Page: 6
Debug: Loaded string resource: 1. Characters = 10
Debug: Loaded string resource: 2. Characters = 129
Creating Wizard Page: 7
Debug: Loaded string resource: 1. Characters = 10
Debug: Loaded string resource: 2. Characters = 129
Creating Wizard Page: 8
Debug: Loaded string resource: 1. Characters = 10
Debug: Loaded string resource: 2. Characters = 129
Creating Wizard Page: 9
Debug: Loaded string resource: 1. Characters = 10
Debug: Loaded string resource: 2. Characters = 129
Creating Wizard Page: 10
Debug: Loaded string resource: 1. Characters = 10
Debug: Loaded string resource: 2. Characters = 129
Creating Wizard Page: 11
Debug: Loaded string resource: 1. Characters = 10
Debug: Loaded string resource: 2. Characters = 129
Creating Wizard Page: 12
Debug: Loaded string resource: 1. Characters = 10
Debug: Loaded string resource: 2. Characters = 129
Creating Wizard Page: 13
Debug: Loaded string resource: 1. Characters = 10
Debug: Loaded string resource: 2. Characters = 129
Creating Wizard Page: 14
Debug: Loaded string resource: 1. Characters = 10
Debug: Loaded string resource: 2. Characters = 129
Creating Wizard: Microsoft Data Access Components 2.6 Setup
Progress: Running in Silent Mode. Suppressing UI
Checking for disk space: Drive C:\ requires 12316672 bytes, there are
17936592896 bytes available.
Detecting in-use files: Setup is checking for in-use files.
Detecting in-use files: Start time: 08:25:12:25
Detecting in-use files: Setup has detected a locked file:
C:\Windows\System32\odbc32.dll
Detecting in-use files: Setup has detected a locked file:
C:\Windows\System32\odbcint.dll
Detecting in-use files: Finished building filelist. CheckPoint time:
08:25:15:259
Detecting in-use files: Process requires reboot: winlogon.exe, Process
ID 600 (System Process: 1)
Detecting in-use files: Process requires reboot: WINDOWS, Process ID
556 (System Process: 1)
Detecting in-use files: Process requires reboot: Program Manager,
Process ID 556 (System Process: 1)
Detecting in-use files: End time: 08:25:15:900
Detecting in-use files: Elapsed time: 00:00:03:875
Detecting in-use files: In-use file check complete.
Progress: Running in Silent Mode. Starting Install...
Entering function: InstallPackages()
Parameters:
hWnd = 0x00000000
pContext = 0x0013EEE4
hMessageTarget = 0x00000000
pParam = 0x00000000
bAsync = 0
Entering function: InstallPackagesThread()
Parameters:
pParam = 0x009C29C0
Entering function: CJob::InitializeJobQueues()
Parameters:
hHive = 0x80000002
szRoot = ?????s
pContext = 0x%08X

Exiting function: CJob::InitializeJobQueues()
Return value: (HRESULT) 0x00000000
Debug: Loaded string resource: 3. Characters = 21
Debug: Loaded string resource: 5. Characters = 14
Entering function: ExecuteInstall()
Parameters:
nDirective = 1
hWnd = 0x00000000
pwcsInfFile = C:\WINDOWS\Temp\IXP000.TMP\rspfiles.inf
pwcsCabFile = (null)
pwcsSection = DefaultInstall.NT
pwcsExtractPath = C:\WINDOWS\Temp\IXP000.TMP
dwSetupFlags = 4
pContext = 0x0013EEE4
Exiting function: ExecuteInstall()
Return value: (HRESULT) 0x00000000
Debug: Loaded string resource: 3. Characters = 21
Debug: Loaded string resource: 5. Characters = 14
Entering function: ExecuteInstall()
Parameters:
nDirective = 1
hWnd = 0x00000000
pwcsInfFile = C:\WINDOWS\Temp\IXP000.TMP\dasetup.inf
pwcsCabFile = (null)
pwcsSection = DefaultInstall.NT
pwcsExtractPath = C:\WINDOWS\Temp\IXP000.TMP
dwSetupFlags = 4
pContext = 0x0013EEE4
Exiting function: ExecuteInstall()
Return value: (HRESULT) 0x00000000
Debug: Loaded string resource: 3. Characters = 21
Debug: Loaded string resource: 5. Characters = 14
Entering function: ExecuteInstall()
Parameters:
nDirective = 4
hWnd = 0x00000000
pwcsInfFile = C:\WINDOWS\Temp\IXP000.TMP\WDSETUP.INF
pwcsCabFile = (null)
pwcsSection = DefaultInstall
pwcsExtractPath = C:\WINDOWS\Temp\IXP000.TMP
dwSetupFlags = 4
pContext = 0x0013EEE4
Exiting function: ExecuteInstall()
Return value: (HRESULT) 0x01000003
Debug: Loaded string resource: 3. Characters = 21
Debug: Loaded string resource: 5. Characters = 14
Entering function: ExecuteInstall()
Parameters:
nDirective = 4
hWnd = 0x00000000
pwcsInfFile = C:\WINDOWS\Temp\IXP000.TMP\MDACXPAK.INF
pwcsCabFile = (null)
pwcsSection = DefaultInstall
pwcsExtractPath = C:\WINDOWS\Temp\IXP000.TMP
dwSetupFlags = 36
pContext = 0x0013EEE4
Exiting function: ExecuteInstall()
Return value: (HRESULT) 0x00000BC2
Reboot Required: Job number 4 requires reboot
Debug: Loaded string resource: 3. Characters = 21
Debug: Loaded string resource: 5. Characters = 14
Entering function: ExecuteInstall()
Parameters:
nDirective = 1
hWnd = 0x00000000
pwcsInfFile = C:\WINDOWS\Temp\IXP000.TMP\MSXML.inf
pwcsCabFile = (null)
pwcsSection = DefaultInstall.NT
pwcsExtractPath = C:\WINDOWS\Temp\IXP000.TMP
dwSetupFlags = 36
pContext = 0x0013EEE4
Exiting function: ExecuteInstall()
Return value: (HRESULT) 0x00000000
Debug: Loaded string resource: 3. Characters = 21
Debug: Loaded string resource: 5. Characters = 14
Entering function: ExecuteInstall()
Parameters:
nDirective = 1
hWnd = 0x00000000
pwcsInfFile = C:\WINDOWS\Temp\IXP000.TMP\SQLXMLX.inf
pwcsCabFile = (null)
pwcsSection = DefaultInstall.NT
pwcsExtractPath = C:\WINDOWS\Temp\IXP000.TMP
dwSetupFlags = 548
pContext = 0x0013EEE4
Exiting function: ExecuteInstall()
Return value: (HRESULT) 0x00000000
Reboot Required: Job number 6 requires reboot
Debug: Loaded string resource: 3. Characters = 21
Debug: Loaded string resource: 5. Characters = 14
Entering function: ExecuteInstall()
Parameters:
nDirective = 4
hWnd = 0x00000000
pwcsInfFile = C:\WINDOWS\Temp\IXP000.TMP\SQLNET.INF
pwcsCabFile = (null)
pwcsSection = DefaultInstall
pwcsExtractPath = C:\WINDOWS\Temp\IXP000.TMP
dwSetupFlags = 36
pContext = 0x0013EEE4
Exiting function: ExecuteInstall()
Return value: (HRESULT) 0x80004005
Debug: Loaded string resource: 4. Characters = 23
Debug: Loaded string resource: 6. Characters = 16
Entering function: ExecuteInstall()
Parameters:
nDirective = 5
hWnd = 0x00000000
pwcsInfFile = C:\WINDOWS\Temp\IXP000.TMP\SQLNET.INF
pwcsCabFile = (null)
pwcsSection = DefaultInstall
pwcsExtractPath = C:\WINDOWS\Temp\IXP000.TMP
dwSetupFlags = 68
pContext = 0x0013EEE4
Exiting function: ExecuteInstall()
Return value: (HRESULT) 0x80004005
Debug: Loaded string resource: 4. Characters = 23
Debug: Loaded string resource: 6. Characters = 16
Entering function: ExecuteInstall()
Parameters:
nDirective = 1
hWnd = 0x00000000
pwcsInfFile = C:\WINDOWS\Temp\IXP000.TMP\SQLXMLX.inf
pwcsCabFile = (null)
pwcsSection = DefaultInstall.NT
pwcsExtractPath = C:\WINDOWS\Temp\IXP000.TMP
dwSetupFlags = 68
pContext = 0x0013EEE4
Exiting function: ExecuteInstall()
Return value: (HRESULT) 0x00000000
Debug: Loaded string resource: 4. Characters = 23
Debug: Loaded string resource: 6. Characters = 16
Entering function: ExecuteInstall()
Parameters:
nDirective = 1
hWnd = 0x00000000
pwcsInfFile = C:\WINDOWS\Temp\IXP000.TMP\MSXML.inf
pwcsCabFile = (null)
pwcsSection = DefaultInstall.NT
pwcsExtractPath = C:\WINDOWS\Temp\IXP000.TMP
dwSetupFlags = 68
pContext = 0x0013EEE4
Exiting function: ExecuteInstall()
Return value: (HRESULT) 0x00000BC2
Reboot Required: Job number 5 requires reboot
Debug: Loaded string resource: 4. Characters = 23
Debug: Loaded string resource: 6. Characters = 16
Entering function: ExecuteInstall()
Parameters:
nDirective = 5
hWnd = 0x00000000
pwcsInfFile = C:\WINDOWS\Temp\IXP000.TMP\MDACXPAK.INF
pwcsCabFile = (null)
pwcsSection = DefaultInstall
pwcsExtractPath = C:\WINDOWS\Temp\IXP000.TMP
dwSetupFlags = 68
pContext = 0x0013EEE4
Exiting function: ExecuteInstall()
Return value: (HRESULT) 0x00000BC2
Reboot Required: Job number 4 requires reboot
Entering function: CJob::DestroyJobQueues()
Parameters: None.
Exiting function: CJob::DestroyJobQueues()
Return value: (HRESULT) 0x00000000
Exiting function: InstallPackagesThread()
Return value: (HRESULT) 0x00000000
Exiting function: InstallPackages()
Return value: (HRESULT) 0x00000000
State after Install:
Setup was Successful: 0
Setup Requires Reboot: 0
Setup Will Reboot the Machine: 0

Exiting: Setup is shutting down..
Ending Install: Current Date/Time (U.S. Local Time): 09/07/2003 :
18:38:30
Errors collection: Severity: 100, Type: 2, Code: 0x80004005, Title:
(null), Text: Unspecified error

Errors collection: Severity: 100, Type: 2, Code: 0x80004005, Title:
(null), Text: Unspecified error

Error: The following error was encountered during setup:
*** (null):
Unspecified error

(Severity: 100, Type: 2, Code: 0x80004005)

SQL.MIF

START COMPONENT
NAME = "WORKSTATION"
START GROUP NAME = "ComponentID"
ID = 1
CLASS = "DMTF|ComponentID|1.0"
START ATTRIBUTE
NAME = "Manufacturer"
ID = 1
ACCESS = READ-ONLY
STORAGE = SPECIFIC
TYPE = STRING(64)
VALUE = "Microsoft"
END ATTRIBUTE
START ATTRIBUTE
NAME = "Product"
ID = 2
ACCESS = READ-ONLY
STORAGE = SPECIFIC
TYPE = STRING(64)
VALUE = "Microsoft SQL Server 2000"
END ATTRIBUTE
START ATTRIBUTE
NAME = "Version"
ID = 3
ACCESS = READ-ONLY
STORAGE = SPECIFIC
TYPE = STRING(64)
VALUE = "8.00.194"
END ATTRIBUTE
START ATTRIBUTE
NAME = "Locale"
ID = 4
ACCESS = READ-ONLY
STORAGE = SPECIFIC
TYPE = STRING(16)
VALUE = ""
END ATTRIBUTE
START ATTRIBUTE
NAME = "Serial Number"
ID = 5
ACCESS = READ-ONLY
STORAGE = SPECIFIC
TYPE = STRING(64)
VALUE = ""
END ATTRIBUTE
START ATTRIBUTE
NAME = "Installation"
ID = 6
ACCESS = READ-ONLY
STORAGE = SPECIFIC
TYPE = STRING(64)
VALUE = "DateTime"
END ATTRIBUTE
END GROUP
START GROUP
NAME = "InstallStatus"
ID = 2
CLASS = "MICROSOFT|JOBSTATUS|1.0"
START ATTRIBUTE
NAME = "Status"
ID = 1
ACCESS = READ-ONLY
STORAGE = SPECIFIC
TYPE = STRING(32)
VALUE = "Failed"
END ATTRIBUTE
START ATTRIBUTE
NAME = "Description"
ID = 2
ACCESS = READ-ONLY
STORAGE = SPECIFIC
TYPE = STRING(128)
VALUE = "Installation of the Microsoft Data Access Components
package failed. (-1)
"
END ATTRIBUTE
END GROUP
END COMPONENT

SETUPAPI.LOG

[2003/09/07 18:25:11 3916.11]
#-199 Executing "C:\WINDOWS\Temp\IXP000.TMP\dasetup.exe" with command
line: /Q:D /N
#E077 Could not locate a non-empty section [DefaultInstall] when
calculating disk space in "C:\WINDOWS\Temp\IXP000.TMP\noop.inf". Error
0xe0000102: The required line was not found in the INF.
[2003/09/07 18:25:16 3916.1]
#-199 Executing "C:\WINDOWS\Temp\IXP000.TMP\dasetup.exe" with command
line: /Q:D /N
#E361 An unsigned or incorrectly signed file
"c:\windows\temp\ixp000.tmp\rspfiles.inf" will be installed
(Policy=Ignore). Error 1168: Element not found.
#-024 Copying file "C:\WINDOWS\Temp\IXP000.TMP\rspfiles.inf" to
"C:\Program Files\Common Files\Microsoft Shared\dasetup\rspfiles.inf".
#E361 An unsigned or incorrectly signed file
"C:\WINDOWS\Temp\IXP000.TMP\rspfiles.inf" will be installed
(Policy=Ignore). Error 1168: Element not found.
#-336 Copying file "C:\WINDOWS\Temp\IXP000.TMP\redist.rsp" to
"C:\Windows\System32\redist.rsp" via temporary file
"C:\Windows\System32\SET14.tmp".
#E361 An unsigned or incorrectly signed file
"C:\WINDOWS\Temp\IXP000.TMP\redist.rsp" will be installed
(Policy=Ignore). Error 1168: Element not found.
#-336 Copying file "C:\WINDOWS\Temp\IXP000.TMP\mdaccore.rsp" to
"C:\Windows\System32\mdaccore.rsp" via temporary file
"C:\Windows\System32\SET17.tmp".
#E361 An unsigned or incorrectly signed file
"C:\WINDOWS\Temp\IXP000.TMP\mdaccore.rsp" will be installed
(Policy=Ignore). Error 1168: Element not found.
#-336 Copying file "C:\WINDOWS\Temp\IXP000.TMP\sqlclnt.rsp" to
"C:\Windows\System32\sqlclnt.rsp" via temporary file
"C:\Windows\System32\SET1A.tmp".
#E361 An unsigned or incorrectly signed file
"C:\WINDOWS\Temp\IXP000.TMP\sqlclnt.rsp" will be installed
(Policy=Ignore). Error 1168: Element not found.
[2003/09/07 18:25:19 3916.1]
#-199 Executing "C:\WINDOWS\Temp\IXP000.TMP\dasetup.exe" with command
line: /Q:D /N
#E361 An unsigned or incorrectly signed file
"c:\windows\temp\ixp000.tmp\dasetup.inf" will be installed
(Policy=Ignore). Error 1168: Element not found.
#-024 Copying file "C:\WINDOWS\Temp\IXP000.TMP\dasetup.inf" to
"C:\Program Files\Common Files\Microsoft Shared\dasetup\dasetup.inf".
#E361 An unsigned or incorrectly signed file
"C:\WINDOWS\Temp\IXP000.TMP\dasetup.inf" will be installed
(Policy=Ignore). Error 1168: Element not found.
#-336 Copying file "C:\WINDOWS\Temp\IXP000.TMP\dasetup.ini" to
"C:\Program Files\Common Files\Microsoft Shared\dasetup\dasetup.ini"
via temporary file "C:\Program Files\Common Files\Microsoft
Shared\dasetup\SET22.tmp".
#E361 An unsigned or incorrectly signed file
"C:\WINDOWS\Temp\IXP000.TMP\dasetup.ini" will be installed
(Policy=Ignore). Error 1168: Element not found.
[2003/09/07 18:25:21 3916.1]
#-199 Executing "C:\WINDOWS\Temp\IXP000.TMP\dasetup.exe" with command
line: /Q:D /N
#-340 Extracted file "ds16gt.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SETF4.tmp" (target is
"C:\Windows\System32\ds16gt.dll").
#-336 Copying file "C:\Windows\System32\SETF4.tmp" to
"C:\Windows\System32\ds16gt.dll" via temporary file
"C:\Windows\System32\SETF6.tmp".
#W025 A newer file "C:\Windows\System32\ds16gt.dll" was overwritten by
an older (signed) file. Version of source file: 3.510.3711.0. Version
of target file: 3.510.3711.0. The SP_COPY_FORCE_NEWER flag was
ignored. The existing target file was signed.
#-340 Extracted file "ds32gt.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SETF7.tmp" (target is
"C:\Windows\System32\ds32gt.dll").
#-336 Copying file "C:\Windows\System32\SETF7.tmp" to
"C:\Windows\System32\ds32gt.dll" via temporary file
"C:\Windows\System32\SETF9.tmp".
#W025 A newer file "C:\Windows\System32\ds32gt.dll" was overwritten by
an older (signed) file. Version of source file: 3.520.6526.0. Version
of target file: 3.520.9030.0. The SP_COPY_FORCE_NEWER flag was
ignored. The existing target file was signed.
#-340 Extracted file "msadce.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\MSADC\SET106.tmp" (target is "C:\Program Files\Common
Files\System\MSADC\msadce.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\MSADC\SET106.tmp" to "C:\Program Files\Common
Files\System\MSADC\msadce.dll" via temporary file "C:\Program
Files\Common Files\System\MSADC\SET108.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\MSADC\msadce.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msadcer.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\MSADC\SET109.tmp" (target is "C:\Program Files\Common
Files\System\MSADC\msadcer.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\MSADC\SET109.tmp" to "C:\Program Files\Common
Files\System\MSADC\msadcer.dll" via temporary file "C:\Program
Files\Common Files\System\MSADC\SET10B.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\MSADC\msadcer.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.70.7713.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msadcf.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\MSADC\SET10C.tmp" (target is "C:\Program Files\Common
Files\System\MSADC\msadcf.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\MSADC\SET10C.tmp" to "C:\Program Files\Common
Files\System\MSADC\msadcf.dll" via temporary file "C:\Program
Files\Common Files\System\MSADC\SET10E.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\MSADC\msadcf.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msadcfr.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\MSADC\SET10F.tmp" (target is "C:\Program Files\Common
Files\System\MSADC\msadcfr.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\MSADC\SET10F.tmp" to "C:\Program Files\Common
Files\System\MSADC\msadcfr.dll" via temporary file "C:\Program
Files\Common Files\System\MSADC\SET111.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\MSADC\msadcfr.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.70.7713.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msadco.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\MSADC\SET112.tmp" (target is "C:\Program Files\Common
Files\System\MSADC\msadco.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\MSADC\SET112.tmp" to "C:\Program Files\Common
Files\System\MSADC\msadco.dll" via temporary file "C:\Program
Files\Common Files\System\MSADC\SET114.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\MSADC\msadco.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msadcor.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\MSADC\SET115.tmp" (target is "C:\Program Files\Common
Files\System\MSADC\msadcor.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\MSADC\SET115.tmp" to "C:\Program Files\Common
Files\System\MSADC\msadcor.dll" via temporary file "C:\Program
Files\Common Files\System\MSADC\SET117.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\MSADC\msadcor.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.70.7713.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msadcs.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\MSADC\SET118.tmp" (target is "C:\Program Files\Common
Files\System\MSADC\msadcs.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\MSADC\SET118.tmp" to "C:\Program Files\Common
Files\System\MSADC\msadcs.dll" via temporary file "C:\Program
Files\Common Files\System\MSADC\SET11A.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\MSADC\msadcs.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msadds.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\MSADC\SET11B.tmp" (target is "C:\Program Files\Common
Files\System\MSADC\msadds.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\MSADC\SET11B.tmp" to "C:\Program Files\Common
Files\System\MSADC\msadds.dll" via temporary file "C:\Program
Files\Common Files\System\MSADC\SET11D.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\MSADC\msadds.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msaddsr.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\MSADC\SET11E.tmp" (target is "C:\Program Files\Common
Files\System\MSADC\msaddsr.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\MSADC\SET11E.tmp" to "C:\Program Files\Common
Files\System\MSADC\msaddsr.dll" via temporary file "C:\Program
Files\Common Files\System\MSADC\SET120.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\MSADC\msaddsr.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.70.7713.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msader15.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\ADO\SET121.tmp" (target is "C:\Program Files\Common
Files\System\ADO\msader15.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\ADO\SET121.tmp" to "C:\Program Files\Common
Files\System\ADO\msader15.dll" via temporary file "C:\Program
Files\Common Files\System\ADO\SET123.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\ADO\msader15.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.70.7713.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msado15.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\ADO\SET124.tmp" (target is "C:\Program Files\Common
Files\System\ADO\msado15.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\ADO\SET124.tmp" to "C:\Program Files\Common
Files\System\ADO\msado15.dll" via temporary file "C:\Program
Files\Common Files\System\ADO\SET126.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\ADO\msado15.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msado20.tlb" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\ADO\SET127.tmp" (target is "C:\Program Files\Common
Files\System\ADO\msado20.tlb").
#-336 Copying file "C:\Program Files\Common
Files\System\ADO\SET127.tmp" to "C:\Program Files\Common
Files\System\ADO\msado20.tlb" via temporary file "C:\Program
Files\Common Files\System\ADO\SET129.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\ADO\msado20.tlb" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msado21.tlb" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\ADO\SET12A.tmp" (target is "C:\Program Files\Common
Files\System\ADO\msado21.tlb").
#-336 Copying file "C:\Program Files\Common
Files\System\ADO\SET12A.tmp" to "C:\Program Files\Common
Files\System\ADO\msado21.tlb" via temporary file "C:\Program
Files\Common Files\System\ADO\SET12C.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\ADO\msado21.tlb" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msado25.tlb" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\ADO\SET12D.tmp" (target is "C:\Program Files\Common
Files\System\ADO\msado25.tlb").
#-336 Copying file "C:\Program Files\Common
Files\System\ADO\SET12D.tmp" to "C:\Program Files\Common
Files\System\ADO\msado25.tlb" via temporary file "C:\Program
Files\Common Files\System\ADO\SET12F.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\ADO\msado25.tlb" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msadomd.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\ADO\SET130.tmp" (target is "C:\Program Files\Common
Files\System\ADO\msadomd.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\ADO\SET130.tmp" to "C:\Program Files\Common
Files\System\ADO\msadomd.dll" via temporary file "C:\Program
Files\Common Files\System\ADO\SET132.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\ADO\msadomd.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msador15.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\ADO\SET133.tmp" (target is "C:\Program Files\Common
Files\System\ADO\msador15.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\ADO\SET133.tmp" to "C:\Program Files\Common
Files\System\ADO\msador15.dll" via temporary file "C:\Program
Files\Common Files\System\ADO\SET135.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\ADO\msador15.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msadox.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\ADO\SET136.tmp" (target is "C:\Program Files\Common
Files\System\ADO\msadox.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\ADO\SET136.tmp" to "C:\Program Files\Common
Files\System\ADO\msadox.dll" via temporary file "C:\Program
Files\Common Files\System\ADO\SET138.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\ADO\msadox.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msadrh15.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\ADO\SET139.tmp" (target is "C:\Program Files\Common
Files\System\ADO\msadrh15.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\ADO\SET139.tmp" to "C:\Program Files\Common
Files\System\ADO\msadrh15.dll" via temporary file "C:\Program
Files\Common Files\System\ADO\SET13B.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\ADO\msadrh15.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "mscpxl32.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SET13C.tmp" (target is
"C:\Windows\System32\mscpxl32.dll").
#-336 Copying file "C:\Windows\System32\SET13C.tmp" to
"C:\Windows\System32\mscpxl32.dll" via temporary file
"C:\Windows\System32\SET13E.tmp".
#W025 A newer file "C:\Windows\System32\mscpxl32.dll" was overwritten
by an older (signed) file. Version of source file: 3.511.3.20. Version
of target file: 3.520.7713.0. The SP_COPY_FORCE_NEWER flag was
ignored. The existing target file was signed.
#-340 Extracted file "msdadc.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\OLE DB\SET13F.tmp" (target is "C:\Program Files\Common
Files\System\OLE DB\msdadc.dll").
#-336 Copying file "C:\Program Files\Common Files\System\OLE
DB\SET13F.tmp" to "C:\Program Files\Common Files\System\OLE
DB\msdadc.dll" via temporary file "C:\Program Files\Common
Files\System\OLE DB\SET141.tmp".
#W025 A newer file "C:\Program Files\Common Files\System\OLE
DB\msdadc.dll" was overwritten by an older (signed) file. Version of
source file: 2.60.6526.0. Version of target file: 2.71.9030.0. The
SP_COPY_FORCE_NEWER flag was ignored. The existing target file was
signed.
#-340 Extracted file "msdaenum.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\OLE DB\SET142.tmp" (target is "C:\Program Files\Common
Files\System\OLE DB\msdaenum.dll").
#-336 Copying file "C:\Program Files\Common Files\System\OLE
DB\SET142.tmp" to "C:\Program Files\Common Files\System\OLE
DB\msdaenum.dll" via temporary file "C:\Program Files\Common
Files\System\OLE DB\SET144.tmp".
#W025 A newer file "C:\Program Files\Common Files\System\OLE
DB\msdaenum.dll" was overwritten by an older (signed) file. Version of
source file: 2.60.6526.0. Version of target file: 2.71.9030.0. The
SP_COPY_FORCE_NEWER flag was ignored. The existing target file was
signed.
#-340 Extracted file "msdaer.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\OLE DB\SET145.tmp" (target is "C:\Program Files\Common
Files\System\OLE DB\msdaer.dll").
#-336 Copying file "C:\Program Files\Common Files\System\OLE
DB\SET145.tmp" to "C:\Program Files\Common Files\System\OLE
DB\msdaer.dll" via temporary file "C:\Program Files\Common
Files\System\OLE DB\SET147.tmp".
#W025 A newer file "C:\Program Files\Common Files\System\OLE
DB\msdaer.dll" was overwritten by an older (signed) file. Version of
source file: 2.60.6526.0. Version of target file: 2.71.9030.0. The
SP_COPY_FORCE_NEWER flag was ignored. The existing target file was
signed.
#-340 Extracted file "msdaora.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\OLE DB\SET148.tmp" (target is "C:\Program Files\Common
Files\System\OLE DB\msdaora.dll").
#-336 Copying file "C:\Program Files\Common Files\System\OLE
DB\SET148.tmp" to "C:\Program Files\Common Files\System\OLE
DB\msdaora.dll" via temporary file "C:\Program Files\Common
Files\System\OLE DB\SET14A.tmp".
#W025 A newer file "C:\Program Files\Common Files\System\OLE
DB\msdaora.dll" was overwritten by an older (signed) file. Version of
source file: 2.60.6526.0. Version of target file: 2.71.9030.0. The
SP_COPY_FORCE_NEWER flag was ignored. The existing target file was
signed.
#-340 Extracted file "msdaosp.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\OLE DB\SET14B.tmp" (target is "C:\Program Files\Common
Files\System\OLE DB\msdaosp.dll").
#-336 Copying file "C:\Program Files\Common Files\System\OLE
DB\SET14B.tmp" to "C:\Program Files\Common Files\System\OLE
DB\msdaosp.dll" via temporary file "C:\Program Files\Common
Files\System\OLE DB\SET14D.tmp".
#W025 A newer file "C:\Program Files\Common Files\System\OLE
DB\msdaosp.dll" was overwritten by an older (signed) file. Version of
source file: 2.60.6526.0. Version of target file: 2.71.9030.0. The
SP_COPY_FORCE_NEWER flag was ignored. The existing target file was
signed.
#-340 Extracted file "msdaprsr.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\MSADC\SET14E.tmp" (target is "C:\Program Files\Common
Files\System\MSADC\msdaprsr.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\MSADC\SET14E.tmp" to "C:\Program Files\Common
Files\System\MSADC\msdaprsr.dll" via temporary file "C:\Program
Files\Common Files\System\MSADC\SET150.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\MSADC\msdaprsr.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.70.7713.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msdaprst.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\MSADC\SET151.tmp" (target is "C:\Program Files\Common
Files\System\MSADC\msdaprst.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\MSADC\SET151.tmp" to "C:\Program Files\Common
Files\System\MSADC\msdaprst.dll" via temporary file "C:\Program
Files\Common Files\System\MSADC\SET153.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\MSADC\msdaprst.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msdaps.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\OLE DB\SET154.tmp" (target is "C:\Program Files\Common
Files\System\OLE DB\msdaps.dll").
#-336 Copying file "C:\Program Files\Common Files\System\OLE
DB\SET154.tmp" to "C:\Program Files\Common Files\System\OLE
DB\msdaps.dll" via temporary file "C:\Program Files\Common
Files\System\OLE DB\SET156.tmp".
#W025 A newer file "C:\Program Files\Common Files\System\OLE
DB\msdaps.dll" was overwritten by an older (signed) file. Version of
source file: 2.60.6526.0. Version of target file: 2.71.9030.0. The
SP_COPY_FORCE_NEWER flag was ignored. The existing target file was
signed.
#-340 Extracted file "msdarem.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\MSADC\SET157.tmp" (target is "C:\Program Files\Common
Files\System\MSADC\msdarem.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\MSADC\SET157.tmp" to "C:\Program Files\Common
Files\System\MSADC\msdarem.dll" via temporary file "C:\Program
Files\Common Files\System\MSADC\SET159.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\MSADC\msdarem.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msdaremr.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\MSADC\SET15A.tmp" (target is "C:\Program Files\Common
Files\System\MSADC\msdaremr.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\MSADC\SET15A.tmp" to "C:\Program Files\Common
Files\System\MSADC\msdaremr.dll" via temporary file "C:\Program
Files\Common Files\System\MSADC\SET15C.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\MSADC\msdaremr.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.70.7713.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msdart.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SET15D.tmp" (target is
"C:\Windows\System32\msdart.dll").
#-336 Copying file "C:\Windows\System32\SET15D.tmp" to
"C:\Windows\System32\msdart.dll" via temporary file
"C:\Windows\System32\SET15F.tmp".
#W025 A newer file "C:\Windows\System32\msdart.dll" was overwritten by
an older (signed) file. Version of source file: 2.60.6526.0. Version
of target file: 2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored.
The existing target file was signed.
#-340 Extracted file "msdasc.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\OLE DB\SET163.tmp" (target is "C:\Program Files\Common
Files\System\OLE DB\msdasc.dll").
#-336 Copying file "C:\Program Files\Common Files\System\OLE
DB\SET163.tmp" to "C:\Program Files\Common Files\System\OLE
DB\msdasc.dll" via temporary file "C:\Program Files\Common
Files\System\OLE DB\SET165.tmp".
#W025 A newer file "C:\Program Files\Common Files\System\OLE
DB\msdasc.dll" was overwritten by an older (signed) file. Version of
source file: 2.60.6526.0. Version of target file: 2.71.9030.0. The
SP_COPY_FORCE_NEWER flag was ignored. The existing target file was
signed.
#-340 Extracted file "msdasql.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\OLE DB\SET166.tmp" (target is "C:\Program Files\Common
Files\System\OLE DB\msdasql.dll").
#-336 Copying file "C:\Program Files\Common Files\System\OLE
DB\SET166.tmp" to "C:\Program Files\Common Files\System\OLE
DB\msdasql.dll" via temporary file "C:\Program Files\Common
Files\System\OLE DB\SET168.tmp".
#W025 A newer file "C:\Program Files\Common Files\System\OLE
DB\msdasql.dll" was overwritten by an older (signed) file. Version of
source file: 2.60.6526.0. Version of target file: 2.71.9030.0. The
SP_COPY_FORCE_NEWER flag was ignored. The existing target file was
signed.
#-340 Extracted file "msdasqlr.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\OLE DB\SET169.tmp" (target is "C:\Program Files\Common
Files\System\OLE DB\msdasqlr.dll").
#-336 Copying file "C:\Program Files\Common Files\System\OLE
DB\SET169.tmp" to "C:\Program Files\Common Files\System\OLE
DB\msdasqlr.dll" via temporary file "C:\Program Files\Common
Files\System\OLE DB\SET16B.tmp".
#W025 A newer file "C:\Program Files\Common Files\System\OLE
DB\msdasqlr.dll" was overwritten by an older (signed) file. Version of
source file: 2.60.6526.0. Version of target file: 2.70.7713.0. The
SP_COPY_FORCE_NEWER flag was ignored. The existing target file was
signed.
#-340 Extracted file "msdatl3.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\OLE DB\SET16C.tmp" (target is "C:\Program Files\Common
Files\System\OLE DB\msdatl3.dll").
#-336 Copying file "C:\Program Files\Common Files\System\OLE
DB\SET16C.tmp" to "C:\Program Files\Common Files\System\OLE
DB\msdatl3.dll" via temporary file "C:\Program Files\Common
Files\System\OLE DB\SET16E.tmp".
#W025 A newer file "C:\Program Files\Common Files\System\OLE
DB\msdatl3.dll" was overwritten by an older (signed) file. Version of
source file: 2.60.6526.0. Version of target file: 2.71.9030.0. The
SP_COPY_FORCE_NEWER flag was ignored. The existing target file was
signed.
#-340 Extracted file "msdatsrc.tlb" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SET16F.tmp" (target is
"C:\Windows\System32\msdatsrc.tlb").
#-336 Copying file "C:\Windows\System32\SET16F.tmp" to
"C:\Windows\System32\msdatsrc.tlb" via temporary file
"C:\Windows\System32\SET171.tmp".
#W025 A newer file "C:\Windows\System32\msdatsrc.tlb" was overwritten
by an older (signed) file. Version of source file: 9.0.6526.0. Version
of target file: 9.0.9030.0. The SP_COPY_FORCE_NEWER flag was ignored.
The existing target file was signed.
#-340 Extracted file "msdatt.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\OLE DB\SET172.tmp" (target is "C:\Program Files\Common
Files\System\OLE DB\msdatt.dll").
#-336 Copying file "C:\Program Files\Common Files\System\OLE
DB\SET172.tmp" to "C:\Program Files\Common Files\System\OLE
DB\msdatt.dll" via temporary file "C:\Program Files\Common
Files\System\OLE DB\SET174.tmp".
#W025 A newer file "C:\Program Files\Common Files\System\OLE
DB\msdatt.dll" was overwritten by an older (signed) file. Version of
source file: 2.60.6526.0. Version of target file: 2.71.9030.0. The
SP_COPY_FORCE_NEWER flag was ignored. The existing target file was
signed.
#-340 Extracted file "msdaurl.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\OLE DB\SET175.tmp" (target is "C:\Program Files\Common
Files\System\OLE DB\msdaurl.dll").
#-336 Copying file "C:\Program Files\Common Files\System\OLE
DB\SET175.tmp" to "C:\Program Files\Common Files\System\OLE
DB\msdaurl.dll" via temporary file "C:\Program Files\Common
Files\System\OLE DB\SET177.tmp".
#W025 A newer file "C:\Program Files\Common Files\System\OLE
DB\msdaurl.dll" was overwritten by an older (signed) file. Version of
source file: 9.1.6526.0. Version of target file: 9.1.9030.0. The
SP_COPY_FORCE_NEWER flag was ignored. The existing target file was
signed.
#-340 Extracted file "msdfmap.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\MSADC\SET178.tmp" (target is "C:\Program Files\Common
Files\System\MSADC\msdfmap.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\MSADC\SET178.tmp" to "C:\Program Files\Common
Files\System\MSADC\msdfmap.dll" via temporary file "C:\Program
Files\Common Files\System\MSADC\SET17A.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\MSADC\msdfmap.dll" was overwritten by an older (signed)
file. Version of source file: 2.60.6526.0. Version of target file:
2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msjro.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\ADO\SET17D.tmp" (target is "C:\Program Files\Common
Files\System\ADO\msjro.dll").
#-336 Copying file "C:\Program Files\Common
Files\System\ADO\SET17D.tmp" to "C:\Program Files\Common
Files\System\ADO\msjro.dll" via temporary file "C:\Program
Files\Common Files\System\ADO\SET17F.tmp".
#W025 A newer file "C:\Program Files\Common
Files\System\ADO\msjro.dll" was overwritten by an older (signed) file.
Version of source file: 2.60.6526.0. Version of target file:
2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existing
target file was signed.
#-340 Extracted file "msorcl32.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SET183.tmp" (target is
"C:\Windows\System32\msorcl32.dll").
#-336 Copying file "C:\Windows\System32\SET183.tmp" to
"C:\Windows\System32\msorcl32.dll" via temporary file
"C:\Windows\System32\SET185.tmp".
#W025 A newer file "C:\Windows\System32\msorcl32.dll" was overwritten
by an older (signed) file. Version of source file: 2.573.6526.0.
Version of target file: 2.573.9030.0. The SP_COPY_FORCE_NEWER flag was
ignored. The existing target file was signed.
#-340 Extracted file "msxactps.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\OLE DB\SET186.tmp" (target is "C:\Program Files\Common
Files\System\OLE DB\msxactps.dll").
#-336 Copying file "C:\Program Files\Common Files\System\OLE
DB\SET186.tmp" to "C:\Program Files\Common Files\System\OLE
DB\msxactps.dll" via temporary file "C:\Program Files\Common
Files\System\OLE DB\SET188.tmp".
#W025 A newer file "C:\Program Files\Common Files\System\OLE
DB\msxactps.dll" was overwritten by an older (signed) file. Version of
source file: 2.60.6526.0. Version of target file: 2.71.9030.0. The
SP_COPY_FORCE_NEWER flag was ignored. The existing target file was
signed.
#-340 Extracted file "odbc16gt.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SET199.tmp" (target is
"C:\Windows\System32\odbc16gt.dll").
#-336 Copying file "C:\Windows\System32\SET199.tmp" to
"C:\Windows\System32\odbc16gt.dll" via temporary file
"C:\Windows\System32\SET19B.tmp".
#W025 A newer file "C:\Windows\System32\odbc16gt.dll" was overwritten
by an older (signed) file. Version of source file: 3.510.3711.0.
Version of target file: 3.510.3711.0. The SP_COPY_FORCE_NEWER flag was
ignored. The existing target file was signed.
#-340 Extracted file "odbc32.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SET19C.tmp" (target is
"C:\Windows\System32\odbc32.dll").
#-336 Copying file "C:\Windows\System32\SET19C.tmp" to
"C:\Windows\System32\odbc32.dll" via temporary file
"C:\Windows\System32\SET19E.tmp".
#W025 A newer file "C:\Windows\System32\odbc32.dll" was overwritten by
an older (signed) file. Version of source file: 3.520.6526.0. Version
of target file: 3.520.9030.0. The SP_COPY_FORCE_NEWER flag was
ignored. The existing target file was signed.
#W190 File "C:\Windows\System32\SET19E.tmp" marked to be moved to
"C:\Windows\System32\odbc32.dll" on next reboot.
#-340 Extracted file "odbc32gt.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SET19F.tmp" (target is
"C:\Windows\System32\odbc32gt.dll").
#-336 Copying file "C:\Windows\System32\SET19F.tmp" to
"C:\Windows\System32\odbc32gt.dll" via temporary file
"C:\Windows\System32\SET1A1.tmp".
#W025 A newer file "C:\Windows\System32\odbc32gt.dll" was overwritten
by an older (signed) file. Version of source file: 3.520.6526.0.
Version of target file: 3.520.9030.0. The SP_COPY_FORCE_NEWER flag was
ignored. The existing target file was signed.
#-340 Extracted file "odbcad32.exe" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SET1A2.tmp" (target is
"C:\Windows\System32\odbcad32.exe").
#-336 Copying file "C:\Windows\System32\SET1A2.tmp" to
"C:\Windows\System32\odbcad32.exe" via temporary file
"C:\Windows\System32\SET1A4.tmp".
#W025 A newer file "C:\Windows\System32\odbcad32.exe" was overwritten
by an older (signed) file. Version of source file: 3.520.6526.0.
Version of target file: 3.520.9030.0. The SP_COPY_FORCE_NEWER flag was
ignored. The existing target file was signed.
#-340 Extracted file "odbccp32.cpl" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SET1A5.tmp" (target is
"C:\Windows\System32\odbccp32.cpl").
#-336 Copying file "C:\Windows\System32\SET1A5.tmp" to
"C:\Windows\System32\odbccp32.cpl" via temporary file
"C:\Windows\System32\SET1A7.tmp".
#W025 A newer file "C:\Windows\System32\odbccp32.cpl" was overwritten
by an older (signed) file. Version of source file: 3.520.6526.0.
Version of target file: 3.520.7713.0. The SP_COPY_FORCE_NEWER flag was
ignored. The existing target file was signed.
#-340 Extracted file "odbccp32.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SET1A8.tmp" (target is
"C:\Windows\System32\odbccp32.dll").
#-336 Copying file "C:\Windows\System32\SET1A8.tmp" to
"C:\Windows\System32\odbccp32.dll" via temporary file
"C:\Windows\System32\SET1AA.tmp".
#W025 A newer file "C:\Windows\System32\odbccp32.dll" was overwritten
by an older (signed) file. Version of source file: 3.520.6526.0.
Version of target file: 3.520.9030.0. The SP_COPY_FORCE_NEWER flag was
ignored. The existing target file was signed.
#-340 Extracted file "odbccr32.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SET1AB.tmp" (target is
"C:\Windows\System32\odbccr32.dll").
#-336 Copying file "C:\Windows\System32\SET1AB.tmp" to
"C:\Windows\System32\odbccr32.dll" via temporary file
"C:\Windows\System32\SET1AD.tmp".
#W025 A newer file "C:\Windows\System32\odbccr32.dll" was overwritten
by an older (signed) file. Version of source file: 3.520.6526.0.
Version of target file: 3.520.9030.0. The SP_COPY_FORCE_NEWER flag was
ignored. The existing target file was signed.
#-340 Extracted file "odbccu32.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SET1AE.tmp" (target is
"C:\Windows\System32\odbccu32.dll").
#-336 Copying file "C:\Windows\System32\SET1AE.tmp" to
"C:\Windows\System32\odbccu32.dll" via temporary file
"C:\Windows\System32\SET1B0.tmp".
#W025 A newer file "C:\Windows\System32\odbccu32.dll" was overwritten
by an older (signed) file. Version of source file: 3.520.6526.0.
Version of target file: 3.520.9030.0. The SP_COPY_FORCE_NEWER flag was
ignored. The existing target file was signed.
#-340 Extracted file "odbcint.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SET1B4.tmp" (target is
"C:\Windows\System32\odbcint.dll").
#-336 Copying file "C:\Windows\System32\SET1B4.tmp" to
"C:\Windows\System32\odbcint.dll" via temporary file
"C:\Windows\System32\SET1B6.tmp".
#W025 A newer file "C:\Windows\System32\odbcint.dll" was overwritten
by an older (signed) file. Version of source file: 3.520.6526.0.
Version of target file: 3.520.7713.0. The SP_COPY_FORCE_NEWER flag was
ignored. The existing target file was signed.
#W190 File "C:\Windows\System32\SET1B6.tmp" marked to be moved to
"C:\Windows\System32\odbcint.dll" on next reboot.
#-340 Extracted file "odbctrac.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SET1B7.tmp" (target is
"C:\Windows\System32\odbctrac.dll").
#-336 Copying file "C:\Windows\System32\SET1B7.tmp" to
"C:\Windows\System32\odbctrac.dll" via temporary file
"C:\Windows\System32\SET1B9.tmp".
#W025 A newer file "C:\Windows\System32\odbctrac.dll" was overwritten
by an older (signed) file. Version of source file: 3.520.6526.0.
Version of target file: 3.520.9030.0. The SP_COPY_FORCE_NEWER flag was
ignored. The existing target file was signed.
#-340 Extracted file "oledb32.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\OLE DB\SET1BA.tmp" (target is "C:\Program Files\Common
Files\System\OLE DB\oledb32.dll").
#-336 Copying file "C:\Program Files\Common Files\System\OLE
DB\SET1BA.tmp" to "C:\Program Files\Common Files\System\OLE
DB\oledb32.dll" via temporary file "C:\Program Files\Common
Files\System\OLE DB\SET1BC.tmp".
#W025 A newer file "C:\Program Files\Common Files\System\OLE
DB\oledb32.dll" was overwritten by an older (signed) file. Version of
source file: 2.60.6526.0. Version of target file: 2.71.9030.0. The
SP_COPY_FORCE_NEWER flag was ignored. The existing target file was
signed.
#-340 Extracted file "oledb32r.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\OLE DB\SET1BD.tmp" (target is "C:\Program Files\Common
Files\System\OLE DB\oledb32r.dll").
#-336 Copying file "C:\Program Files\Common Files\System\OLE
DB\SET1BD.tmp" to "C:\Program Files\Common Files\System\OLE
DB\oledb32r.dll" via temporary file "C:\Program Files\Common
Files\System\OLE DB\SET1BF.tmp".
#W025 A newer file "C:\Program Files\Common Files\System\OLE
DB\oledb32r.dll" was overwritten by an older (signed) file. Version of
source file: 2.60.6526.0. Version of target file: 2.70.7713.0. The
SP_COPY_FORCE_NEWER flag was ignored. The existing target file was
signed.
#-340 Extracted file "msorc32r.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SET1CC.tmp" (target is
"C:\Windows\System32\msorc32r.dll").
#-336 Copying file "C:\Windows\System32\SET1CC.tmp" to
"C:\Windows\System32\msorc32r.dll" via temporary file
"C:\Windows\System32\SET1CE.tmp".
#W025 A newer file "C:\Windows\System32\msorc32r.dll" was overwritten
by an older (signed) file. Version of source file: 2.60.6526.0.
Version of target file: 2.573.7713.0. The SP_COPY_FORCE_NEWER flag was
ignored. The existing target file was signed.
#-340 Extracted file "msdaorar.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to "C:\Program Files\Common
Files\System\OLE DB\SET1CF.tmp" (target is "C:\Program Files\Common
Files\System\OLE DB\msdaorar.dll").
#-336 Copying file "C:\Program Files\Common Files\System\OLE
DB\SET1CF.tmp" to "C:\Program Files\Common Files\System\OLE
DB\msdaorar.dll" via temporary file "C:\Program Files\Common
Files\System\OLE DB\SET1D1.tmp".
#W025 A newer file "C:\Program Files\Common Files\System\OLE
DB\msdaorar.dll" was overwritten by an older (signed) file. Version of
source file: 2.60.6526.0. Version of target file: 2.70.7713.0. The
SP_COPY_FORCE_NEWER flag was ignored. The existing target file was
signed.
#-340 Extracted file "ODBCP32r.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SET1D2.tmp" (target is
"C:\Windows\System32\ODBCP32r.dll").
#-336 Copying file "C:\Windows\System32\SET1D2.tmp" to
"C:\Windows\System32\ODBCP32r.dll" via temporary file
"C:\Windows\System32\SET1D4.tmp".
#W025 A newer file "C:\Windows\System32\ODBCP32r.dll" was overwritten
by an older (signed) file. Version of source file: 3.520.6526.0.
Version of target file: 3.520.9030.0. The SP_COPY_FORCE_NEWER flag was
ignored. The existing target file was signed.
#-340 Extracted file "mscpx32r.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\mdacxpak.cab" to
"C:\Windows\System32\SET1D5.tmp" (target is
"C:\Windows\System32\mscpx32r.dll").
#-336 Copying file "C:\Windows\System32\SET1D5.tmp" to
"C:\Windows\System32\mscpx32r.dll" via temporary file
"C:\Windows\System32\SET1D7.tmp".
#W025 A newer file "C:\Windows\System32\mscpx32r.dll" was overwritten
by an older (signed) file. Version of source file: 3.511.320.0.
Version of target file: 3.520.9030.0. The SP_COPY_FORCE_NEWER flag was
ignored. The existing target file was signed.
[2003/09/07 18:26:01 3916.20]
#-199 Executing "C:\WINDOWS\Temp\IXP000.TMP\dasetup.exe" with command
line: /Q:D /N
#E361 An unsigned or incorrectly signed file
"c:\windows\temp\ixp000.tmp\msxml.inf" will be installed
(Policy=Ignore). Error 1168: Element not found.
#E361 An unsigned or incorrectly signed file
"c:\windows\temp\ixp000.tmp\msxml.inf" will be installed
(Policy=Ignore). Error 1168: Element not found.
#-024 Copying file "C:\WINDOWS\Temp\IXP000.TMP\msxml.inf" to
"C:\Program Files\Common Files\Microsoft Shared\dasetup\msxml.inf".
#E361 An unsigned or incorrectly signed file
"C:\WINDOWS\Temp\IXP000.TMP\msxml.inf" will be installed
(Policy=Ignore). Error 1168: Element not found.
#-340 Extracted file "msxml2a.dll" from cabinet
"C:\WINDOWS\Temp\IXP000.TMP\msxml.cab" to
"C:\Windows\System32\SET1E3.tmp" (target is
"C:\Windows\System32\msxml2a.dll").
#-336 Copying file "C:\Windows\System32\SET1E3.tmp" to
"C:\Windows\System32\msxml2a.dll" via temporary file
"C:\Windows\System32\SET1E4.tmp".
#E361 An unsigned or incorrectly signed file
"C:\Windows\System32\SET1E3.tmp" will be installed (Policy=Ignore).
Error 1168: Element not found.
[2003/09/07 18:26:05 3916.36]
#-199 Executing "C:\WINDOWS\Temp\IXP000.TMP\dasetup.exe" with command
line: /Q:D /N
#E361 An unsigned or incorrectly signed file
"c:\windows\temp\ixp000.tmp\sqlxmlx.inf" will be installed
(Policy=Ignore). Error 1168: Element not found.
#E361 An unsigned or incorrectly signed file
"c:\windows\temp\ixp000.tmp\sqlxmlx.inf" will be installed
(Policy=Ignore). Error 1168: Element not found.
#-024 Copying file "C:\WINDOWS\Temp\IXP000.TMP\sqlxmlx.inf" to
"C:\Program Files\Common Files\Microsoft Shared\dasetup\sqlxmlx.inf".
#E361 An unsigned or incorrectly signed file
"C:\WINDOWS\Temp\IXP000.TMP\sqlxmlx.inf" will be installed
(Policy=Ignore). Error 1168: Element not found.
[2003/09/07 18:26:08 3916.43]
#-199 Executing "C:\WINDOWS\Temp\IXP000.TMP\dasetup.exe" with command
line: /Q:D /N
#E373 An unsigned or incorrectly signed file
"c:\windows\temp\ixp000.tmp\sqlnet.inf" blocked (Policy=Block, user
informed). Error 1151: The specified program is not a Windows or
MS-DOS program.
#W187 Install failed, attempting to restore original files.
#E064 Parsing install section [DefaultInstall] in
"C:\WINDOWS\Temp\IXP000.TMP\SQLNET.INF" failed. Error 1151: The
specified program is not a Windows or MS-DOS program.

SQLSTP.LOG

18:22:56 Begin Setup
18:22:56 8.00.194
18:22:56 Mode = Normal
18:22:56 ModeType = NORMAL
18:22:56 GetDefinitionEx returned: 0, Extended: 0x0
18:22:56 ValueFTS returned: 1
18:22:56 ValuePID returned: 1
18:22:56 ValueLic returned: 0
18:22:56 System: Windows NT WorkStation
18:22:56 SQL Server ProductType: Personal Edition [0x2]
18:22:56 Begin Action: SetupInitialize
18:22:56 End Action SetupInitialize
18:22:56 Begin Action: SetupInstall
18:22:56 Reading Software\Microsoft\Windows\CurrentVersion\CommonFi lesDir
...
18:22:56 CommonFilesDir=C:\Program Files\Common Files
18:22:56 Windows Directory=C:\Windows\
18:22:56 Program Files=C:\Program Files\
18:22:56 TEMPDIR=C:\Windows\TEMP\
18:22:56 Begin Action: SetupInstall
18:22:56 digpid size : 256
18:22:56 digpid size : 164
18:22:56 Begin Action: CheckFixedRequirements
18:22:56 Platform ID: 0xf000000
18:22:56 Version: 5.0.2195
18:22:56 File Version - C:\Windows\System32\shdocvw.dll: 6.0.2800.1106
18:22:56 End Action: CheckFixedRequirements
18:22:56 Begin Action: ShowDialogs
18:22:56 Initial Dialog Mask: 0x83000f7, Disable Back=0x1
18:22:56 Begin Action ShowDialogsHlpr: 0x1
18:22:56 Begin Action: DialogShowSdWelcome
18:23:08 End Action DialogShowSdWelcome
18:23:08 Dialog 0x1 returned: 1
18:23:08 End Action ShowDialogsHlpr
18:23:08 ShowDialogsGetDialog returned: nCurrent=0x2,index=1
18:23:08 Begin Action ShowDialogsHlpr: 0x2
18:23:08 Begin Action: DialogShowSdMachineName
18:23:09 ShowDlgMachine returned: 1
18:23:09 Name = CPQ001, Type = 0x1
18:23:09 Begin Action: CheckRequirements
18:23:09 Processor Architecture: x86 (Pentium)
18:23:09 Service Pack: 256
18:23:09 ComputerName: CPQ001
18:23:09 User Name: configurator
18:23:09 IsAllAccessAllowed returned: 1
18:23:09 OS Language: 0x409
18:23:09 End Action CheckRequirements
18:23:09 This combination of Package and Operating System allows a
full product install.
18:23:09 CreateSetupTopology(CPQ001), Handle : 0x1174408, returned : 0
18:23:09 CreateSetupTopology returned : 0, Handle : 0x1174408
18:23:09 Topology Type : 1, Return Value : 0
18:23:09 ST_GetPhysicalNode returned : 0, PNHandle : 0x1174430
18:23:09 PN_EnumerateEx returned : 0
18:23:09 PN_GetSQLStates returned : 0, SqlStates : 0x0
18:23:09 PN_StartScan [0x1174430] returned : 0
18:23:09 PN_GetNext [0x1174430] returned : 18, Handle: [0x0]
18:23:09 No more items in enumeration.
18:23:09 ReleaseSetupTopology
18:23:09 Named instance limit: 100, quota: 0
18:23:09 End Action DialogShowSdMachineName
18:23:09 begin ShowDialogsUpdateMask
18:23:09 nFullMask = 0x83000f7, nCurrent = 0x2, nDirection = 0
18:23:09 Updated Dialog Mask: 0xbf00037, Disable Back = 0x1
18:23:09 Dialog 0x2 returned: 0
18:23:09 End Action ShowDialogsHlpr
18:23:09 ShowDialogsGetDialog returned: nCurrent=0x4,index=2
18:23:09 Begin Action ShowDialogsHlpr: 0x4
18:23:09 Begin Action: DialogShowSdInstallMode
18:23:13 ShowDlgInstallMode returned: 1
18:23:13 InstallMode : 0x1
18:23:13 End Action DialogShowSdInstallMode
18:23:13 begin ShowDialogsUpdateMask
18:23:13 nFullMask = 0xbf00037, nCurrent = 0x4, nDirection = 1
18:23:13 Updated Dialog Mask: 0xbf40037, Disable Back = 0x1
18:23:13 Dialog 0x4 returned: 1
18:23:13 End Action ShowDialogsHlpr
18:23:13 ShowDialogsGetDialog returned: nCurrent=0x10,index=4
18:23:13 Begin Action ShowDialogsHlpr: 0x10
18:23:13 Begin Action: DialogShowSdRegisterUserEx
18:23:20 End Action DialogShowSdRegisterUserEx
18:23:20 Dialog 0x10 returned: 1
18:23:20 End Action ShowDialogsHlpr
18:23:20 ShowDialogsGetDialog returned: nCurrent=0x20,index=5
18:23:20 Begin Action ShowDialogsHlpr: 0x20
18:23:20 Begin Action: DialogShowSdLicense
18:23:22 End Action DialogShowSdLicense
18:23:22 Dialog 0x20 returned: 1
18:23:22 End Action ShowDialogsHlpr
18:23:22 ShowDialogsGetDialog returned: nCurrent=0x40000,index=18
18:23:22 Begin Action ShowDialogsHlpr: 0x40000
18:23:22 Begin Action: DialogShowSdCliSvr
18:23:22 DisplaySystemPreReq
18:23:25 ShowDlgClientServerSelect returned: 1
18:23:25 Type : 0x2
18:23:25 End Action DialogShowSdCliSvr
18:23:25 begin ShowDialogsUpdateMask
18:23:25 nFullMask = 0xbf40037, nCurrent = 0x40000, nDirection = 1
18:23:25 Updated Dialog Mask: 0xbfc0037, Disable Back = 0x1
18:23:25 Dialog 0x40000 returned: 1
18:23:25 End Action ShowDialogsHlpr
18:23:25 ShowDialogsGetDialog returned: nCurrent=0x80000,index=19
18:23:25 Begin Action ShowDialogsHlpr: 0x80000
18:23:25 Begin Action: DialogShowSdInstanceName
18:23:25 Begin Action: ShowDlgInstanceName
18:23:27 End Action: ShowDlgInstanceName
18:23:27 ShowDlgInstanceName returned : 1
18:23:27 InstanceName : MSSQLSERVER
18:23:27 CreateSetupTopology(CPQ001), Handle : 0x1174408, returned : 0
18:23:27 CreateSetupTopology returned : 0, Handle : 0x1174408
18:23:27 Topology Type : 1, Return Value : 0
18:23:27 ST_GetPhysicalNode returned : 0, PNHandle : 0x1174430
18:23:27 PN_EnumerateEx returned : 0
18:23:27 PN_GetSQLStates returned : 0, SqlStates : 0x0
18:23:27 PN_StartScan [0x1174430] returned : 0
18:23:27 PN_GetNext [0x1174430] returned : 18, Handle: [0x0]
18:23:27 No more items in enumeration.
18:23:27 ReleaseSetupTopology
18:23:27 End Action DialogShowSdInstanceName
18:23:27 begin ShowDialogsUpdateMask
18:23:27 nFullMask = 0xbfc0037, nCurrent = 0x80000, nDirection = 1
18:23:27 Updated Dialog Mask: 0xbfc0037, Disable Back = 0x1
18:23:27 Dialog 0x80000 returned: 1
18:23:27 End Action ShowDialogsHlpr
18:23:27 ShowDialogsGetDialog returned: nCurrent=0x100000,index=20
18:23:27 Begin Action ShowDialogsHlpr: 0x100000
18:23:27 Begin Action: DialogShowSdSetupType
18:23:27 Begin Action: Setup Type
18:23:33 [SetupTypeSQL]
18:23:33 szDir = C:\Program Files\Microsoft SQL Server
18:23:33 szDir = %PROGRAMFILES%\Microsoft SQL Server
18:23:33 Result = 303
18:23:33 szDataDir = C:\Program Files\Microsoft SQL Server
18:23:33 szDataDir = %PROGRAMFILES%\Microsoft SQL Server
18:23:33 End Action: Setup Type
18:23:33 Setup Type: Custom (303)
18:23:33 End Action DialogShowSdSetupType
18:23:33 begin ShowDialogsUpdateMask
18:23:33 nFullMask = 0xbfc0037, nCurrent = 0x100000, nDirection = 303
18:23:33 Updated Dialog Mask: 0xbfc0037, Disable Back = 0x1
18:23:33 Dialog 0x100000 returned: 303
18:23:33 End Action ShowDialogsHlpr
18:23:33 ShowDialogsGetDialog returned: nCurrent=0x200000,index=21
18:23:33 Begin Action ShowDialogsHlpr: 0x200000
18:23:33 Begin Action: DialogShowSdComponentMult
18:23:33 basesys = 0, baseinst = 0, basedata = 0
18:23:33 Begin Action: Component Handler
18:23:49 [SQLComponentMult]
18:23:50 Component =
18:23:50 Result = 12
18:23:50 End Action: Component Handler
18:23:50 End Action DialogShowSdComponentMult
18:23:50 begin ShowDialogsUpdateMask
18:23:50 nFullMask = 0xbfc0037, nCurrent = 0x200000, nDirection = 12
18:23:50 Updated Dialog Mask: 0xbfc0037, Disable Back = 0x1
18:23:50 Dialog 0x200000 returned: 12
18:23:50 End Action ShowDialogsHlpr
18:23:50 ShowDialogsGetDialog returned: nCurrent=0x100000,index=20
18:23:50 Begin Action ShowDialogsHlpr: 0x100000
18:23:50 Begin Action: DialogShowSdSetupType
18:23:50 Begin Action: Setup Type
18:23:53 Setup type set Typical
18:23:55 SQL program folder: C:\Program Files\Microsoft SQL Server
18:23:55 SQL data folder: C:\Program Files\Microsoft SQL Server
18:23:55 Windows system folder: C:\Windows\System32\
18:23:55 Prog req: 38073, Data req: 34432, Sys req: 158694
18:23:55 Prog avail: 17533792, Data avail: 17533792, Sys avail:
17533792
18:23:55 Prog req vs. avail, 231199, 17533792
18:23:55 Data req vs. avail, 34432, 17533792
18:23:55 Sys req vs. avail, 193126, 17533792
18:23:55 DisplaySystemPreReq
18:23:55 [SetupTypeSQL]
18:23:55 szDir = C:\Program Files\Microsoft SQL Server
18:23:55 szDir = %PROGRAMFILES%\Microsoft SQL Server
18:23:55 Result = 301
18:23:55 szDataDir = C:\Program Files\Microsoft SQL Server
18:23:55 szDataDir = %PROGRAMFILES%\Microsoft SQL Server
18:23:55 End Action: Setup Type
18:23:55 Setup Type: Typical (301)
18:23:55 End Action DialogShowSdSetupType
18:23:55 begin ShowDialogsUpdateMask
18:23:55 nFullMask = 0xbfc0037, nCurrent = 0x100000, nDirection = 301
18:23:55 Updated Dialog Mask: 0xbdc0037, Disable Back = 0x1
18:23:55 Dialog 0x100000 returned: 301
18:23:55 End Action ShowDialogsHlpr
18:23:55 ShowDialogsGetDialog returned: nCurrent=0x400000,index=22
18:23:55 Begin Action ShowDialogsHlpr: 0x400000
18:23:55 Begin Action: DlgServices
18:24:37 ShowDlgServices returned: 1
18:24:37 [DlgServices]
18:24:37 Local-Domain= 3855
18:24:37 AutoStart= 15
18:24:37 Result= 1
18:24:37 End Action DlgServices
18:24:37 begin ShowDialogsUpdateMask
18:24:37 nFullMask = 0xbdc0037, nCurrent = 0x400000, nDirection = 1
18:24:37 Updated Dialog Mask: 0xbdc0037, Disable Back = 0x1
18:24:37 Dialog 0x400000 returned: 1
18:24:37 End Action ShowDialogsHlpr
18:24:37 ShowDialogsGetDialog returned: nCurrent=0x800000,index=23
18:24:37 Begin Action ShowDialogsHlpr: 0x800000
18:24:37 Begin Action: DlgSQLSecurity
18:24:47 ShowDlgSQLSecurity returned: 1
18:24:47 LoginMode = 2,szPwd
18:24:47 End Action DlgSQLSecurity
18:24:47 begin ShowDialogsUpdateMask
18:24:47 nFullMask = 0xbdc0037, nCurrent = 0x800000, nDirection = 1
18:24:47 Updated Dialog Mask: 0xbdc0037, Disable Back = 0x1
18:24:47 Dialog 0x800000 returned: 1
18:24:47 End Action ShowDialogsHlpr
18:24:47 ShowDialogsGetDialog returned: nCurrent=0x1000000,index=24
18:24:47 Begin Action ShowDialogsHlpr: 0x1000000
18:24:47 Begin Action: DlgCollation
18:24:47 ShowDlgCollation returned: 1
18:24:47 collation_name = SQL_Latin1_General_CP1_CI_AS,locale_name =
Latin1_General,lcid = 0x409,SortId = 52,dwCompFlags = 0x30001
18:24:47 End Action DlgCollation
18:24:47 begin ShowDialogsUpdateMask
18:24:47 nFullMask = 0xbdc0037, nCurrent = 0x1000000, nDirection = 1
18:24:47 Updated Dialog Mask: 0xbdc0037, Disable Back = 0x1
18:24:47 Dialog 0x1000000 returned: 1
18:24:47 End Action ShowDialogsHlpr
18:24:47 ShowDialogsGetDialog returned: nCurrent=0x2000000,index=25
18:24:47 Begin Action ShowDialogsHlpr: 0x2000000
18:24:47 Begin Action: DlgNetwork
18:24:47 ShowDlgNetwork returned: 1
18:24:47 [DlgServerNetwork]
18:24:47 NetworkLibs = 255
18:24:47 TCPPort = 1433
18:24:47 TCPPrxy = Default
18:24:47 NMPPipeName = \\.\pipe\sql\query
18:24:47 Result = 1
18:24:47 End Action DlgNetwork
18:24:47 begin ShowDialogsUpdateMask
18:24:47 nFullMask = 0xbdc0037, nCurrent = 0x2000000, nDirection = 1
18:24:47 Updated Dialog Mask: 0xbdc0037, Disable Back = 0x1
18:24:47 Dialog 0x2000000 returned: 1
18:24:47 End Action ShowDialogsHlpr
18:24:47 ShowDialogsGetDialog returned: nCurrent=0x8000000,index=27
18:24:47 Begin Action ShowDialogsHlpr: 0x8000000
18:24:47 Begin Action: DialogShowSdStartCopy
18:24:49 End Action DialogShowSdStartCopy
18:24:49 begin ShowDialogsUpdateMask
18:24:49 nFullMask = 0xbdc0037, nCurrent = 0x8000000, nDirection = 1
18:24:49 Updated Dialog Mask: 0xbdc0037, Disable Back = 0x1
18:24:49 Dialog 0x8000000 returned: 1
18:24:49 End Action ShowDialogsHlpr
18:24:49 ShowDialogsGetDialog returned: nCurrent=0x0,index=0
18:24:49 End Action ShowDialogs
18:24:49 Begin Action ProcessBeforeDataMove:
18:24:49 DeinstallStart returned (C:\Program Files\Microsoft SQL
Server\MSSQL): 0
18:24:49 End Action ProcessBeforeDataMove:
18:24:49 Begin Action SetToolsComponentSelection:
18:24:49 End Action SetToolsComponentSelection:
18:24:49 Begin Action ProcessComponentSelection:
18:24:49 End Action ProcessComponentSelection
18:24:49 Begin Action LogSelectedComponents:
18:24:49 SQLProg
18:24:49 SQLProg\SQLServr
18:24:49 SQLProg\SQLServr\Help
18:24:49 SQLProg\SQLServr\SCMDev
18:24:49 SQLProg\SQLServr\SCMDev\SCMh
18:24:49 SQLProg\SQLServr\SCMDev\SCMX86Lb
18:24:49 SQLProg\SQLServr\SCMDev\SCMALb
18:24:49 SQLProg\SQLServr\Rs1033
18:24:49 SQLProg\SQLServr\RsIntl
18:24:49 SQLProg\SQLServr\ActiveX
18:24:49 SQLProg\SQLServr\System
18:24:49 SQLProg\UpgTools
18:24:49 SQLProg\UpgTools\UpgSys
18:24:49 SQLProg\UpgTools\ActiveX
18:24:49 SQLProg\UpgTools\Res1033
18:24:49 SQLProg\UpgTools\ResOther
18:24:49 SQLProg\UpgTools\Resld
18:24:49 SQLProg\ReplSupp
18:24:49 SQLProg\ReplSupp\ReplDat
18:24:49 SQLProg\ReplSupp\RepComm
18:24:49 SQLProg\ReplSupp\RepNoDk
18:24:49 SQLProg\ReplSupp\ActiveX
18:24:49 SQLProg\Install
18:24:49 SQLProg\System
18:24:49 SQLProg\SvrExt
18:24:49 SQLProg\SvrExt\Help
18:24:49 SQLProg\SvrExt\SvrExtRs
18:24:49 SQLProg\SvrExt\ResIntl
18:24:49 SQLProg\Dat
18:24:49 SQLProg\DatSmpl
18:24:49 SQLProg\BaseSys
18:24:49 SQLProg\BaseBinn
18:24:49 SQLProg\BaseInst
18:24:49 SQLProg\Symbols
18:24:49 SQLProg\Symbols\EXE
18:24:49 SQLProg\Symbols\DLL
18:24:49 SQLProg\Perfmon
18:24:49 SQLProg\Perfmon\System
18:24:49 SQLProg\Root
18:24:49 MgtTool
18:24:49 MgtTool\SEM
18:24:49 MgtTool\SEM\HTML
18:24:49 MgtTool\SEM\MSD98
18:24:49 MgtTool\SEM\MSD98SYS
18:24:49 MgtTool\SEM\MSD98Res
18:24:49 MgtTool\SEM\MSD98Hlp
18:24:49 MgtTool\SEM\Help
18:24:49 MgtTool\SEM\Res1033
18:24:49 MgtTool\SEM\ResIntl
18:24:49 MgtTool\SEM\MSD98RsI
18:24:49 MgtTool\SEM\ActiveX
18:24:49 MgtTool\SEM\ActiveX\Res1033
18:24:49 MgtTool\SEM\ActiveX\ResIntl
18:24:49 MgtTool\SEM\Scripts
18:24:49 MgtTool\SEM\OLEDB
18:24:49 MgtTool\SEM\OLEDB\Res1033
18:24:49 MgtTool\SEM\OLEDB\ResIntl
18:24:49 MgtTool\Profiler
18:24:49 MgtTool\Profiler\Help
18:24:49 MgtTool\Profiler\Res1033
18:24:49 MgtTool\Profiler\ResIntl
18:24:49 MgtTool\Qryanlz
18:24:49 MgtTool\Qryanlz\Help
18:24:49 MgtTool\Qryanlz\Res1033
18:24:49 MgtTool\Qryanlz\ResIntl
18:24:49 MgtTool\DTCCLi
18:24:49 MgtTool\Wzcnflct
18:24:49 MgtTool\Wzcnflct\WzcnHlp
18:24:49 MgtTool\Wzcnflct\Wzcn1033
18:24:49 MgtTool\Wzcnflct\WzcnOthr
18:24:49 MgtTool\Wzcnflct\WzcnCmn
18:24:49 MgtTool\UtilSys
18:24:49 MgtTool\UtilBinn
18:24:49 Connect
18:24:49 Connect\ConnSys
18:24:49 Books
18:24:49 Books\Bookso
18:24:49 Books\Bookso\Utils
18:24:49 DevTools
18:24:49 DevTools\Dbg Int
18:24:49 DevTools\Dbg Int\Dbg Int Common
18:24:49 DevTools\Dbg Int\EXE
18:24:49 CoreRepl
18:24:49 CoreRepl\Res1033
18:24:49 CoreRepl\ResIntl
18:24:49 Core
18:24:49 Core\Res1033
18:24:49 Core\ResOther
18:24:49 Repostry
18:24:49 Repostry\RepstSys
18:24:49 Repostry\Res1033
18:24:49 Repostry\ResIntl
18:24:49 CoreMisc
18:24:49 CoreMisc\ActiveX
18:24:49 CoreMisc\ActiveX\Res1033
18:24:49 CoreMisc\ActiveX\ResIntl
18:24:49 CoreMisc\Res1033
18:24:49 Monarch
18:24:49 Monarch\Monr1033
18:24:49 Monarch\MonrIntl
18:24:49 Jet
18:24:49 CoreInst
18:24:49 CoreCOM
18:24:49 CoreCOM\Res1033
18:24:49 CoreCOM\ResIntl
18:24:49 CoreTool
18:24:49 CoreTool\Res1033
18:24:49 CoreTool\ResOther
18:24:49 DBLibCli
18:24:49 SFExt
18:24:49 SFExt\ActiveX
18:24:49 SFExt\ActiveX\Res1033
18:24:49 SFExt\ActiveX\ResIntl
18:24:49 SFExt\Res1033
18:24:49 SFExt\ResIntl
18:24:49 Trace
18:24:49 Trace\Res1033
18:24:49 Trace\ResOther
18:24:49 MiscCore
18:24:49 MC
18:24:49 MC\MC1033
18:24:49 MC\MCIntl
18:24:49 MC\Help
18:24:49 SQLMgr
18:24:49 SQLMgr\Res1033
18:24:49 SQLMgr\ResIntl
18:24:49 SvrTool
18:24:49 SvrTool\Res1033
18:24:49 SvrTool\ResIntl
18:24:49 DTSUI
18:24:49 DTSUI\Res1033
18:24:49 DTSUI\ResIntl
18:24:49 MSOlap
18:24:49 MSOlap\Res1033
18:24:49 MSOlap\ResIntl
18:24:49 ATL
18:24:49 ATL\winnt
18:24:49 ATL\win9x
18:24:49 MFC42U
18:24:49 VC
18:24:49 VB
18:24:49 OCX1
18:24:49 SQLAdHlp
18:24:49 SQLAdHlp\Res1033
18:24:49 SQLAdHlp\ResOther
18:24:49 {E07FDDBE-5A21-11d2-9DAD-00C04F79D434}
18:24:49 {E07FDDC7-5A21-11d2-9DAD-00C04F79D434}
18:24:49 {E07FDDC0-5A21-11d2-9DAD-00C04F79D434}
18:24:49 {E07FDDBF-5A21-11d2-9DAD-00C04F79D434}
18:24:49 End Action LogSelectedComponents
18:24:49 Begin Action InstallPkgs:
18:24:49 Begin Action: Locked Connectivity Files Check
18:24:52 ConnectivityLocked returned: 0
18:24:52 The operation completed successfully.

18:24:52 End Action: Locked Connectivity Files Check
18:24:52 Setup is installing Microsoft Data Access Components (MDAC)
...
18:24:52 D:\x86\Other\sqlredis.exe /q:a /C:"setupre.exe WARN=1 -s
-SMS"
18:38:31 ExitCode: -1
18:38:35 Installation of the Microsoft Data Access Components package
failed. (-1)

18:38:35 ConnectivityLocked returned: 0
18:38:35 The operation completed successfully.

18:38:35 Action CleanUpInstall:
18:38:35 StatsGenerate returned: 2
18:38:35 StatsGenerate (0x0,0x1,0xf000000,0x100,1033,303,0x0,0x1,0,0,0
18:38:35 StatsGenerate -1,configurator)
18:38:35 Installation Failed."Ken Lindner" <ken.lindner@.eds.com> wrote in message
news:a91a4d35.0309070348.501227f9@.posting.google.c om...
> I have a need to become familiar with SQL Server 2000 for work.
> Needless to say I am new to SQL Server any version, but not IT in
> general. My employer has provided me with the SQL Server 2000
> Personal disk from the SQL Server 2000 Enterprise kit as this is
> reported here on the MSDN web site to be the version that is supported
> on Windows XP. In fact so many of you kind people confess to having
> succeeded in doing it.
> I have tried several installs using various custom component
> combinations as well as the default "typical" install.
> All start of trying to install the MDAC component, then after several
> minutes display a dialog with the following text:
> "The software you are installing has not passed Windows Logo testing
> to verify its compatibility with Windows XP. The software will not be
> installed. Contact your system administrator"
> Before anyone asks, yes I am logged on as the administrator of the
> Windows XP machine.
> The setup program then displays a dialog with the following text:
> "Installation of the Microsoft Data Access Components package failed.
> (-1)"
> Setup then shuts down and the PC needs to be restarted before the SQL
> Server setup can be run again.

<snip
This KB article looks like it applies to your problem:

http://support.microsoft.com/defaul...kb;en-us;286442

Simon|||"Simon Hayes" <sql@.hayes.ch> wrote in message news:<3f5b278a_4@.news.bluewin.ch>...
> This KB article looks like it applies to your problem:
> http://support.microsoft.com/defaul...kb;en-us;286442
> Simon

Thank you Simon,

Not sure how I did not come up with this article in the first place
but Method 2 worked in this instance.