Friday, February 24, 2012

Installing SQL express and attaching a mdf db from the Command Prompt

Hi,

I need to install a customed SQL server express instance on the client's computer by using the Command prompt installation. I've already defined the security settings and everything i need but i was wondering if is possible to attach a mdf database during the installation. Perhaps there is a paramenter i can include in the in the ini file.

Thank you

No, you can not attach a database as part of the installation command prompt. You will need to do that from some other process, possibly in the wrapper that you're using to run the command prompt in the first place. If you're not using a language that supports connecting to SQL, you could just create a script and call that script using the SQLCmd utility, which runs from the command prompt as well.

Search BOL for information about using SQLCmd.

Mike

|||Hi,

if you embedded your installation as part of a bootstrapper you could call (as Mike said) the SQLCmd.exe utiltiy as a custom install step and use the sp_attachdb or CREATE DATABSE for attaching within the command like the following example: SQLCMD.exe -E -Q"sp_attach @.dbname ='SomeDbname', @.FileName1 ='C:\SomeFOlder\SomeFile.mdf', @.FileName2 ='C:\SomeFOlder\SomeFile.mdf'

Jens K. Suessmeyer.

http://www.sqlserver2005.de
|||

Thank you for your answers.

Just one last thing: I creating two separate procedures to install and attach the database into one wrapper. Because launching a SqlCmd starts a separate sql installation. Is there a way to know when the installation is completed and how it went so the attachment process can be launched automatically?

|||

When I do the script you mention it works for some computers and for others it won't.

I found that changing the SQL Server Configuration manager(SCM) to local for those that it doesn't work is enough to make the script run. When it was setup as NTAuthority instead of local it gave a Error 5 (acces denied).

Is any command to change the Logon Mode for the SCM that I can add as part of my script?
What am I doing wrong? How to default it to be a local logon instead of NTAuthority?

Installing SQL express and attaching a mdf db from the Command Prompt

Hi,

I need to install a customed SQL server express instance on the client's computer by using the Command prompt installation. I've already defined the security settings and everything i need but i was wondering if is possible to attach a mdf database during the installation. Perhaps there is a paramenter i can include in the in the ini file.

Thank you

No, you can not attach a database as part of the installation command prompt. You will need to do that from some other process, possibly in the wrapper that you're using to run the command prompt in the first place. If you're not using a language that supports connecting to SQL, you could just create a script and call that script using the SQLCmd utility, which runs from the command prompt as well.

Search BOL for information about using SQLCmd.

Mike

|||Hi,

if you embedded your installation as part of a bootstrapper you could call (as Mike said) the SQLCmd.exe utiltiy as a custom install step and use the sp_attachdb or CREATE DATABSE for attaching within the command like the following example: SQLCMD.exe -E -Q"sp_attach @.dbname ='SomeDbname', @.FileName1 ='C:\SomeFOlder\SomeFile.mdf', @.FileName2 ='C:\SomeFOlder\SomeFile.mdf'

Jens K. Suessmeyer.

http://www.sqlserver2005.de|||

Thank you for your answers.

Just one last thing: I creating two separate procedures to install and attach the database into one wrapper. Because launching a SqlCmd starts a separate sql installation. Is there a way to know when the installation is completed and how it went so the attachment process can be launched automatically?

|||

When I do the script you mention it works for some computers and for others it won't.

I found that changing the SQL Server Configuration manager(SCM) to local for those that it doesn't work is enough to make the script run. When it was setup as NTAuthority instead of local it gave a Error 5 (acces denied).

Is any command to change the Logon Mode for the SCM that I can add as part of my script?
What am I doing wrong? How to default it to be a local logon instead of NTAuthority?

Installing SQL Express 2K5 on a domain controller?

I want to install SQL Express 2K5 on a lightly used second Windows 2003 SP1 DC. I know about the warning not to do this type of install. However, the group is small and their budget does not allow for another server just for one application. With that being said, the error message I keep getting is "can't create local groups......" (I know that you do not have local groups with AD). So, is there a work around to this issue or can someone point me in the right direction as how to install on a domain controller? Thanks in advance for your time!!!

hi,

please have a look at http://download.microsoft.com/download/f/1/0/f10c4f60-630e-4153-bd53-c3010e4c513b/ReadmeSQLEXP2005.htm, paragraph 3.10

regards

|||

Andrea,

Thanks for the link, however that is the reason for the post. Paragrph 3.10 states "

3.10 Installing SQL Server Express on a Windows Domain Controller

Security Note:

We recommend against running SQL Server Express on a domain controller.

It is possible to install SQL Server Express on a Windows domain controller; however, it cannot run on a Windows Server 2003 domain controller as Local Service or Network Service. SQL Server service accounts should run as Windows domain user accounts. It is also possible to install SQL Server service accounts to run as Local System, but this option is not recommended."

I just need to know how to get SQLExpress to install without trying to create local accounts and use a specific network user account. Again thanks for your time and effort.

|||

You will have to create specific domain accounts for the SQL Server Services -BEFORE you attempt to install. Here are some articles with information about what accounts are needed and why.

Configuration -Service Accounts, SQL Server 2005 - Setting Up Windows Service Accounts
http://msdn2.microsoft.com/en-us/library/ms143691.aspx
http://msdn2.microsoft.com/en-us/library/ms143504.aspx

Configuration -Service Accounts, SQL Server or SQL Server Agent service account
http://support.microsoft.com/kb/283811/en-us
http://msdn2.microsoft.com/en-us/library/ms143691.aspx

Configuration -Service Accounts,Selecting an Account for the SQL Server Agent Service
http://msdn2.microsoft.com/en-us/library/ms191543.aspx
http://support.microsoft.com/kb/907557

Installing SQL Express 2005 Error

Hi everyone,

I have run into a snag trying to install SQL Express 2005. I'm installing it on a highend Win XP Pro PC with 1 GB of RAM. I'm providing you with my summary.txt file from my installation. As you can see, the last 2 entries failed to commit because it could not open the registry key.

Microsoft SQL Server 2005 9.00.3042.00
==============================
OS Version : Microsoft Windows XP Professional Service Pack 2 (Build 2600)
Time : Wed May 09 09:21:08 2007
Machine : 74-1R8J081
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.3042.00
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0019_74-1R8J081_SQLSupport_1.log
--
Machine : 74-1R8J081
Product : Microsoft SQL Server Native Client
Product Version : 9.00.3042.00
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0019_74-1R8J081_SQLNCLI_1.log
--
Machine : 74-1R8J081
Product : Microsoft SQL Server VSS Writer
Product Version : 9.00.3042.00
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0019_74-1R8J081_SqlWriter_1.log
--
Machine : 74-1R8J081
Product : MSXML 6.0 Parser
Product Version : 6.10.1129.0
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0019_74-1R8J081_MSXML6_1.log
--
Machine : 74-1R8J081
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.3042.00
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0019_74-1R8J081_SQLSupport_2.log
--
Machine : 74-1R8J081
Product : Microsoft SQL Server Native Client
Product Version : 9.00.3042.00
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0019_74-1R8J081_SQLNCLI_2.log
--
Machine : 74-1R8J081
Product : MSXML 6.0 Parser
Product Version : 6.10.1129.0
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0019_74-1R8J081_MSXML6_2.log
--
Machine : 74-1R8J081
Product : SQL Server Database Services
Error : Could not open key: HKEY_LOCAL_MACHINE\Software\Classes\SQLActiveScriptHost\CLSID. Verify that you have sufficient access to that key, or contact your support personnel.
--
Machine : 74-1R8J081
Product : Microsoft SQL Server 2005 Express Edition
Product Version : 9.2.3042.00
Install : Failed
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0019_74-1R8J081_SQL.log
Last Action : InstallFinalize
Error String : Could not open key: HKEY_LOCAL_MACHINE\Software\Classes\SQLActiveScriptHost\CLSID. System error 5. Verify that you have sufficient access to that key, or contact your support personnel.
Error Number : 1402
--

I went into RegEdit and reviewed the permissions and I have Full Control for this particular entry. Does anyone know how I can resolve this issue?

Thank you.

Can you go apply full control for the parent node as well and try again? That should do the trick.

Thanks,
Sam Lester (MSFT)

Installing SQL Express 2005 Error

Hi everyone,

I have run into a snag trying to install SQL Express 2005. I'm installing it on a highend Win XP Pro PC with 1 GB of RAM. I'm providing you with my summary.txt file from my installation. As you can see, the last 2 entries failed to commit because it could not open the registry key.

Microsoft SQL Server 2005 9.00.3042.00
==============================
OS Version : Microsoft Windows XP Professional Service Pack 2 (Build 2600)
Time : Wed May 09 09:21:08 2007
Machine : 74-1R8J081
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.3042.00
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0019_74-1R8J081_SQLSupport_1.log
--
Machine : 74-1R8J081
Product : Microsoft SQL Server Native Client
Product Version : 9.00.3042.00
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0019_74-1R8J081_SQLNCLI_1.log
--
Machine : 74-1R8J081
Product : Microsoft SQL Server VSS Writer
Product Version : 9.00.3042.00
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0019_74-1R8J081_SqlWriter_1.log
--
Machine : 74-1R8J081
Product : MSXML 6.0 Parser
Product Version : 6.10.1129.0
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0019_74-1R8J081_MSXML6_1.log
--
Machine : 74-1R8J081
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.3042.00
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0019_74-1R8J081_SQLSupport_2.log
--
Machine : 74-1R8J081
Product : Microsoft SQL Server Native Client
Product Version : 9.00.3042.00
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0019_74-1R8J081_SQLNCLI_2.log
--
Machine : 74-1R8J081
Product : MSXML 6.0 Parser
Product Version : 6.10.1129.0
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0019_74-1R8J081_MSXML6_2.log
--
Machine : 74-1R8J081
Product : SQL Server Database Services
Error : Could not open key: HKEY_LOCAL_MACHINE\Software\Classes\SQLActiveScriptHost\CLSID. Verify that you have sufficient access to that key, or contact your support personnel.
--
Machine : 74-1R8J081
Product : Microsoft SQL Server 2005 Express Edition
Product Version : 9.2.3042.00
Install : Failed
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0019_74-1R8J081_SQL.log
Last Action : InstallFinalize
Error String : Could not open key: HKEY_LOCAL_MACHINE\Software\Classes\SQLActiveScriptHost\CLSID. System error 5. Verify that you have sufficient access to that key, or contact your support personnel.
Error Number : 1402
--

I went into RegEdit and reviewed the permissions and I have Full Control for this particular entry. Does anyone know how I can resolve this issue?

Thank you.

Can you go apply full control for the parent node as well and try again? That should do the trick.

Thanks,
Sam Lester (MSFT)

Installing SQL Express 2005 - [Microsoft][SQL Native Client]Shared Memory Provider: No process i

Hi Everyone,

I'm really in a desperate situation. I've tried installing Visual Web Developer including SQL Express 2005. I kept getting the error:

[Microsoft][SQL Native Client]Shared Memory Provider: No process is on the other end of the pipe.

I tried tinkering with the registry and that made things worse.

I even re-installed Windows! I completely nuked my hard disk, formatting it totally. After re-installing Win XP Pro and the rest of my applications, I tried again. I got the SAME ERROR as before:

[Microsoft][SQL Native Client]Shared Memory Provider: No process is on the other end of the pipe.

Am I the only person who's getting this error when installing SQL Express 2005?

I really need to use this software. I have projects to write and it's getting desperate. Is there someone out there who can give me a solution to this? All the Microsoft info on this error relates to connecting to an existing instance, not installing a new one.

I already have SQL 2000 installed. (MSDE + Evaluation version of SQL 2000) Could that be causing the problem? I really don't know what to do.

Ken, Please confirm that the SQL Server service is running. There are a few ways to determine this:

1) Open Task Manager, go to the Processes tab, click on Image Name to sort by name. If SQL Server is running you'll see an entery called sqlservr.exe.

2) Launch the Services manager from Control Panel -> Administrative Tools -> Services. Scroll down to find "SQL Server (<INSTANCE_NAME>)" Where <INSTANCE_NAME> will be displayed as the name of the instance you installed. If you didn't specify an instance name it will show as MSSQLSERVER or SQLEXPRESS, if you installed the Express edition.

3) From the Command Prompt type "Net Start" - this will list the currently running services. Look for "SQL Server (<INSTANCE_NAME>)"

Dan

|||Hi Dan,

Thanks for replying to my message!

Here's what I got:

1) In Task Manager I found sqlservr.exe and sqlmangr.exe.
2) In Services, I don't have anything starting with "SQL Server..." but I do have MSSQLSERVER. The only thing starting with SQL is SQLSERVERAGENT which is not running.
3) Running "net start" shows the same as option 2 - I have MSSQLSERVER running.

I don't have SQL Express running just now. I know that much. Whenever I try to install, I get the error and it rolls back, deleting the files.

What I do have is MSDE and an evaluation version of SQL 2000. They are working fine. I'm using them for my existing SQL stuff just now.

It's almost as if the SQL Expressinstaller expects something to be there that isn't. It tries to use a named pipe to connect to an instance that isn't there.|||

Ken,

Take a look at the file %Program Files%\Microsoft SQL Server\90\Setup Bootstrap\log\SQLSetup*_*_SQL.log for the failed installation - you can open this up in notepad. Search for "Value 3" (this is the generic error code for Windows Installer). Surrounding this should be all of the error text for the problem. Copy and paste that into a reply. My initial guess is that the server isn't starting up - you can also look in the event log for failures associated with SQL Server. I believe the MSSQLSERVER services you see are for your SQL 2K instances and not SQL2K5 so this tells me the SQL2K5 engine is failing to start.

Dan

|||Hi Dan,

I was pretty sure there wasn't an instance of SQL 2005 running. Whenever I tried to install it I got an error message saying it failed. Then I looked through the logs and found the error messages about named pipes.

Since I had deleted the logs, I decided to be brave and try installing it again, so I could see the log files and give you the "value 3" information you asked for.

I was surprised to find that this time it installed perfectly! It asked me to reboot which I did and all seems to be well.

I've had a few teething problems with my database in VWD and DotNetNuke, though. It seemed when I added a database file in VWD, the program couldn't connect to it. I got the following error:

An attempt to attach an auto-named database for file C:\inetpub\wwwroot\DotNetNuke\App_Data\database.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.

I deleted the database and tried again, stopping and starting the service since there was an error deleting the file. (or creating the new one, I forget which)

Anyway, I've only got one hurdle now - I need to give the ASPNET account permission on the database in question and I don't know how to do it. I've seen a sqlcmd.exe command that I could maybe use from the command line.

I wondered about downloadingMicrosoft SQL Server Management Studio Express but I was hesitant because it had the dubous words "Community Technology Preview" at the end which sounds a bit like b-e-t-a to me. I just had to re-install windows because of a beta (Visual Studio 2005 Beta 2) so I don't relish the prospect of something similar again.

Is SSMSE CTP safe to use? Is that what I should use to give permission to the ASPNET account?

Thanks for the help, by the way. It's really great when someone takes the time to respond!|||I can answer a couple of my own questions here...

The two errors I had seemed to be due to the fact that I had a connection active to the database through Visual Web Developer while I was running the web application that was attempting to connect. When I chose "Detach Database" in VWD, I was able to refresh the browser and everything was rosy.

I'm still curious about SSMSE CTP and whether it's worth a shot or not, though!|||

Ken, I'm glad to hear that you're up and running! As for SSMS-EE it is a CTP which means it's pre-release software. If you read through the General Tools forum (http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=84&SiteID=1) you'll see that some folks have experienced a few issues with it. I'll say this: SSMS-EE is largely based on the same code base as SSMS so it's pretty solid. However, there were a few modifications made which may have destabilized it in certain areas. We're fixing bugs but I don't know when the next update will come out. So I suggest you read through the forum and ask other people who've installed it what they think - that will be the best way to make an informed decision.

Don't take my hesitation as a lack of confidence in the product. I haven't installed SSMS-EE so I can't speak first hand about it and I don't want to steer you wrong.

Your three other options are: 1) use the command line tool (sqlcmd.exe) or 2) buy developer for $50 (http://www.microsoft.com/sql/howtobuy/default.mspx) or 3) Download the evaluation edition and use it for 180-days until SSMS-EE releases (http://www.microsoft.com/sql/downloads/trial-software.mspx). While I can't say for sure, I expect SSMS-EE to release some time in the next 180-days.

Cheers,
Dan

|||Ok, good stuff. I appreciate your unbiased view of the product. That's sound advice.

I think that I'll stick with sqlcmd.exe for now since I don't plan on using SQL 2005 for much yet. Once SSMS-EE releases I'll get it, though.

I would just request one final clarification, if you don't mind. What would you say is the difference between "community technology preview" and beta? I should say that I don't want a huge answer but I'm wondering if they're synonymous or if CTP is one iteration on from beta. Does it go alpha -> beta -> ctp -> release? I just want to be able to have a realistic expectation of the reliability of things I'm going to install in the future based on the suffix :) Just a rough idea would be great.

Have a relaxing Christmas and happy New Year, by the way!

Installing SQL Express : File is corrupt !!!

Hello,

On my computer, XP SP2, VB 2005 Express and VisualWeb 2005 Express are installed.

SQL 2005 Server express was also automatically installed in the same time.

I want to complete this SQL SERVER EXPRESS Installation, by downloading complements;

No problem to install SQL Server Management Studio

but problem occurs :

I downloaded SQLEXPR_ADV_FRN.EXE (Version : 0.0.0.0)

When I want to install it, I have a first box Extracting Files with :

Extracting Files :setup\sqlrun_rs.msi

To Directory ;i:\8eefbf891116a71dbc7190cceb05b9

(I don’t know why it wants to install in this partition !!!!)

Then an error box :

Extraction Failed

File is corrupt

I had same issue when I tried to install SQLEXPR_TOOLKIT_FRN.EXE

Can anyone explain me how to resolve these issues ?

Regards

Mouspi

try to disable your AV software when running the setup and see what happens.

Are you able to download the ISO image and burning it to CD for example, or mounting it to a virtual CD, and installing it from that?

|||

I disabled my AV, but I got the same messages.

I didn't find the right place where i can download the ISO images for these two files.

If you know the way to reach them, it would be fine.

Regards

Mouspi

Installing SQL Express - XP Home

Hi,

We're creating an installer package for SQL Express 2005 and I'm using the built-in setup project in VS 2005 to create my MSI.

Everything appears to be working well, excpet that on Windows XP Home the SQL Express package is exiting with an error code 70002. I've googled for several days now and simply can't find any help on the 70002 exit code. Can anyone help ?

The command line arguments (I've split them onto seperate lines for clarity) we're passing to "sqlexpr32.exe" are : -

/qn

INSTANCENAME=OurInstance

SAPWD="OurPassword"

ADDLOCAL=SQL_Engine,SQL_Data_Files,Client_Components,Connectivity

SQLBROWSERAUTOSTART=1

SQLACCOUNT="NT AUTHORITY\SYSTEM"

SQLBROWSERACCOUNT="NT AUTHORITY\SYSTEM"

AGTACCOUNT="NT AUTHORITY\SYSTEM"

ASACCOUNT="NT AUTHORITY\SYSTEM"

RSACCOUNT="NT AUTHORITY\SYSTEM"

SECURITYMODE=SQL

DISABLENETWORKPROTOCOLS=0

SQLAUTOSTART=1

Are you getting an error in the logs? Can you search your log folder for the text string "value 3" and post the 10 or so lines above it? This should give a more helpful message.

Thanks,
Sam Lester (MSFT)

Installing SQL Errors - Anyone please read my log file

Microsoft SQL Server 2005 Setup beginning at Sat Jan 14 20:31:52 2006
Process ID : 896
c:\ef878dcc6c3c3c0766424d939e4b7c78\setup.exe Version: 2005.90.1399.0
Running: LoadResourcesAction at: 2006/0/14 20:31:51
Complete: LoadResourcesAction at: 2006/0/14 20:31:51, returned true
Running: ParseBootstrapOptionsAction at: 2006/0/14 20:31:51
Loaded DLL:c:\ef878dcc6c3c3c0766424d939e4b7c78\xmlrw.dll Version:2.0.3604.0
Complete: ParseBootstrapOptionsAction at: 2006/0/14 20:31:52, returned true
Running: ValidateWinNTAction at: 2006/0/14 20:31:52
Complete: ValidateWinNTAction at: 2006/0/14 20:31:52, returned true
Running: ValidateMinOSAction at: 2006/0/14 20:31:52
Complete: ValidateMinOSAction at: 2006/0/14 20:31:52, returned true
Running: PerformSCCAction at: 2006/0/14 20:31:52
Complete: PerformSCCAction at: 2006/0/14 20:31:52, returned true
Running: ActivateLoggingAction at: 2006/0/14 20:31:52
Complete: ActivateLoggingAction at: 2006/0/14 20:31:52, 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__896" returned false.
Running: PerformSCCAction2 at: 2006/0/14 20:31:52
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Product "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}" 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 Tools 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.

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

I have scraped this maching clean and still get the residue beta version exception. Got any clues to find this stuff that exist on my machine- XP home addtion

In the note log it says Watson failed.

Try the following.

1. Uninstall all visible Beta components in Add/Remove Programes.
2. Detect the Beta components infromation in the the log file located in %Program Files%\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup_%machinename%_Core(Local).log.
3. Search the whole registry keys, remove those registy keys related to those Beta components. This is time-consuming.
4. Kill all Beta SQL Services (including SQL, OLAP, RS, SQLBROWSER, SQLAGENT, etc.) if they are existing with command sc.
5. Reboot the machine.
6. Start Setup again.

Or you can send me email so I can send a script for you to clean beta components.

Installing SQL Desktop Engine

Is there any particular way that Desktop Engine should be installed? I have
both SQLServer 2000 Developer and Desktop Enigine. I was told to install Dev
eloper before Destop. When I did this I got an error message stating "The na
med instance is invalid."
IS Develooper to be installed before or after Desktop? Also, do the server n
eed to be named differently?I have found that with installing multiple SQL Servers to a computer that
explicitly naming each instance, even the first one, works best. That has
even worked for Yukon aside 2000 on machines I've seen. But I've never
installed desktop engine so sorry I don't have that exact piece of info.
hth
Eric
Mary Moon wrote:
> Is there any particular way that Desktop Engine should be installed?
> I have both SQLServer 2000 Developer and Desktop Enigine. I was told
> to install Developer before Destop. When I did this I got an error
> message stating "The named instance is invalid." IS Develooper to be
> installed before or after Desktop? Also, do the server need to be
> named differently?

Installing SQL Desktop Engine

Is there any particular way that Desktop Engine should be installed? I have both SQLServer 2000 Developer and Desktop Enigine. I was told to install Developer before Destop. When I did this I got an error message stating "The named instance is invalid."
IS Develooper to be installed before or after Desktop? Also, do the server need to be named differently?
I have found that with installing multiple SQL Servers to a computer that
explicitly naming each instance, even the first one, works best. That has
even worked for Yukon aside 2000 on machines I've seen. But I've never
installed desktop engine so sorry I don't have that exact piece of info.
hth
Eric
Mary Moon wrote:
> Is there any particular way that Desktop Engine should be installed?
> I have both SQLServer 2000 Developer and Desktop Enigine. I was told
> to install Developer before Destop. When I did this I got an error
> message stating "The named instance is invalid." IS Develooper to be
> installed before or after Desktop? Also, do the server need to be
> named differently?

Installing Sql CE 2.0

Hi All,

I'm facing a problem while installing SQL CE 2.0 on my Desktop PC. It tells that the system must be installed with service pack 1 or higher for SQL Server 2000. I have installed service pack 3a and tried again. But then also i'm getting the same error message. Can anybody help me on this problem.

thanks in advance.

SQL CE 2.0 is for devices and is not supported on DESKTOP! (and was never even designed). If you want to have a DESKTOP version of it, please use this:http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=898913&SiteID=1

Thanks,

Laxmi

Installing Sql CE 2.0

Hi All,

I'm facing a problem while installing SQL CE 2.0 on my Desktop PC. It tells that the system must be installed with service pack 1 or higher for SQL Server 2000. I have installed service pack 3a and tried again. But then also i'm getting the same error message. Can anybody help me on this problem.

thanks in advance.

SQL CE 2.0 is for devices and is not supported on DESKTOP! (and was never even designed). If you want to have a DESKTOP version of it, please use this:http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=898913&SiteID=1

Thanks,

Laxmi

installing sql 7.0 on Win2000

Hi,
I have upgraded from sql 7.0 on my computer with windows 2000. Can I install
this on my computer?
When I install I am unable to register the server. It says server not
available. Can anybody help me?
did you hear =?Utf-8?B?cHJhc2Fk?= <prasad@.discussions.microsoft.com> say
in news:4A444A9F-E808-4126-AAA8-1BBE18B01EBF@.microsoft.com:

> Hi,
> I have upgraded from sql 7.0 on my computer with windows 2000. Can I
> install this on my computer?
> When I install I am unable to register the server. It says server not
> available. Can anybody help me?
>
I have multiple SQL 7 boxes on Win2000. What is the exact error and when is
it occuring (no such error for me)? Did you attempt to upgrade from SQL7 to
SQL 2000? I know there is a known issue with that (setup.ins a little
wobbly on the upgrade, I will try to dig out the kb article)
Neil MacMurchy
|||Have you rebooted and have you checked that the SQL Server service is
running?
Regards
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@.epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"prasad" <prasad@.discussions.microsoft.com> wrote in message
news:4A444A9F-E808-4126-AAA8-1BBE18B01EBF@.microsoft.com...
> Hi,
> I have upgraded from sql 7.0 on my computer with windows 2000. Can I
> install
> this on my computer?
> When I install I am unable to register the server. It says server not
> available. Can anybody help me?

installing sql 7.0 on Win2000

Hi,
I have upgraded from sql 7.0 on my computer with windows 2000. Can I install
this on my computer?
When I install I am unable to register the server. It says server not
available. Can anybody help me?did you hear =?Utf-8?B?cHJhc2Fk?= <prasad@.discussions.microsoft.com> say
in news:4A444A9F-E808-4126-AAA8-1BBE18B01EBF@.microsoft.com:
> Hi,
> I have upgraded from sql 7.0 on my computer with windows 2000. Can I
> install this on my computer?
> When I install I am unable to register the server. It says server not
> available. Can anybody help me?
>
I have multiple SQL 7 boxes on Win2000. What is the exact error and when is
it occuring (no such error for me)? Did you attempt to upgrade from SQL7 to
SQL 2000? I know there is a known issue with that (setup.ins a little
wobbly on the upgrade, I will try to dig out the kb article)
Neil MacMurchy|||Have you rebooted and have you checked that the SQL Server service is
running?
Regards
--
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@.epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"prasad" <prasad@.discussions.microsoft.com> wrote in message
news:4A444A9F-E808-4126-AAA8-1BBE18B01EBF@.microsoft.com...
> Hi,
> I have upgraded from sql 7.0 on my computer with windows 2000. Can I
> install
> this on my computer?
> When I install I am unable to register the server. It says server not
> available. Can anybody help me?

installing sql 7.0 on Win2000

Hi,
I have upgraded from sql 7.0 on my computer with windows 2000. Can I install
this on my computer?
When I install I am unable to register the server. It says server not
available. Can anybody help me?did you hear examnotes <prasad@.discussions.microsoft.com> say
in news:4A444A9F-E808-4126-AAA8-1BBE18B01EBF@.microsoft.com:

> Hi,
> I have upgraded from sql 7.0 on my computer with windows 2000. Can I
> install this on my computer?
> When I install I am unable to register the server. It says server not
> available. Can anybody help me?
>
I have multiple SQL 7 boxes on Win2000. What is the exact error and when is
it occuring (no such error for me)? Did you attempt to upgrade from SQL7 to
SQL 2000? I know there is a known issue with that (setup.ins a little
wobbly on the upgrade, I will try to dig out the kb article)
Neil MacMurchy|||Have you rebooted and have you checked that the SQL Server service is
running?
Regards
--
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@.epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"prasad" <prasad@.discussions.microsoft.com> wrote in message
news:4A444A9F-E808-4126-AAA8-1BBE18B01EBF@.microsoft.com...
> Hi,
> I have upgraded from sql 7.0 on my computer with windows 2000. Can I
> install
> this on my computer?
> When I install I am unable to register the server. It says server not
> available. Can anybody help me?

Installing SQL 7 SP4 is a Domain are domain accounts required

When installing SQL 7 (non clustered) on a server is it neccessary to use
domain accounts.
e.g. We have a web server that is part of the workgroup "workgroup" this web
server is to access via the application on it the SQL database that resides
on a separate server (also in "workgroup") is it neccessary to create a
domain and have both these servers as members?
Thank youThere is no domain account for a workgroup topology. You will want to use
sql login for your authentication.
-oj
http://www.rac4sql.net
"Bruce Gilbert" <bruce.gilbert@.cgi.com> wrote in message
news:%23GsIqzCDEHA.2424@.TK2MSFTNGP09.phx.gbl...
> When installing SQL 7 (non clustered) on a server is it neccessary to use
> domain accounts.
> e.g. We have a web server that is part of the workgroup "workgroup" this
web
> server is to access via the application on it the SQL database that
resides
> on a separate server (also in "workgroup") is it neccessary to create a
> domain and have both these servers as members?
> Thank you
>|||To answer you question specifically. You do not need a domain. However, all
connectivity to the SQL Server machine will either have to be done with SQL
authentication or passthrough authentication (the same NT user and password
on both the client and SQL Server machine)
Rand
This posting is provided "as is" with no warranties and confers no rights.

installing sql 7 from backoffice server 2000

Hi group.
I have on my computer installed sql server 6.5.
my computer runs windows nt 4.0.
Now am having backoffice server 2000 CDs.
I want to upgrade my sql server 6.5 to 7 only.
Pls tell me how.
I went to upgrade in the setup option of 6.5 it asked for
service park3. When i go through the readme file it says i
run service pack5.
Non of them works either way.
Pliz assist.
Thank you.Leno,
>> Pls tell me how.
See if these articles helps:
INF: Frequently Asked Questions - SQL Server 7.0 - Conversion
http://support.microsoft.com/default.aspx?scid=kb;en-us;195444
INF: Microsoft SQL Server 7.0 Preparedness Review (White Paper)
http://support.microsoft.com/default.aspx?scid=kb;en-us;323136
Dinesh.
SQL Server FAQ at
http://www.tkdinesh.com
"Leno" <leboy@.nationalbank.co.ke> wrote in message
news:0a0201c35db4$0e1b6a40$a401280a@.phx.gbl...
> Hi group.
> I have on my computer installed sql server 6.5.
> my computer runs windows nt 4.0.
> Now am having backoffice server 2000 CDs.
> I want to upgrade my sql server 6.5 to 7 only.
> Pls tell me how.
> I went to upgrade in the setup option of 6.5 it asked for
> service park3. When i go through the readme file it says i
> run service pack5.
> Non of them works either way.
> Pliz assist.
> Thank you.

installing SQL 6.5 client on windows XP

I need to install sql 6.5 client on windows xp. anyone any
experience of doing this...i have heard it is possible but
I am having no luck as yet. any assistance would be
appreciated
If you are referring to the 6.5 client tools, I have done this and it seems
to work just fine. I am able to use the 6.5 ent mgr and trace tools just
fine. They seem to co-exist with no conflict with SQL 2K.
"Paul Little" wrote:

> I need to install sql 6.5 client on windows xp. anyone any
> experience of doing this...i have heard it is possible but
> I am having no luck as yet. any assistance would be
> appreciated
>

Installing SQL 6.5 and 2000 client utilities on the same machine

Can I install the client utilities for Microsoft SQL versions 6.5 and 2000 in the same machine?
Please, provide me with any information or links in this matter.I believe you have to install 6.5 first, then 2k/7 client

The other way around won't work...|||You probably can, although I've never tried. If you have the Client Utilities for SQL-2000, you really don't need the utilities for 6.5 because you can manage a 6.5 server using the 2000 tools.

-PatP|||You sure about that?|||I guess I haven't tried recently, but I think that you can as long as you are running sp6 or later on the 6.5 server... I don't have any 6.5 servers running anymore to verify that though.

-PatP|||Lucky you...

I think I got 1 lion around I can check....

Installing SQL 2k Ent in AD environment

While installing SQL Server 2k Ent Ed on a Win2k Server in an Active
Directory environemnt, I have noticed two things different from
installing in a non-AD environment.
1. Using the MS SELECT CD, I am prompted to enter CD-KEY. Normally,
SELECT CDs do not prompt for cd-key. I entered all 1s and was able to
continue.
2. After the install is completed, I can not connect to the server
using Windows authentication. When I try to register the server in
Ent Mgr using my windows login information, I get the following error:
Cannot Generate SSPI Conext Error
I do not get this if I register the server using the sa account.
Do I have to do something different in the Active Directory before
installing SQL Server 2k?
Thanks
JonI don't know about the 1st question, but for the 2nd use the "HOW TO:
Troubleshoot the "Cannot Generate SSPI Context" Error Message" KB article at
http://support.microsoft.com/defaul...b;en-us;811889.
Dejan Sarka, SQL Server MVP
Associate Mentor
Solid Quality Learning
More than just Training
www.SolidQualityLearning.com
"jtw" <jwright@.mailboxspot.com> wrote in message
news:l3qo00dcrgja0l7ih0blnucgs2nural6s1@.
4ax.com...
quote:

>
> While installing SQL Server 2k Ent Ed on a Win2k Server in an Active
> Directory environemnt, I have noticed two things different from
> installing in a non-AD environment.
> 1. Using the MS SELECT CD, I am prompted to enter CD-KEY. Normally,
> SELECT CDs do not prompt for cd-key. I entered all 1s and was able to
> continue.
> 2. After the install is completed, I can not connect to the server
> using Windows authentication. When I try to register the server in
> Ent Mgr using my windows login information, I get the following error:
> Cannot Generate SSPI Conext Error
> I do not get this if I register the server using the sa account.
>
> Do I have to do something different in the Active Directory before
> installing SQL Server 2k?
>
> Thanks
> Jon
>

Installing SQL 2k Ent in AD environment

While installing SQL Server 2k Ent Ed on a Win2k Server in an Active
Directory environemnt, I have noticed two things different from
installing in a non-AD environment.
1. Using the MS SELECT CD, I am prompted to enter CD-KEY. Normally,
SELECT CDs do not prompt for cd-key. I entered all 1s and was able to
continue.
2. After the install is completed, I can not connect to the server
using Windows authentication. When I try to register the server in
Ent Mgr using my windows login information, I get the following error:
Cannot Generate SSPI Conext Error
I do not get this if I register the server using the sa account.
Do I have to do something different in the Active Directory before
installing SQL Server 2k?
Thanks
JonI don't know about the 1st question, but for the 2nd use the "HOW TO:
Troubleshoot the "Cannot Generate SSPI Context" Error Message" KB article at
http://support.microsoft.com/default.aspx?scid=kb;en-us;811889.
--
Dejan Sarka, SQL Server MVP
Associate Mentor
Solid Quality Learning
More than just Training
www.SolidQualityLearning.com
"jtw" <jwright@.mailboxspot.com> wrote in message
news:l3qo00dcrgja0l7ih0blnucgs2nural6s1@.4ax.com...
>
> While installing SQL Server 2k Ent Ed on a Win2k Server in an Active
> Directory environemnt, I have noticed two things different from
> installing in a non-AD environment.
> 1. Using the MS SELECT CD, I am prompted to enter CD-KEY. Normally,
> SELECT CDs do not prompt for cd-key. I entered all 1s and was able to
> continue.
> 2. After the install is completed, I can not connect to the server
> using Windows authentication. When I try to register the server in
> Ent Mgr using my windows login information, I get the following error:
> Cannot Generate SSPI Conext Error
> I do not get this if I register the server using the sa account.
>
> Do I have to do something different in the Active Directory before
> installing SQL Server 2k?
>
> Thanks
> Jon
>

Installing SQL 2005 Workgroup failing

I am trying to install SQL 2005 WorkGroup on a machine that falls within the hardware specs, but the installer says that it dosn't make it..

Hardware

Celeron 1g with 760m ram, installing on SBS Standard 2003 SP1.

Anyone have any ideas how to move forward.

Hi,

try to look in

C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG

to see what error occured during the install process.

HTH, jens Suessmeyer.

|||

Glenn,

Go ahead and file a bug with http://lab.msdn.microsoft.com/productfeedback/ and include the log files from %ProgramFiles%\Microsoft SQL Server\90\Setup Bootstrap\Log\Files. Also include all relevant information about your hardware and what OS you are installing on. I'll look at the log files and get back to you.

-Jeffrey

Installing sql 2005 using RDP.

Are there any known issues (problems, etc.) with installing sql 2005 on a remote server using Remote Desktop? Any problems installing Sql 2005 SP1 via RDP?

TIA,

Barkingdog

We (the SQL Server setup test team) heavily rely on remote desktop in our testing and I've never run into any issues.

Thanks,
Sam Lester (MSFT)

installing sql 2005 standard on vista home premium

I have not been able to get iis to be seen correctly. I have turned on every service with IIS7 available and still get warning IIS in not running. I have changed computer name to all caps and I am running on admin account. I see IIS7 when I run localhost. What is wrong here. When I go on to install system I get stuck at detecting installed IIS. As I move forward with install owc, DB services,Notification, Intagrated, and workstation components all fail. I cant move onto sp2 because nothing is installed. I have worked on this for months off and on and now I have to have it running for deadline. Any help would be appreciated. I also have VS2005 and office 2007 on this system. I have worked on this the past two days solid and I have to have it now.

Jeff

when the install fails, what do you see in the files under the log folder under setup bootstrap?|||

Thanks Meher,

I had to uninstall all of the office components and then I was able to get past OWC11. Then I still failed with all the others. I then installed sp2. I then went back and did a mimimal install and it worked. Then I went back and reran sp2. Then I went back and did a complete reinstall and reran sp2. I now have DB on vista. On troublesome problem still is IIS7 I enabled everything I could restarted it and still system did not see it. Different forum and different issue I suspect.

Again Thanks for the williness to help.

Jeff

It would be nice put out updated install directions for sql 2005 standard(different flavors) on VISTA(different flavors). Maybe they did but hours of searching did not produce them.

Installing SQL 2005 SP1 on an imaged server

Hi, we have a server that was imaged (and then renamed with NewSID) that fails to install Database and Analysis Services in SP1.

We followed the steps to rename the SQL server.
http://support.microsoft.com/kb/303774/

Here's hotfix.log:

05/02/2006 18:06:53.894 ================================================================================
05/02/2006 18:06:53.894 Hotfix package launched
05/02/2006 18:06:53.894 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:53.894 Successfully read registry key: CommonFilesDir, string value = C:\Program Files\Common Files
05/02/2006 18:06:53.909 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:53.909 Successfully read registry key: ProgramFilesDir, string value = C:\Program Files
05/02/2006 18:06:54.003 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:54.003 Successfully read registry key: CommonFilesDir, string value = C:\Program Files\Common Files
05/02/2006 18:06:54.003 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:54.003 Successfully read registry key: ProgramFilesDir, string value = C:\Program Files
05/02/2006 18:06:54.003 Local Computer:
05/02/2006 18:06:54.003 Target Details: DEV2
05/02/2006 18:06:54.003 commonfilesdir = C:\Program Files\Common Files
05/02/2006 18:06:54.003 lcidsupportdir = c:\f671c49d9308f8e45f7d86a9859f98\1033
05/02/2006 18:06:54.003 programfilesdir = C:\Program Files
05/02/2006 18:06:54.003 supportdir = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:06:54.003 supportdirlocal = c:\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:06:54.003 windir = C:\WINDOWS
05/02/2006 18:06:54.003 winsysdir = C:\WINDOWS\system32
05/02/2006 18:06:54.003
05/02/2006 18:06:54.003 Enumerating applicable products for this patch
05/02/2006 18:06:54.019 Found Redist 2005 product definition
05/02/2006 18:06:54.081 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:54.081 Successfully read registry key: CommonFilesDir, string value = C:\Program Files\Common Files
05/02/2006 18:06:54.081 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:54.081 Successfully read registry key: ProgramFilesDir, string value = C:\Program Files
05/02/2006 18:06:54.362 Attempting to check IA 64 platform
05/02/2006 18:06:54.378 Result of IA64 check: 0
05/02/2006 18:06:54.378 Last error: 0
05/02/2006 18:06:54.378 Found Redist 2005 product definition
05/02/2006 18:06:54.394 Found Redist 2005 product definition
05/02/2006 18:06:54.425 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:54.425 Successfully read registry key: CommonFilesDir, string value = C:\Program Files\Common Files
05/02/2006 18:06:54.425 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:54.425 Successfully read registry key: ProgramFilesDir, string value = C:\Program Files
05/02/2006 18:06:54.722 Attempting to check IA 64 platform
05/02/2006 18:06:54.722 Result of IA64 check: 0
05/02/2006 18:06:54.722 Last error: 0
05/02/2006 18:06:54.722 Found SQL 2005 product definition
05/02/2006 18:06:55.831 Determining QFE level for product instance MSSQLSERVER
05/02/2006 18:06:55.831 Failed to read associated hotfix build information for the following file: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\SQLServr.exe
05/02/2006 18:06:55.831 Found following QFE level for product instance MSSQLSERVER: 1399
05/02/2006 18:06:55.831 Determining GDR branching Hotfix for product instance MSSQLSERVER
05/02/2006 18:06:55.831 Failed to read associated hotfix build information for the following file: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\SQLServr.exe
05/02/2006 18:06:55.831 No GDR branch Hotfix found for product instance MSSQLSERVER
05/02/2006 18:06:55.862 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:55.862 Successfully read registry key: CommonFilesDir, string value = C:\Program Files\Common Files
05/02/2006 18:06:55.878 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:55.878 Successfully read registry key: ProgramFilesDir, string value = C:\Program Files
05/02/2006 18:06:55.878 Attempting to check IA 64 platform
05/02/2006 18:06:55.878 Result of IA64 check: 0
05/02/2006 18:06:55.878 Last error: 0
05/02/2006 18:06:55.878 Found OLAP Server 2005 product definition
05/02/2006 18:06:56.644 Determining QFE level for product instance MSSQLSERVER
05/02/2006 18:06:56.644 Failed to read associated hotfix build information for the following file: C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\\Bin\msmdsrv.exe
05/02/2006 18:06:56.644 Found following QFE level for product instance MSSQLSERVER: 1399
05/02/2006 18:06:56.644 Determining GDR branching Hotfix for product instance MSSQLSERVER
05/02/2006 18:06:56.644 Failed to read associated hotfix build information for the following file: C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\\Bin\msmdsrv.exe
05/02/2006 18:06:56.644 No GDR branch Hotfix found for product instance MSSQLSERVER
05/02/2006 18:06:56.659 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:56.659 Successfully read registry key: CommonFilesDir, string value = C:\Program Files\Common Files
05/02/2006 18:06:56.659 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:56.659 Successfully read registry key: ProgramFilesDir, string value = C:\Program Files
05/02/2006 18:06:56.675 Attempting to check IA 64 platform
05/02/2006 18:06:56.675 Result of IA64 check: 0
05/02/2006 18:06:56.675 Last error: 0
05/02/2006 18:06:56.675 Found Notification Services 2005 product definition
05/02/2006 18:06:57.441 Determining QFE level for product instance
05/02/2006 18:06:57.456 Failed to read associated hotfix build information for the following file: C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\\Bin\nsservice.exe
05/02/2006 18:06:57.456 Found following QFE level for product instance : 2047
05/02/2006 18:06:57.456 Determining GDR branching Hotfix for product instance
05/02/2006 18:06:57.456 Failed to read associated hotfix build information for the following file: C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\\Bin\nsservice.exe
05/02/2006 18:06:57.456 No GDR branch Hotfix found for product instance
05/02/2006 18:06:57.472 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:57.472 Successfully read registry key: CommonFilesDir, string value = C:\Program Files\Common Files
05/02/2006 18:06:57.472 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:57.487 Successfully read registry key: ProgramFilesDir, string value = C:\Program Files
05/02/2006 18:06:57.487 Attempting to check IA 64 platform
05/02/2006 18:06:57.487 Result of IA64 check: 0
05/02/2006 18:06:57.487 Last error: 0
05/02/2006 18:06:57.487 Found Report Server 2005 product definition
05/02/2006 18:06:58.269 Determining QFE level for product instance MSSQLSERVER
05/02/2006 18:06:58.269 Failed to read associated hotfix build information for the following file: C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\\ReportServer\bin\ReportingServicesService.exe
05/02/2006 18:06:58.269 Found following QFE level for product instance MSSQLSERVER: 2047
05/02/2006 18:06:58.269 Determining GDR branching Hotfix for product instance MSSQLSERVER
05/02/2006 18:06:58.269 Failed to read associated hotfix build information for the following file: C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\\ReportServer\bin\ReportingServicesService.exe
05/02/2006 18:06:58.269 No GDR branch Hotfix found for product instance MSSQLSERVER
05/02/2006 18:06:58.284 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:58.300 Successfully read registry key: CommonFilesDir, string value = C:\Program Files\Common Files
05/02/2006 18:06:58.300 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:58.300 Successfully read registry key: ProgramFilesDir, string value = C:\Program Files
05/02/2006 18:06:58.300 Attempting to check IA 64 platform
05/02/2006 18:06:58.300 Result of IA64 check: 0
05/02/2006 18:06:58.300 Last error: 0
05/02/2006 18:06:58.300 Found DTS 2005 product definition
05/02/2006 18:06:59.081 Determining QFE level for product instance
05/02/2006 18:06:59.081 Failed to read associated hotfix build information for the following file: C:\Program Files\Microsoft SQL Server\90\DTS\\Binn\DTSPipeline.dll
05/02/2006 18:06:59.081 Found following QFE level for product instance : 2047
05/02/2006 18:06:59.081 Determining GDR branching Hotfix for product instance
05/02/2006 18:06:59.081 Failed to read associated hotfix build information for the following file: C:\Program Files\Microsoft SQL Server\90\DTS\\Binn\DTSPipeline.dll
05/02/2006 18:06:59.081 No GDR branch Hotfix found for product instance
05/02/2006 18:06:59.112 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:59.112 Successfully read registry key: CommonFilesDir, string value = C:\Program Files\Common Files
05/02/2006 18:06:59.112 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:59.112 Successfully read registry key: ProgramFilesDir, string value = C:\Program Files
05/02/2006 18:06:59.112 Attempting to check IA 64 platform
05/02/2006 18:06:59.112 Result of IA64 check: 0
05/02/2006 18:06:59.112 Last error: 0
05/02/2006 18:06:59.112 Found SQL 2005 Tools product definition
05/02/2006 18:06:59.909 Determining GDR branching Hotfix for product instance
05/02/2006 18:06:59.941 Failed to read associated hotfix build information for the following file: C:\Program Files\Microsoft SQL Server\90\Tools\\Binn\VSShell\Common7\IDE\SQLWB.EXE
05/02/2006 18:06:59.941 No GDR branch Hotfix found for product instance
05/02/2006 18:06:59.956 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:59.956 Successfully read registry key: CommonFilesDir, string value = C:\Program Files\Common Files
05/02/2006 18:06:59.956 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:06:59.956 Successfully read registry key: ProgramFilesDir, string value = C:\Program Files
05/02/2006 18:06:59.956 Attempting to check IA 64 platform
05/02/2006 18:06:59.956 Result of IA64 check: 0
05/02/2006 18:06:59.956 Last error: 0
05/02/2006 18:06:59.972 Found Redist 2005 product definition
05/02/2006 18:07:00.003 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:07:00.003 Successfully read registry key: CommonFilesDir, string value = C:\Program Files\Common Files
05/02/2006 18:07:00.003 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:07:00.003 Successfully read registry key: ProgramFilesDir, string value = C:\Program Files
05/02/2006 18:07:00.128 Attempting to check IA 64 platform
05/02/2006 18:07:00.128 Result of IA64 check: 0
05/02/2006 18:07:00.128 Last error: 0
05/02/2006 18:07:00.128 Found Redist 2005 product definition
05/02/2006 18:07:00.144 Found Redist 2005 product definition
05/02/2006 18:07:00.175 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:07:00.175 Successfully read registry key: CommonFilesDir, string value = C:\Program Files\Common Files
05/02/2006 18:07:00.175 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:07:00.175 Successfully read registry key: ProgramFilesDir, string value = C:\Program Files
05/02/2006 18:07:00.206 Attempting to check IA 64 platform
05/02/2006 18:07:00.206 Result of IA64 check: 0
05/02/2006 18:07:00.206 Last error: 0
05/02/2006 18:07:00.206 Found Redist 2005 product definition
05/02/2006 18:07:00.222 Found Redist 2005 product definition
05/02/2006 18:07:00.253 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:07:00.253 Successfully read registry key: CommonFilesDir, string value = C:\Program Files\Common Files
05/02/2006 18:07:00.253 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:07:00.253 Successfully read registry key: ProgramFilesDir, string value = C:\Program Files
05/02/2006 18:07:00.300 Attempting to check IA 64 platform
05/02/2006 18:07:00.300 Result of IA64 check: 0
05/02/2006 18:07:00.300 Last error: 0
05/02/2006 18:07:00.300 Found Redist 2005 product definition
05/02/2006 18:07:00.316 Found Redist 2005 product definition
05/02/2006 18:07:00.347 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:07:00.347 Successfully read registry key: CommonFilesDir, string value = C:\Program Files\Common Files
05/02/2006 18:07:00.347 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
05/02/2006 18:07:00.347 Successfully read registry key: ProgramFilesDir, string value = C:\Program Files
05/02/2006 18:07:00.378 Attempting to check IA 64 platform
05/02/2006 18:07:00.378 Result of IA64 check: 0
05/02/2006 18:07:00.378 Last error: 0
05/02/2006 18:07:00.378 Found Redist 2005 product definition
05/02/2006 18:07:00.409 Product Details:
05/02/2006 18:07:00.409 INF File Name: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSqlncli.inf
05/02/2006 18:07:00.409 alwaysinstall = 1
05/02/2006 18:07:00.409 baselinebuild = 1399
05/02/2006 18:07:00.409 build = 2047
05/02/2006 18:07:00.409 description = SQL Server Native Client
05/02/2006 18:07:00.409 details = Service Pack for Microsoft SQL Server Native Client.
05/02/2006 18:07:00.409 kbarticle = KB913090
05/02/2006 18:07:00.409 kbarticlehyperlink = http://support.microsoft.com/?kbid=913090
05/02/2006 18:07:00.409 lcid = 1033
05/02/2006 18:07:00.409 legalproductname = Microsoft SQL Native Client
05/02/2006 18:07:00.409 machinetype = x86
05/02/2006 18:07:00.409 package = HotFixSqlncli
05/02/2006 18:07:00.409 packagetype = Hotfix
05/02/2006 18:07:00.409 productcode = {50A0893D-47D8-48E0-A7E8-44BCD7E4422E}
05/02/2006 18:07:00.409 productname = Redist9
05/02/2006 18:07:00.409 servicepackname = Microsoft SQL Server 2005 Service Pack 1 Setup
05/02/2006 18:07:00.409 splevel = 0,1
05/02/2006 18:07:00.409 supportdir = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:07:00.409 upgradecode = {A6B19337-7392-4765-8675-5C25B758BA37}
05/02/2006 18:07:00.409 version = 9
05/02/2006 18:07:00.409
05/02/2006 18:07:00.409 File Group Details: MSI
05/02/2006 18:07:00.409 sourcepath = <SUPPORTDIR>\<PACKAGE>\Files
05/02/2006 18:07:00.409 File Details: sqlncli.msi
05/02/2006 18:07:00.409
05/02/2006 18:07:00.409 Instance Details: SQL Server Native Client
05/02/2006 18:07:00.409 productcode = {50A0893D-47D8-48E0-A7E8-44BCD7E4422E}
05/02/2006 18:07:00.409
05/02/2006 18:07:00.409 Product Details:
05/02/2006 18:07:00.409 INF File Name: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSqlncli_x64.inf
05/02/2006 18:07:00.409 alwaysinstall = 1
05/02/2006 18:07:00.409 baselinebuild = 1399
05/02/2006 18:07:00.409 build = 2047
05/02/2006 18:07:00.425 description = SQL Server Native Client (64-bit)
05/02/2006 18:07:00.425 details = Service Pack for Microsoft SQL Server Native Client.
05/02/2006 18:07:00.425 kbarticle = KB913090
05/02/2006 18:07:00.425 kbarticlehyperlink = http://support.microsoft.com/?kbid=913090
05/02/2006 18:07:00.425 lcid = 1033
05/02/2006 18:07:00.425 legalproductname = Microsoft SQL Native Client (64-bit)
05/02/2006 18:07:00.425 machinetype = x64
05/02/2006 18:07:00.425 package = HotFixSqlncli_x64
05/02/2006 18:07:00.425 packagetype = Hotfix
05/02/2006 18:07:00.425 productname = Redist9
05/02/2006 18:07:00.425 servicepackname = Microsoft SQL Server 2005 Service Pack 1 Setup
05/02/2006 18:07:00.425 splevel = 0,1
05/02/2006 18:07:00.425 supportdir = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:07:00.425 upgradecode = {6EC3319D-84BE-4C32-AA91-7D6057CF05A5}
05/02/2006 18:07:00.425 version = 9
05/02/2006 18:07:00.425
05/02/2006 18:07:00.425 File Group Details: MSI
05/02/2006 18:07:00.425 sourcepath = <SUPPORTDIR>\<PACKAGE>\Files
05/02/2006 18:07:00.425 File Details: sqlncli_x64.msi
05/02/2006 18:07:00.425
05/02/2006 18:07:00.425 Product Details:
05/02/2006 18:07:00.425 INF File Name: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSqlSupport.inf
05/02/2006 18:07:00.425 alwaysinstall = 1
05/02/2006 18:07:00.425 baselinebuild = 1399
05/02/2006 18:07:00.425 build = 2047
05/02/2006 18:07:00.425 description = Setup Support Files
05/02/2006 18:07:00.425 details = Service Pack for the SQL Server support files.
05/02/2006 18:07:00.425 kbarticle = KB913090
05/02/2006 18:07:00.425 kbarticlehyperlink = http://support.microsoft.com/?kbid=913090
05/02/2006 18:07:00.425 keyqualifier = 1
05/02/2006 18:07:00.425 lcid = 1033
05/02/2006 18:07:00.425 legalproductname = SQL Server 2005 Setup Support Files
05/02/2006 18:07:00.425 machinetype = x86
05/02/2006 18:07:00.425 package = HotFixSqlSupport
05/02/2006 18:07:00.425 packagetype = Hotfix
05/02/2006 18:07:00.441 productcode = {53F5C3EE-05ED-4830-994B-50B2F0D50FCE}
05/02/2006 18:07:00.441 productname = Redist9
05/02/2006 18:07:00.441 servicepackname = Microsoft SQL Server 2005 Service Pack 1 Setup
05/02/2006 18:07:00.441 splevel = 0,1
05/02/2006 18:07:00.441 supportdir = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:07:00.441 upgradecode = {3A91FA19-A197-467C-850F-0AFE90899371}
05/02/2006 18:07:00.441 version = 9
05/02/2006 18:07:00.441
05/02/2006 18:07:00.441 File Group Details: MSP
05/02/2006 18:07:00.441 parameters = SQLBUILD=2047 KBNUMBER=KB913090 REBOOT=ReallySuppress
05/02/2006 18:07:00.441 sourcepath = <SUPPORTDIR>\<PACKAGE>\Files
05/02/2006 18:07:00.441 File Details: SqlSupport.msp
05/02/2006 18:07:00.441
05/02/2006 18:07:00.441 Instance Details: Setup Support Files
05/02/2006 18:07:00.441 productcode = {53F5C3EE-05ED-4830-994B-50B2F0D50FCE}
05/02/2006 18:07:00.441
05/02/2006 18:07:00.441 Product Details:
05/02/2006 18:07:00.441 INF File Name: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSQL.inf
05/02/2006 18:07:00.441 baselinebuild = 1399
05/02/2006 18:07:00.441 baselinebuildmax = 2047
05/02/2006 18:07:00.441 build = 2047
05/02/2006 18:07:00.441 description = Database Services
05/02/2006 18:07:00.441 details = Service Pack for the SQL Server database engine, and the tools for managing relational and XML data, Replication, and Full-Text Search.
05/02/2006 18:07:00.441 kbarticle = KB913090
05/02/2006 18:07:00.441 kbarticlehyperlink = http://support.microsoft.com/?kbid=913090
05/02/2006 18:07:00.441 lcid = 1033
05/02/2006 18:07:00.441 legalproductname = SQL Server Database Services 2005
05/02/2006 18:07:00.441 machinetype = x86
05/02/2006 18:07:00.441 package = HotFixSQL
05/02/2006 18:07:00.441 packagetype = Hotfix
05/02/2006 18:07:00.441 productname = SQL9
05/02/2006 18:07:00.441 servicepackname = Microsoft SQL Server 2005 Service Pack 1 Setup
05/02/2006 18:07:00.441 splevel = 0,1
05/02/2006 18:07:00.441 supportdir = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:07:00.456 validateauthentication = true
05/02/2006 18:07:00.456 version = 9
05/02/2006 18:07:00.456
05/02/2006 18:07:00.456 File Group Details: MSP
05/02/2006 18:07:00.456 lockedfilecheck = 1
05/02/2006 18:07:00.456 parameters = SQLBUILD=2047 KBNUMBER=KB913090 REBOOT=ReallySuppress
05/02/2006 18:07:00.456 sourcepath = <SUPPORTDIR>\<PACKAGE>\Files
05/02/2006 18:07:00.456 File Details: sqlrun_sql.msp
05/02/2006 18:07:00.456
05/02/2006 18:07:00.456 Instance Details: MSSQLSERVER
05/02/2006 18:07:00.456 agentservicename = SQLSERVERAGENT
05/02/2006 18:07:00.456 clustername =
05/02/2006 18:07:00.456 default = TRUE
05/02/2006 18:07:00.456 ftsservicename = MSFTESQL
05/02/2006 18:07:00.456 hiveregpath = Software\Microsoft\Microsoft SQL Server\MSSQL.1
05/02/2006 18:07:00.456 id = MSSQL.1
05/02/2006 18:07:00.456 installsqldatadir = C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL
05/02/2006 18:07:00.456 installsqldir = C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL
05/02/2006 18:07:00.456 lcid = 1033
05/02/2006 18:07:00.456 name = MSSQLSERVER
05/02/2006 18:07:00.456 productcode = {2373A92B-1C1C-4E71-B494-5CA97F96AA19}
05/02/2006 18:07:00.456 qfelevel = 1399
05/02/2006 18:07:00.456 servicename = MSSQLServer
05/02/2006 18:07:00.456 sku = DEVELOPER
05/02/2006 18:07:00.456 sp = 0
05/02/2006 18:07:00.456 type = SQL Server Standalone Product
05/02/2006 18:07:00.456 vermajbld = 1399
05/02/2006 18:07:00.456 version = 9
05/02/2006 18:07:00.456
05/02/2006 18:07:00.456 Product Details:
05/02/2006 18:07:00.456 INF File Name: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixAS.inf
05/02/2006 18:07:00.456 baselinebuild = 1399
05/02/2006 18:07:00.456 baselinebuildmax = 2047
05/02/2006 18:07:00.472 build = 2047
05/02/2006 18:07:00.472 description = Analysis Services
05/02/2006 18:07:00.472 details = Service Pack for Analysis Services, and the tools used to support online analytical processing (OLAP) and data mining.
05/02/2006 18:07:00.472 kbarticle = KB913090
05/02/2006 18:07:00.472 kbarticlehyperlink = http://support.microsoft.com/?kbid=913090
05/02/2006 18:07:00.472 lcid = 1033
05/02/2006 18:07:00.472 legalproductname = SQL Server Analysis Services 2005
05/02/2006 18:07:00.472 machinetype = x86
05/02/2006 18:07:00.472 package = HotFixAS
05/02/2006 18:07:00.472 packagetype = Hotfix
05/02/2006 18:07:00.472 productname = OLAP9
05/02/2006 18:07:00.472 servicepackname = Microsoft SQL Server 2005 Service Pack 1 Setup
05/02/2006 18:07:00.472 splevel = 0,1
05/02/2006 18:07:00.472 supportdir = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:07:00.472 version = 9
05/02/2006 18:07:00.472
05/02/2006 18:07:00.472 File Group Details: MSP
05/02/2006 18:07:00.472 lockedfilecheck = 1
05/02/2006 18:07:00.472 parameters = SQLBUILD=2047 KBNUMBER=KB913090 REBOOT=ReallySuppress
05/02/2006 18:07:00.472 sourcepath = <SUPPORTDIR>\<PACKAGE>\Files
05/02/2006 18:07:00.472 File Details: sqlrun_as.msp
05/02/2006 18:07:00.472
05/02/2006 18:07:00.472 Instance Details: MSSQLSERVER
05/02/2006 18:07:00.472 clustername =
05/02/2006 18:07:00.472 default = TRUE
05/02/2006 18:07:00.472 hiveregpath = Software\Microsoft\Microsoft SQL Server\MSSQL.2
05/02/2006 18:07:00.472 id = MSSQL.2
05/02/2006 18:07:00.472 installsqldatadir = C:\Program Files\Microsoft SQL Server\
05/02/2006 18:07:00.472 installsqldir = C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\
05/02/2006 18:07:00.472 lcid = 1033
05/02/2006 18:07:00.472 name = MSSQLSERVER
05/02/2006 18:07:00.472 olapservicename = MSSQLServerOLAPService
05/02/2006 18:07:00.472 productcode = {982DB00A-9C4E-436B-8707-18E113BAA44C}
05/02/2006 18:07:00.472 qfelevel = 1399
05/02/2006 18:07:00.487 servicename = MSSQLServerOLAPService
05/02/2006 18:07:00.487 sku = DEVELOPER
05/02/2006 18:07:00.487 sp = 0
05/02/2006 18:07:00.487 type = Olap Standalone Product
05/02/2006 18:07:00.487 vermajbld = 1399
05/02/2006 18:07:00.487 version = 9
05/02/2006 18:07:00.487
05/02/2006 18:07:00.487 Product Details:
05/02/2006 18:07:00.487 INF File Name: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixNS.inf
05/02/2006 18:07:00.487 baselinebuild = 1399
05/02/2006 18:07:00.487 baselinebuildmax = 2047
05/02/2006 18:07:00.487 build = 2047
05/02/2006 18:07:00.487 description = Notification Services
05/02/2006 18:07:00.487 details = Service Pack for Notification Services, a platform for developing and deploying applications that send personalized, timely notifications to a variety of devices or applications.
05/02/2006 18:07:00.487 kbarticle = KB913090
05/02/2006 18:07:00.487 kbarticlehyperlink = http://support.microsoft.com/?kbid=913090
05/02/2006 18:07:00.487 lcid = 1033
05/02/2006 18:07:00.487 legalproductname = SQL Server Notification Services 2005 instances
05/02/2006 18:07:00.487 machinetype = x86
05/02/2006 18:07:00.487 package = HotFixNS
05/02/2006 18:07:00.487 packagetype = Hotfix
05/02/2006 18:07:00.487 productname = NS9
05/02/2006 18:07:00.487 servicepackname = Microsoft SQL Server 2005 Service Pack 1 Setup
05/02/2006 18:07:00.487 splevel = 0,1
05/02/2006 18:07:00.487 supportdir = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:07:00.487 version = 9
05/02/2006 18:07:00.487
05/02/2006 18:07:00.487 File Group Details: MSP
05/02/2006 18:07:00.487 lockedfilecheck = 1
05/02/2006 18:07:00.487 parameters = SQLBUILD=2047 KBNUMBER=KB913090 REBOOT=ReallySuppress
05/02/2006 18:07:00.487 sourcepath = <SUPPORTDIR>\<PACKAGE>\Files
05/02/2006 18:07:00.487 File Details: sqlrun_ns.msp
05/02/2006 18:07:00.487
05/02/2006 18:07:00.503 Instance Details: NS
05/02/2006 18:07:00.503 associatedhotfixbuild = 0
05/02/2006 18:07:00.503 clustername =
05/02/2006 18:07:00.503 hiveregpath = Software\Microsoft\Microsoft SQL Server\90\NS
05/02/2006 18:07:00.503 id =
05/02/2006 18:07:00.503 installsqldatadir =
05/02/2006 18:07:00.503 installsqldir = C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\
05/02/2006 18:07:00.503 lcid = 1033
05/02/2006 18:07:00.503 name =
05/02/2006 18:07:00.503 productcode = {63A5DC0D-1EDD-4D69-8F31-87FAEB1F7084}
05/02/2006 18:07:00.503 qfelevel = 2047
05/02/2006 18:07:00.503 sku = DEVELOPER
05/02/2006 18:07:00.503 sp = 1
05/02/2006 18:07:00.503 type = Tools Only
05/02/2006 18:07:00.503 vermajbld = 2047
05/02/2006 18:07:00.503 version = 9
05/02/2006 18:07:00.503
05/02/2006 18:07:00.503 Product Details:
05/02/2006 18:07:00.503 INF File Name: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixRS.inf
05/02/2006 18:07:00.503 baselinebuild = 1399
05/02/2006 18:07:00.503 baselinebuildmax = 2047
05/02/2006 18:07:00.503 build = 2047
05/02/2006 18:07:00.503 description = Reporting Services
05/02/2006 18:07:00.503 details = Service Pack for the Report Server and Report Builder, which manages, executes, renders, and distributes reports.
05/02/2006 18:07:00.503 kbarticle = KB913090
05/02/2006 18:07:00.503 kbarticlehyperlink = http://support.microsoft.com/?kbid=913090
05/02/2006 18:07:00.503 lcid = 1033
05/02/2006 18:07:00.503 legalproductname = SQL Server Reporting Services 2005
05/02/2006 18:07:00.503 machinetype = x86
05/02/2006 18:07:00.503 package = HotFixRS
05/02/2006 18:07:00.503 packagetype = Hotfix
05/02/2006 18:07:00.503 productname = RS9
05/02/2006 18:07:00.503 servicepackname = Microsoft SQL Server 2005 Service Pack 1 Setup
05/02/2006 18:07:00.503 splevel = 0,1
05/02/2006 18:07:00.519 supportdir = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:07:00.519 validateauthentication = 1
05/02/2006 18:07:00.519 version = 9
05/02/2006 18:07:00.519
05/02/2006 18:07:00.519 File Group Details: MSP
05/02/2006 18:07:00.519 lockedfilecheck = 1
05/02/2006 18:07:00.519 parameters = SQLBUILD=2047 KBNUMBER=KB913090 REBOOT=ReallySuppress
05/02/2006 18:07:00.519 sourcepath = <SUPPORTDIR>\<PACKAGE>\Files
05/02/2006 18:07:00.519 File Details: sqlrun_rs.msp
05/02/2006 18:07:00.519
05/02/2006 18:07:00.519 Instance Details: MSSQLSERVER
05/02/2006 18:07:00.519 associatedhotfixbuild = 0
05/02/2006 18:07:00.519 clustername =
05/02/2006 18:07:00.519 default = TRUE
05/02/2006 18:07:00.519 hiveregpath = Software\Microsoft\Microsoft SQL Server\MSSQL.3
05/02/2006 18:07:00.519 id = MSSQL.3
05/02/2006 18:07:00.519 installsqldatadir =
05/02/2006 18:07:00.519 installsqldir = C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\
05/02/2006 18:07:00.519 lcid = 1033
05/02/2006 18:07:00.519 name = MSSQLSERVER
05/02/2006 18:07:00.519 productcode = {3BDB182E-8371-46BD-AC39-C14A91D5EEF8}
05/02/2006 18:07:00.519 qfelevel = 2047
05/02/2006 18:07:00.519 rsservicename = ReportServer
05/02/2006 18:07:00.519 servicename =
05/02/2006 18:07:00.519 sku = DEVELOPER
05/02/2006 18:07:00.519 sp = 1
05/02/2006 18:07:00.519 type = Report Server Standalone Product
05/02/2006 18:07:00.519 vermajbld = 2047
05/02/2006 18:07:00.519 version = 9
05/02/2006 18:07:00.519
05/02/2006 18:07:00.519 Product Details:
05/02/2006 18:07:00.519 INF File Name: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixDTS.inf
05/02/2006 18:07:00.534 baselinebuild = 1399
05/02/2006 18:07:00.534 baselinebuildmax = 2047
05/02/2006 18:07:00.534 build = 2047
05/02/2006 18:07:00.534 description = Integration Services
05/02/2006 18:07:00.534 details = Service Pack for Integration Services, a set of tools and programmable objects used to create and manage packages that extract, transform, and load data, as well as perform tasks.
05/02/2006 18:07:00.534 kbarticle = KB913090
05/02/2006 18:07:00.534 kbarticlehyperlink = http://support.microsoft.com/?kbid=913090
05/02/2006 18:07:00.534 lcid = 1033
05/02/2006 18:07:00.534 legalproductname = SQL Server Integration Services 2005
05/02/2006 18:07:00.534 machinetype = x86
05/02/2006 18:07:00.534 package = HotFixDTS
05/02/2006 18:07:00.534 packagetype = Hotfix
05/02/2006 18:07:00.534 productname = DTS9
05/02/2006 18:07:00.534 servicepackname = Microsoft SQL Server 2005 Service Pack 1 Setup
05/02/2006 18:07:00.534 splevel = 0,1
05/02/2006 18:07:00.534 supportdir = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:07:00.534 version = 9
05/02/2006 18:07:00.534
05/02/2006 18:07:00.534 File Group Details: MSP
05/02/2006 18:07:00.534 lockedfilecheck = 1
05/02/2006 18:07:00.534 parameters = SQLBUILD=2047 KBNUMBER=KB913090 REBOOT=ReallySuppress
05/02/2006 18:07:00.534 sourcepath = <SUPPORTDIR>\<PACKAGE>\Files
05/02/2006 18:07:00.534 File Details: sqlrun_dts.msp
05/02/2006 18:07:00.534
05/02/2006 18:07:00.534 Instance Details: DTS
05/02/2006 18:07:00.534 associatedhotfixbuild = 0
05/02/2006 18:07:00.534 clustername =
05/02/2006 18:07:00.534 dtsservicename = MsDtsServer
05/02/2006 18:07:00.534 hiveregpath = Software\Microsoft\Microsoft SQL Server\90\DTS
05/02/2006 18:07:00.534 id =
05/02/2006 18:07:00.534 installsqldatadir =
05/02/2006 18:07:00.534 installsqldir = C:\Program Files\Microsoft SQL Server\90\DTS\
05/02/2006 18:07:00.534 lcid = 1033
05/02/2006 18:07:00.534 name =
05/02/2006 18:07:00.550 productcode = {E0A41F96-7231-4AE8-A654-EEB34F935462}
05/02/2006 18:07:00.550 qfelevel = 2047
05/02/2006 18:07:00.550 servicename = MsDtsServer
05/02/2006 18:07:00.550 sku = DEVELOPER
05/02/2006 18:07:00.550 sp = 1
05/02/2006 18:07:00.550 type = Tools Only
05/02/2006 18:07:00.550 vermajbld = 2047
05/02/2006 18:07:00.550 version = 9
05/02/2006 18:07:00.550
05/02/2006 18:07:00.550 Product Details:
05/02/2006 18:07:00.550 INF File Name: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixTools.inf
05/02/2006 18:07:00.550 baselinebuild = 1399
05/02/2006 18:07:00.550 baselinebuildmax = 2047
05/02/2006 18:07:00.550 build = 2047
05/02/2006 18:07:00.550 description = Client Components
05/02/2006 18:07:00.550 details = Service Pack for the interactive management tools for running SQL Server, including SQL Server Configuration Manager, SQL Server Management Studio, SQL Profiler, and Replication Monitor.
05/02/2006 18:07:00.550 kbarticle = KB913090
05/02/2006 18:07:00.550 kbarticlehyperlink = http://support.microsoft.com/?kbid=913090
05/02/2006 18:07:00.550 lcid = 1033
05/02/2006 18:07:00.550 legalproductname = SQL Server Tools and Workstation Components 2005
05/02/2006 18:07:00.550 machinetype = x86
05/02/2006 18:07:00.550 package = HotFixTools
05/02/2006 18:07:00.550 packagetype = Hotfix
05/02/2006 18:07:00.550 productname = SQLTools9
05/02/2006 18:07:00.550 servicepackname = Microsoft SQL Server 2005 Service Pack 1 Setup
05/02/2006 18:07:00.550 splevel = 0,1
05/02/2006 18:07:00.550 supportdir = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:07:00.550 version = 9
05/02/2006 18:07:00.550
05/02/2006 18:07:00.550 File Group Details: MSP
05/02/2006 18:07:00.550 lockedfilecheck = 1
05/02/2006 18:07:00.550 parameters = SQLBUILD=2047 KBNUMBER=KB913090 REBOOT=ReallySuppress
05/02/2006 18:07:00.550 sourcepath = <SUPPORTDIR>\<PACKAGE>\Files
05/02/2006 18:07:00.566 File Details: sqlrun_tools.msp
05/02/2006 18:07:00.566
05/02/2006 18:07:00.566 Instance Details: SQL Tools
05/02/2006 18:07:00.566 associatedhotfixbuild = 0
05/02/2006 18:07:00.566 clustername =
05/02/2006 18:07:00.566 hiveregpath = Software\Microsoft\Microsoft SQL Server\90\Tools
05/02/2006 18:07:00.566 id =
05/02/2006 18:07:00.566 installsqldatadir =
05/02/2006 18:07:00.566 installsqldir = C:\Program Files\Microsoft SQL Server\90\Tools\
05/02/2006 18:07:00.566 lcid = 1033
05/02/2006 18:07:00.566 name =
05/02/2006 18:07:00.566 productcode = {90032DD0-ABEE-4424-AC1E-B076BDD4E350}
05/02/2006 18:07:00.566 qfelevel = 2047
05/02/2006 18:07:00.566 sku = DEVELOPER
05/02/2006 18:07:00.566 sp = 1
05/02/2006 18:07:00.566 type = Tools Only
05/02/2006 18:07:00.566 vermajbld = 2047
05/02/2006 18:07:00.566 version = 9
05/02/2006 18:07:00.566
05/02/2006 18:07:00.566 Product Details:
05/02/2006 18:07:00.566 INF File Name: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixMsxml6.inf
05/02/2006 18:07:00.566 baselinebuild = 1399
05/02/2006 18:07:00.566 build = 2047
05/02/2006 18:07:00.566 description = MSXML 6.0 Parser
05/02/2006 18:07:00.566 details = Service Pack for Microsoft XML 6.0 Parser.
05/02/2006 18:07:00.566 kbarticle = KB913090
05/02/2006 18:07:00.566 kbarticlehyperlink = http://support.microsoft.com/?kbid=913090
05/02/2006 18:07:00.566 lcid = 1033
05/02/2006 18:07:00.566 legalproductname = MSXML 6.0 Parser
05/02/2006 18:07:00.566 machinetype = x86
05/02/2006 18:07:00.566 package = HotFixMsxml6
05/02/2006 18:07:00.566 packagetype = Hotfix
05/02/2006 18:07:00.566 productcode = {AEB9948B-4FF2-47C9-990E-47014492A0FE}
05/02/2006 18:07:00.566 productname = Redist9
05/02/2006 18:07:00.566 servicepackname = Microsoft SQL Server 2005 Service Pack 1 Setup
05/02/2006 18:07:00.566 splevel = 0,1
05/02/2006 18:07:00.581 supportdir = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:07:00.581 upgradecode = {1B117BA7-5BC1-419E-820E-7D4F3F412C7B}
05/02/2006 18:07:00.581 version = 9
05/02/2006 18:07:00.581
05/02/2006 18:07:00.581 File Group Details: MSI
05/02/2006 18:07:00.581 sourcepath = <SUPPORTDIR>\<PACKAGE>\Files
05/02/2006 18:07:00.581 File Details: msxml6.msi
05/02/2006 18:07:00.581
05/02/2006 18:07:00.581 Instance Details: MSXML 6.0 Parser
05/02/2006 18:07:00.581 productcode = {AEB9948B-4FF2-47C9-990E-47014492A0FE}
05/02/2006 18:07:00.581
05/02/2006 18:07:00.581 Product Details:
05/02/2006 18:07:00.581 INF File Name: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixMsxml6_x64.inf
05/02/2006 18:07:00.581 baselinebuild = 1399
05/02/2006 18:07:00.581 build = 2047
05/02/2006 18:07:00.581 description = MSXML 6.0 Parser (64-bit)
05/02/2006 18:07:00.581 details = Service Pack for Microsoft XML 6.0 Parser.
05/02/2006 18:07:00.581 kbarticle = KB913090
05/02/2006 18:07:00.581 kbarticlehyperlink = http://support.microsoft.com/?kbid=913090
05/02/2006 18:07:00.581 lcid = 1033
05/02/2006 18:07:00.581 legalproductname = MSXML 6.0 Parser (64-bit)
05/02/2006 18:07:00.581 machinetype = x64
05/02/2006 18:07:00.581 package = HotFixMsxml6_x64
05/02/2006 18:07:00.581 packagetype = Hotfix
05/02/2006 18:07:00.581 productname = Redist9
05/02/2006 18:07:00.581 servicepackname = Microsoft SQL Server 2005 Service Pack 1 Setup
05/02/2006 18:07:00.581 splevel = 0,1
05/02/2006 18:07:00.581 supportdir = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:07:00.581 upgradecode = {5BBED1F8-E6F3-4A02-BC97-26D35BE200CA}
05/02/2006 18:07:00.581 version = 9
05/02/2006 18:07:00.581
05/02/2006 18:07:00.581 File Group Details: MSI
05/02/2006 18:07:00.581 sourcepath = <SUPPORTDIR>\<PACKAGE>\Files
05/02/2006 18:07:00.581 File Details: msxml6_x64.msi
05/02/2006 18:07:00.597
05/02/2006 18:07:00.597 Product Details:
05/02/2006 18:07:00.597 INF File Name: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSqlxml4.inf
05/02/2006 18:07:00.597 baselinebuild = 1399
05/02/2006 18:07:00.597 build = 2047
05/02/2006 18:07:00.597 description = SQLXML4
05/02/2006 18:07:00.597 details = Service Pack for Microsoft SQLXML 4.0.
05/02/2006 18:07:00.597 kbarticle = KB913090
05/02/2006 18:07:00.597 kbarticlehyperlink = http://support.microsoft.com/?kbid=913090
05/02/2006 18:07:00.597 lcid = 1033
05/02/2006 18:07:00.597 legalproductname = SQLXML4
05/02/2006 18:07:00.597 machinetype = x86
05/02/2006 18:07:00.597 package = HotFixSqlxml4
05/02/2006 18:07:00.597 packagetype = Hotfix
05/02/2006 18:07:00.597 productcode = {A188FCCF-E929-494D-B1F1-4313E02ACD52}
05/02/2006 18:07:00.597 productname = Redist9
05/02/2006 18:07:00.597 servicepackname = Microsoft SQL Server 2005 Service Pack 1 Setup
05/02/2006 18:07:00.597 splevel = 0,1
05/02/2006 18:07:00.597 supportdir = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:07:00.597 upgradecode = {D9CA3D82-6F1B-41A7-8141-B90ACA8F865B}
05/02/2006 18:07:00.597 version = 9
05/02/2006 18:07:00.597
05/02/2006 18:07:00.597 File Group Details: MSI
05/02/2006 18:07:00.597 sourcepath = <SUPPORTDIR>\<PACKAGE>\Files
05/02/2006 18:07:00.597 File Details: sqlxml4.msi
05/02/2006 18:07:00.597
05/02/2006 18:07:00.597 Instance Details: SQLXML4
05/02/2006 18:07:00.597 productcode = {A188FCCF-E929-494D-B1F1-4313E02ACD52}
05/02/2006 18:07:00.597
05/02/2006 18:07:00.597 Product Details:
05/02/2006 18:07:00.597 INF File Name: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSqlxml4_x64.inf
05/02/2006 18:07:00.597 baselinebuild = 1399
05/02/2006 18:07:00.597 build = 2047
05/02/2006 18:07:00.612 description = SQLXML4 (64-bit)
05/02/2006 18:07:00.612 details = Service Pack for Microsoft SQLXML 4.0.
05/02/2006 18:07:00.612 kbarticle = KB913090
05/02/2006 18:07:00.612 kbarticlehyperlink = http://support.microsoft.com/?kbid=913090
05/02/2006 18:07:00.612 lcid = 1033
05/02/2006 18:07:00.612 legalproductname = SQLXML4 (64-bit)
05/02/2006 18:07:00.612 machinetype = x64
05/02/2006 18:07:00.612 package = HotFixSqlxml4_x64
05/02/2006 18:07:00.612 packagetype = Hotfix
05/02/2006 18:07:00.612 productname = Redist9
05/02/2006 18:07:00.612 servicepackname = Microsoft SQL Server 2005 Service Pack 1 Setup
05/02/2006 18:07:00.612 splevel = 0,1
05/02/2006 18:07:00.612 supportdir = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:07:00.612 upgradecode = {F457D8E6-7686-437D-9B17-E21D45CCABD8}
05/02/2006 18:07:00.612 version = 9
05/02/2006 18:07:00.612
05/02/2006 18:07:00.612 File Group Details: MSI
05/02/2006 18:07:00.612 sourcepath = <SUPPORTDIR>\<PACKAGE>\Files
05/02/2006 18:07:00.612 File Details: sqlxml4_x64.msi
05/02/2006 18:07:00.612
05/02/2006 18:07:00.612 Product Details:
05/02/2006 18:07:00.612 INF File Name: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSQLServer2005_BC.inf
05/02/2006 18:07:00.612 baselinebuild = 1399
05/02/2006 18:07:00.612 build = 2047
05/02/2006 18:07:00.612 description = Backward Compatibility
05/02/2006 18:07:00.612 details = Service Pack for the Backward Compatibility components, including Data Transformation Services Runtime and SQL-DMO.
05/02/2006 18:07:00.612 kbarticle = KB913090
05/02/2006 18:07:00.612 kbarticlehyperlink = http://support.microsoft.com/?kbid=913090
05/02/2006 18:07:00.612 lcid = 1033
05/02/2006 18:07:00.612 legalproductname = Microsoft SQL Server 2005 Backward Compatibility
05/02/2006 18:07:00.612 machinetype = x86
05/02/2006 18:07:00.628 package = HotFixSQLServer2005_BC
05/02/2006 18:07:00.628 packagetype = Hotfix
05/02/2006 18:07:00.628 productcode = {2243F21A-E132-44F7-BA13-024D0845C815}
05/02/2006 18:07:00.628 productname = Redist9
05/02/2006 18:07:00.628 servicepackname = Microsoft SQL Server 2005 Service Pack 1 Setup
05/02/2006 18:07:00.628 splevel = 0,1
05/02/2006 18:07:00.628 supportdir = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:07:00.628 upgradecode = {1E70C6C9-E1B7-4A74-BC8C-8EB5D010CEC9}
05/02/2006 18:07:00.628 version = 9
05/02/2006 18:07:00.628
05/02/2006 18:07:00.628 File Group Details: MSI
05/02/2006 18:07:00.628 sourcepath = <SUPPORTDIR>\<PACKAGE>\Files
05/02/2006 18:07:00.628 File Details: SQLServer2005_BC.msi
05/02/2006 18:07:00.628
05/02/2006 18:07:00.628 Instance Details: Backward Compatibility
05/02/2006 18:07:00.628 productcode = {2243F21A-E132-44F7-BA13-024D0845C815}
05/02/2006 18:07:00.628
05/02/2006 18:07:00.628 Product Details:
05/02/2006 18:07:00.628 INF File Name: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSQLServer2005_BC_x64.inf
05/02/2006 18:07:00.628 baselinebuild = 1399
05/02/2006 18:07:00.628 build = 2047
05/02/2006 18:07:00.628 description = Backward Compatibility (64-bit)
05/02/2006 18:07:00.628 details = Service Pack for the Backward Compatibility components, including Data Transformation Services Runtime and SQL-DMO.
05/02/2006 18:07:00.628 kbarticle = KB913090
05/02/2006 18:07:00.628 kbarticlehyperlink = http://support.microsoft.com/?kbid=913090
05/02/2006 18:07:00.628 lcid = 1033
05/02/2006 18:07:00.628 legalproductname = Microsoft SQL Server 2005 Backward Compatibility (64-bit)
05/02/2006 18:07:00.628 machinetype = x64
05/02/2006 18:07:00.644 package = HotFixSQLServer2005_BC_x64
05/02/2006 18:07:00.644 packagetype = Hotfix
05/02/2006 18:07:00.644 productname = Redist9
05/02/2006 18:07:00.644 servicepackname = Microsoft SQL Server 2005 Service Pack 1 Setup
05/02/2006 18:07:00.644 splevel = 0,1
05/02/2006 18:07:00.644 supportdir = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:07:00.644 upgradecode = {7B6BF434-3C72-4DB3-8049-FEF31AEAFF9A}
05/02/2006 18:07:00.644 version = 9
05/02/2006 18:07:00.644
05/02/2006 18:07:00.644 File Group Details: MSI
05/02/2006 18:07:00.644 sourcepath = <SUPPORTDIR>\<PACKAGE>\Files
05/02/2006 18:07:00.644 File Details: SQLServer2005_BC_x64.msi
05/02/2006 18:07:00.644
05/02/2006 18:07:00.644 Product Details:
05/02/2006 18:07:00.644 INF File Name: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSqlWriter.inf
05/02/2006 18:07:00.644 baselinebuild = 1399
05/02/2006 18:07:00.644 build = 2047
05/02/2006 18:07:00.644 description = Microsoft SQL Server VSS Writer
05/02/2006 18:07:00.644 details = Service Pack for Microsoft SQL Server VSS Writer.
05/02/2006 18:07:00.644 kbarticle = KB913090
05/02/2006 18:07:00.644 kbarticlehyperlink = http://support.microsoft.com/?kbid=913090
05/02/2006 18:07:00.644 lcid = 1033
05/02/2006 18:07:00.644 legalproductname = Microsoft SQL Server VSS Writer
05/02/2006 18:07:00.644 machinetype = x86
05/02/2006 18:07:00.644 package = HotFixSqlWriter
05/02/2006 18:07:00.644 packagetype = Hotfix
05/02/2006 18:07:00.644 productcode = {C0D2F614-5CE5-4DCB-8678-E5C9AF7044F8}
05/02/2006 18:07:00.644 productname = Redist9
05/02/2006 18:07:00.659 servicepackname = Microsoft SQL Server 2005 Service Pack 1 Setup
05/02/2006 18:07:00.659 splevel = 0,1
05/02/2006 18:07:00.659 supportdir = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:07:00.659 upgradecode = {65D8E1DF-6201-4B53-A0F9-E654F8E80F97}
05/02/2006 18:07:00.659 version = 9
05/02/2006 18:07:00.659
05/02/2006 18:07:00.659 File Group Details: MSI
05/02/2006 18:07:00.659 sourcepath = <SUPPORTDIR>\<PACKAGE>\Files
05/02/2006 18:07:00.659 File Details: SqlWriter.msi
05/02/2006 18:07:00.659
05/02/2006 18:07:00.659 Instance Details: Microsoft SQL Server VSS Writer
05/02/2006 18:07:00.659 productcode = {C0D2F614-5CE5-4DCB-8678-E5C9AF7044F8}
05/02/2006 18:07:00.659
05/02/2006 18:07:00.659 Product Details:
05/02/2006 18:07:00.659 INF File Name: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSqlWriter_x64.inf
05/02/2006 18:07:00.659 baselinebuild = 1399
05/02/2006 18:07:00.659 build = 2047
05/02/2006 18:07:00.659 description = Microsoft SQL Server VSS Writer (64-bit)
05/02/2006 18:07:00.659 details = Service Pack for Microsoft SQL Server VSS Writer.
05/02/2006 18:07:00.659 kbarticle = KB913090
05/02/2006 18:07:00.659 kbarticlehyperlink = http://support.microsoft.com/?kbid=913090
05/02/2006 18:07:00.659 lcid = 1033
05/02/2006 18:07:00.659 legalproductname = Microsoft SQL Server VSS Writer (64-bit)
05/02/2006 18:07:00.659 machinetype = x64
05/02/2006 18:07:00.659 package = HotFixSqlWriter_x64
05/02/2006 18:07:00.659 packagetype = Hotfix
05/02/2006 18:07:00.659 productname = Redist9
05/02/2006 18:07:00.659 servicepackname = Microsoft SQL Server 2005 Service Pack 1 Setup
05/02/2006 18:07:00.659 splevel = 0,1
05/02/2006 18:07:00.659 supportdir = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98
05/02/2006 18:07:00.659 upgradecode = {E9031696-DD39-4C25-BAEB-425FF28279EA}
05/02/2006 18:07:00.659 version = 9
05/02/2006 18:07:00.659
05/02/2006 18:07:00.675 File Group Details: MSI
05/02/2006 18:07:00.675 sourcepath = <SUPPORTDIR>\<PACKAGE>\Files
05/02/2006 18:07:00.675 File Details: SqlWriter_x64.msi
05/02/2006 18:07:00.675
05/02/2006 18:07:32.941 Authenticating user using Windows Authentication
05/02/2006 18:07:32.957 SQL Service MSSQLServer was previously running, ready for authentication
05/02/2006 18:07:32.957 SQL Agent Service SQLSERVERAGENT was previously running
05/02/2006 18:07:33.285 User authentication was successful
05/02/2006 18:07:34.503 Attempting to install product: Redist9
05/02/2006 18:07:37.254 Successfully installed product: Redist9
05/02/2006 18:07:37.254 Attempting to install product: Redist9
05/02/2006 18:07:40.613 Successfully installed product: Redist9
05/02/2006 18:07:40.613 Attempting to install product: SQL9
05/02/2006 18:07:59.676 Successfully installed product: SQL9
05/02/2006 18:07:59.676 Attempting to install product: OLAP9
05/02/2006 18:08:04.645 Successfully installed product: OLAP9
05/02/2006 18:08:04.645 Attempting to install product: RS9
05/02/2006 18:10:05.568 Successfully installed product: RS9
05/02/2006 18:10:05.568
05/02/2006 18:10:05.568 Product Status Summary:
05/02/2006 18:10:05.568 Product: SQL Server Native Client
05/02/2006 18:10:05.568 SQL Server Native Client (RTM ) - Success
05/02/2006 18:10:05.584
05/02/2006 18:10:05.584 Product: Setup Support Files
05/02/2006 18:10:05.584 Setup Support Files (RTM ) - Success
05/02/2006 18:10:05.584
05/02/2006 18:10:05.584 Product: Database Services
05/02/2006 18:10:05.584 Database Services (RTM 1399 ENU) - Failure
05/02/2006 18:10:05.584 Analysis Services (RTM 1399 ENU) - Failure
05/02/2006 18:10:05.584 Reporting Services (SP1 2047 ENU) - Success
05/02/2006 18:10:05.584
05/02/2006 18:10:05.584 Product: Notification Services
05/02/2006 18:10:05.584 Notification Services (SP1 2047 ENU) - Not Selected
05/02/2006 18:10:05.584
05/02/2006 18:10:05.584 Product: Integration Services
05/02/2006 18:10:05.584 Integration Services (SP1 2047 ENU) - Not Selected
05/02/2006 18:10:05.584
05/02/2006 18:10:05.584 Product: Client Components
05/02/2006 18:10:05.584 Client Components (SP1 2047 ENU) - Not Selected
05/02/2006 18:10:05.584
05/02/2006 18:10:05.584 Product: MSXML 6.0 Parser
05/02/2006 18:10:05.584 MSXML 6.0 Parser (RTM ) - Not Selected
05/02/2006 18:10:05.584
05/02/2006 18:10:05.584 Product: SQLXML4
05/02/2006 18:10:05.584 SQLXML4 (RTM ) - Not Selected
05/02/2006 18:10:05.584
05/02/2006 18:10:05.584 Product: Backward Compatibility
05/02/2006 18:10:05.584 Backward Compatibility (RTM ) - Not Selected
05/02/2006 18:10:05.584
05/02/2006 18:10:05.584 Product: Microsoft SQL Server VSS Writer
05/02/2006 18:10:05.584 Microsoft SQL Server VSS Writer (RTM ) - Not Selected
05/02/2006 18:10:05.584
05/02/2006 18:10:05.584 Hotfix package completed
05/02/2006 18:13:25.680 Hotfix package closed

I take it you can connect successfully to the renamed RTM server both before and after the attempted SP1 upgrade?

Check in the SQL and AS setup log files for errors. Hopefully they'll explain what's going on.

|||Yes to both.

Here's the SQL9_Hotfix_KB913090_sqlrun_sql.msp.log:

=== Verbose logging started: 5/2/2006 18:07:46 Build type: SHIP UNICODE 3.01.4000.2435 Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (F0:40) [18:07:46:754]: Resetting cached policy values
MSI (c) (F0:40) [18:07:46:754]: Machine policy value 'Debug' is 0
MSI (c) (F0:40) [18:07:46:754]: ******* RunEngine:
******* Product: {2373A92B-1C1C-4E71-B494-5CA97F96AA19}
******* Action:
******* CommandLine: **********
MSI (c) (F0:40) [18:07:46:769]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (F0:40) [18:07:46:769]: Grabbed execution mutex.
MSI (c) (F0:40) [18:07:46:769]: Cloaking enabled.
MSI (c) (F0:40) [18:07:46:769]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (F0:40) [18:07:46:785]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (84:94) [18:07:46:785]: Grabbed execution mutex.
MSI (s) (84:CC) [18:07:46:785]: Resetting cached policy values
MSI (s) (84:CC) [18:07:46:785]: Machine policy value 'Debug' is 0
MSI (s) (84:CC) [18:07:46:785]: ******* RunEngine:
******* Product: {2373A92B-1C1C-4E71-B494-5CA97F96AA19}
******* Action:
******* CommandLine: **********
MSI (s) (84:CC) [18:07:46:785]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (84:CC) [18:07:46:785]: Adding MSIINSTANCEGUID to command line.
MSI (s) (84:CC) [18:07:46:879]: End dialog not enabled
MSI (s) (84:CC) [18:07:46:879]: Original package ==> C:\WINDOWS\Installer\251cd95.msi
MSI (s) (84:CC) [18:07:46:879]: Package we're running from ==> C:\WINDOWS\Installer\251cd95.msi
MSI (s) (84:CC) [18:07:46:972]: APPCOMPAT: looking for appcompat database entry with ProductCode '{2373A92B-1C1C-4E71-B494-5CA97F96AA19}'.
MSI (s) (84:CC) [18:07:46:972]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (84:CC) [18:07:46:972]: Detected that this product uses a multiple instance transform.
MSI (s) (84:CC) [18:07:46:972]: MSCOREE already loaded, using loaded copy
MSI (s) (84:CC) [18:07:46:972]: Applying multiple instance transform ':SqlRun01.mst'...
MSI (s) (84:CC) [18:07:46:972]: Looking for storage transform: SqlRun01.mst
MSI (s) (84:CC) [18:07:46:988]: Validating transform 'SqlRun01.mst' with validation bits 0x809
MSI (s) (84:CC) [18:07:46:988]: Transform 'SqlRun01.mst' is valid.
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2205 2: 3: Patch
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _Tables 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _Columns 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: TRANSFORM: 'PatchPackage' table is missing or empty. No pre-transform fixup necessary.
MSI (s) (84:CC) [18:07:46:988]: TRANSFORM: Applying regular transform to database.
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _Tables 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _Columns 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _Validation 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: RegLocator 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: AppSearch 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: Directory 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: Registry 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlObjectSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: Icon 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: InstallUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: AdminExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: AdminUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: AdvtExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: AdvtUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlActionsModule 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlDriveType 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: Feature 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: ServiceControl 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: ModuleDependency 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: ModuleSignature 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: ModuleExclusion 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: ModuleComponents 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlBuiltInAccounts 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: MsiAssemblyName 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: ServiceInstall 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlNativeImage 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlPropertyValues 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlUserSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlServiceControl 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlHiveCopy 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlRegSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlGroup 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlGroupMember 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlConfig 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlUpgradeScript 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlHotfixScript 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlScript 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: ActionText 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlSku 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlStart 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlServiceAccount 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlDelimitProperty 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlEquivalent 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlWizardSequence 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: Dialog 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlMofcomp 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlWMISecurity 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlInstanceProperty 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlInstanceComponents 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlAssembly 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlPerfCounters 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlCollation 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlExecutable 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlFileSR 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlUnmanagedComponent 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlUpgradeComponent 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlProducts 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlTopLevelFeatureProducts 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlFileRename 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlFollowComponents 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlLocalServers 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlVerIndependentProgID 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlServiceState 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlServiceProperty 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlServiceConfig 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlSupportFiles 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlDomainGroup 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: FeatureComponents 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: Control 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: ControlEvent 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: ControlCondition 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: ListBox 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: ListView 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: ComboBox 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: CheckBox 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: EventMapping 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: RadioButton 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: Upgrade 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: TextStyle 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: UIText 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: Shortcut 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: SxsMsmGenComponents 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: MsiSFCBypass 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: Environment 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlUpgradeFile 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlUpgradeRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _sqlUpgradeFolders 3: -2147287038
MSI (s) (84:CC) [18:07:46:988]: Note: 1: 2262 2: _MsiPatchTransformView 3: -2147287038
MSI (s) (84:CC) [18:07:47:004]: File will have security applied from OpCode.
MSI (s) (84:CC) [18:07:47:222]: Original patch ==> \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSQL\Files\sqlrun_sql.msp
MSI (s) (84:CC) [18:07:47:222]: Patch we're running from ==> C:\WINDOWS\Installer\1a662c60.msp
MSI (s) (84:CC) [18:07:47:222]: SOFTWARE RESTRICTION POLICY: Verifying patch --> '\\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSQL\Files\sqlrun_sql.msp' against software restriction policy
MSI (s) (84:CC) [18:07:47:222]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (s) (84:CC) [18:07:47:222]: SOFTWARE RESTRICTION POLICY: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSQL\Files\sqlrun_sql.msp is not digitally signed
MSI (s) (84:CC) [18:07:47:222]: SOFTWARE RESTRICTION POLICY: \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSQL\Files\sqlrun_sql.msp is permitted to run at the 'unrestricted' authorization level.
MSI (s) (84:CC) [18:07:47:222]: SequencePatches starts. Product code: {2373A92B-1C1C-4E71-B494-5CA97F96AA19}, Product version: 9.00.1399.06, Upgrade code: {929C9FEC-8873-4A1A-A209-9AF432E8E1D1}, Product language 1033
MSI (s) (84:CC) [18:07:47:222]: 3.0 patch \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSQL\Files\sqlrun_sql.msp of type minor upgrade takes product {7C498DA7-6C3B-4D8B-804F-FBCFF19612D4} to version 9.1.2047.00
MSI (s) (84:CC) [18:07:47:222]: PATCH SEQUENCER: verifying the applicability of minor upgrade patch \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSQL\Files\sqlrun_sql.msp against product code: {2373A92B-1C1C-4E71-B494-5CA97F96AA19}, product version: 9.00.1399.06, product language 1033 and upgrade code: {929C9FEC-8873-4A1A-A209-9AF432E8E1D1}
MSI (s) (84:CC) [18:07:47:222]: Validating transform 'Target01ToUpgrade01' with validation bits 0x920
MSI (s) (84:CC) [18:07:47:222]: Transform 'Target01ToUpgrade01' is valid.
MSI (s) (84:CC) [18:07:47:222]: Note: 1: 2262 2: _Tables 3: -2147287038
MSI (s) (84:CC) [18:07:47:222]: Note: 1: 2262 2: _Columns 3: -2147287038
MSI (s) (84:CC) [18:07:47:222]: PATCH SEQUENCER: minor upgrade patch \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSQL\Files\sqlrun_sql.msp is applicable.
MSI (s) (84:CC) [18:07:47:222]: SequencePatches returns success.
MSI (s) (84:CC) [18:07:47:222]: Final Patch Application Order:
MSI (s) (84:CC) [18:07:47:222]: {1681387D-2DB2-424C-87C5-0667166F3EC9} - \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSQL\Files\sqlrun_sql.msp
MSI (s) (84:CC) [18:07:47:222]: Machine policy value 'DisablePatch' is 0
MSI (s) (84:CC) [18:07:47:222]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (84:CC) [18:07:47:222]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (84:CC) [18:07:47:222]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (84:CC) [18:07:47:222]: Turning off patch optimization. {1681387D-2DB2-424C-87C5-0667166F3EC9} patch is not authored to support it.
MSI (s) (84:CC) [18:07:47:222]: Looking for patch transform: Target01ToUpgrade01
MSI (s) (84:CC) [18:07:47:222]: Validating transform 'Target01ToUpgrade01' with validation bits 0x920
MSI (s) (84:CC) [18:07:47:222]: Transform 'Target01ToUpgrade01' is valid.
MSI (s) (84:CC) [18:07:47:222]: Note: 1: 2262 2: _Tables 3: -2147287038
MSI (s) (84:CC) [18:07:47:222]: Note: 1: 2262 2: _Columns 3: -2147287038
MSI (s) (84:CC) [18:07:47:222]: Transforming table Component.

MSI (s) (84:CC) [18:07:47:222]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (84:CC) [18:07:47:222]: Note: 1: 2262 2: RegLocator 3: -2147287038
MSI (s) (84:CC) [18:07:47:222]: Note: 1: 2262 2: AppSearch 3: -2147287038
MSI (s) (84:CC) [18:07:47:222]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (s) (84:CC) [18:07:47:222]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: Icon 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: AdminExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: AdminUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: AdvtExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: AdvtUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: _sqlDriveType 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: Feature 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: ServiceControl 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: ModuleDependency 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: ModuleSignature 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: ModuleExclusion 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: _sqlBuiltInAccounts 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: _sqlNativeImage 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: _sqlPropertyValues 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: _sqlUserSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: _sqlRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: _sqlServiceControl 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: _sqlHiveCopy 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: _sqlRegSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: _sqlGroupMember 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: _sqlConfig 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: _sqlUpgradeScript 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: _sqlSku 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: _sqlStart 3: -2147287038
MSI (s) (84:CC) [18:07:47:238]: Note: 1: 2262 2: _sqlServiceAccount 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlEquivalent 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlWizardSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: Dialog 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlMofcomp 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlWMISecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlInstanceProperty 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlInstanceComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlAssembly 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlPerfCounters 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlCollation 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlExecutable 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlFileSR 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlUpgradeComponent 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlProducts 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlTopLevelFeatureProducts 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlFileRename 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlFollowComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlLocalServers 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlVerIndependentProgID 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlServiceProperty 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlServiceConfig 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlSupportFiles 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlDomainGroup 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: Control 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: ControlEvent 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: ControlCondition 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: ListBox 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: ListView 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: ComboBox 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: CheckBox 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: EventMapping 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: RadioButton 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: TextStyle 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: UIText 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: Shortcut 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: SxsMsmGenComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: MsiSFCBypass 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: Environment 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlUpgradeFile 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlUpgradeRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _sqlUpgradeFolders 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: _Validation 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: Component 3: -2147287038
MSI (s) (84:CC) [18:07:47:254]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: RegLocator 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: AppSearch 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Directory 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Registry 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlObjectSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Icon 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: InstallUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: AdminUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: AdvtExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: AdvtUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlActionsModule 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlDriveType 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Feature 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ServiceControl 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ModuleDependency 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ModuleSignature 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ModuleExclusion 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ModuleComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlBuiltInAccounts 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: MsiAssemblyName 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ServiceInstall 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlNativeImage 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlPropertyValues 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUserSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlServiceControl 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlHiveCopy 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlRegSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlGroup 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlGroupMember 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlConfig 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUpgradeScript 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlHotfixScript 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlScript 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ActionText 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlSku 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlStart 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlServiceAccount 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlDelimitProperty 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlEquivalent 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlWizardSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Dialog 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlMofcomp 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlWMISecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlInstanceProperty 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlInstanceComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlAssembly 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlPerfCounters 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlCollation 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlExecutable 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlFileSR 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUnmanagedComponent 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUpgradeComponent 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlProducts 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlTopLevelFeatureProducts 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlFileRename 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlFollowComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlLocalServers 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlVerIndependentProgID 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlServiceState 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlServiceProperty 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlServiceConfig 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlSupportFiles 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlDomainGroup 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: FeatureComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Control 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ControlEvent 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ControlCondition 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ListBox 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ListView 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ComboBox 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: CheckBox 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: EventMapping 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: RadioButton 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Upgrade 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: TextStyle 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: UIText 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Shortcut 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: SxsMsmGenComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: MsiSFCBypass 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Environment 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUpgradeFile 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUpgradeRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUpgradeFolders 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: MsiPatchHeaders 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Patch 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2205 2: 3: Patch
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2228 2: 3: Patch 4: CREATE TABLE `Patch` ( `File_` CHAR(72) NOT NULL, `Sequence` INTEGER NOT NULL, `PatchSize` LONG NOT NULL, `Attributes` INTEGER NOT NULL, `Header` OBJECT, `StreamRef_` CHAR(72) PRIMARY KEY `File_`, `Sequence` )
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Patch 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2715 2: sysdbupg.sql.0B635761_6487_42ED_9925_C9ACF2263D3A
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2715 2: sysdbupg.sql.B30CFB77_E7BB_4AA0_9DEC_85FEDE5DAE89
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (84:CC) [18:07:47:269]: TRANSFORM: 'PatchPackage' table is missing or empty. No pre-transform fixup necessary.
MSI (s) (84:CC) [18:07:47:269]: TRANSFORM: Applying regular transform to database.
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _Tables 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _Columns 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: RegLocator 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: AppSearch 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Icon 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: AdminExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: AdminUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: AdvtExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: AdvtUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlDriveType 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Feature 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ServiceControl 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ModuleDependency 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ModuleSignature 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ModuleExclusion 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlBuiltInAccounts 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlNativeImage 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlPropertyValues 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUserSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlServiceControl 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlHiveCopy 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlRegSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlGroupMember 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlConfig 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUpgradeScript 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlSku 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlStart 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlServiceAccount 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlEquivalent 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlWizardSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Dialog 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlMofcomp 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlWMISecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlInstanceProperty 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlInstanceComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlAssembly 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlPerfCounters 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlCollation 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlExecutable 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlFileSR 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUpgradeComponent 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlProducts 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlTopLevelFeatureProducts 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlFileRename 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlFollowComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlLocalServers 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlVerIndependentProgID 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlServiceProperty 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlServiceConfig 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlSupportFiles 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlDomainGroup 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Control 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ControlEvent 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ControlCondition 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ListBox 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ListView 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ComboBox 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: CheckBox 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: EventMapping 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: RadioButton 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: TextStyle 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: UIText 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _MsiPatchPatchTransformView 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Shortcut 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: SxsMsmGenComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: MsiSFCBypass 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Patch 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Environment 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUpgradeFile 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUpgradeRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUpgradeFolders 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: __MsiRegistryList 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _MsiPatchAuthorTransformView 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: #_BaselineCost 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: #_BaselineFile 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: #_BaselineData 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: #_PatchCache 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Transforming table Media.

MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Transforming table Media.

MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (84:CC) [18:07:47:269]: TRANSFORM: The minimum 'Media.DiskId' value inserted by a patch transform is 100
MSI (s) (84:CC) [18:07:47:269]: TRANSFORM: The maximum 'Media.DiskId' value inserted by a patch transform is 99
MSI (s) (84:CC) [18:07:47:269]: TRANSFORM: The minimum 'File.Sequence' or 'Patch.Sequence' value inserted by a patch transform is 10000
MSI (s) (84:CC) [18:07:47:269]: TRANSFORM: The maximum 'File.Sequence' or 'Patch.Sequence' value inserted by a patch transform is 9999.
MSI (s) (84:CC) [18:07:47:269]: TRANSFORM: Applying special patch transform to database.
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _Validation 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Component 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: RegLocator 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: AppSearch 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Directory 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Registry 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlObjectSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Icon 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: InstallUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: AdminUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: AdvtExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: AdvtUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlActionsModule 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlDriveType 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Feature 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ServiceControl 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ModuleDependency 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ModuleSignature 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ModuleExclusion 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ModuleComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlBuiltInAccounts 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: MsiAssemblyName 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ServiceInstall 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlNativeImage 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlPropertyValues 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUserSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlServiceControl 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlHiveCopy 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlRegSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlGroup 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlGroupMember 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlConfig 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUpgradeScript 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlHotfixScript 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlScript 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ActionText 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlSku 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlStart 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlServiceAccount 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlDelimitProperty 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlEquivalent 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlWizardSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Dialog 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlMofcomp 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlWMISecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlInstanceProperty 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlInstanceComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlAssembly 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlPerfCounters 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlCollation 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlExecutable 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlFileSR 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUnmanagedComponent 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUpgradeComponent 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlProducts 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlTopLevelFeatureProducts 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlFileRename 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlFollowComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlLocalServers 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlVerIndependentProgID 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlServiceState 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlServiceProperty 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlServiceConfig 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlSupportFiles 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlDomainGroup 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: FeatureComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Control 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ControlEvent 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ControlCondition 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ListBox 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ListView 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: ComboBox 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: CheckBox 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: EventMapping 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: RadioButton 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Upgrade 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: TextStyle 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: UIText 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _MsiPatchPatchTransformView 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Shortcut 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: SxsMsmGenComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: MsiSFCBypass 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: MsiPatchHeaders 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Patch 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Environment 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUpgradeFile 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUpgradeRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: _sqlUpgradeFolders 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: __MsiRegistryList 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: #_BaselineCost 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: #_BaselineFile 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: #_BaselineData 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: #_PatchCache 3: -2147287038
MSI (s) (84:CC) [18:07:47:269]: Transforming table Media.

MSI (s) (84:CC) [18:07:47:269]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Transforming table Media.

MSI (s) (84:CC) [18:07:47:285]: Transforming table Media.

MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Transforming table PatchPackage.

MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Transforming table PatchPackage.

MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Transforming table PatchPackage.

MSI (s) (84:CC) [18:07:47:285]: TRANSFORM: Modifying 'File' and 'Patch' rows added by this patch transform to have appropriate 'Sequence' values. Offsetting values by 7559
MSI (s) (84:CC) [18:07:47:285]: TRANSFORM: Modifying 'PatchPackage' table row added by this patch transform to use 'Media_' value 100.
MSI (s) (84:CC) [18:07:47:285]: TRANSFORM: Modifying 'Media' table row added by this patch transform to use 'DiskId' value 100 and 'Source' values MSPSRC1681387D2DB2424C87C50667166F3EC9.
MSI (s) (84:CC) [18:07:47:285]: Transforming table MsiFileHash.

MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Transforming table MsiFileHash.

MSI (s) (84:CC) [18:07:47:285]: Transforming table MsiFileHash.

MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Transforming table Component.

MSI (s) (84:CC) [18:07:47:285]: Transforming table Component.

MSI (s) (84:CC) [18:07:47:285]: Transforming table Component.

MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Component 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Patch Modified Files List:
MSI (s) (84:CC) [18:07:47:285]: File = MS.SqlSac.Public.dll.31B260B9_8DE6_4C1B_BA50_2B54A89A7515: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = SqlSAC.exe.31B260B9_8DE6_4C1B_BA50_2B54A89A7515: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = Microsoft.SqlServer.Smo.DC8FC6AD_FB4A_4A81_8366_0ED2594F1AEA: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = Microsoft.SqlServer.SmoEnum.DC8FC6AD_FB4A_4A81_8366_0ED2594F1AEA: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = Microsoft.SqlServer.SqlEnum.DC8FC6AD_FB4A_4A81_8366_0ED2594F1AEA: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = Microsoft.SqlServer.WmiEnum.DC8FC6AD_FB4A_4A81_8366_0ED2594F1AEA: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = MS.Sql.ServiceBrokerEnum.DC8FC6AD_FB4A_4A81_8366_0ED2594F1AEA: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = MS.Sql.Batchparser.dll.DC8FC6AD_FB4A_4A81_8366_0ED2594F1AEA: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = MS.Sql.RegSvrEnum.dll.DC8FC6AD_FB4A_4A81_8366_0ED2594F1AEA: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = Microsoft.DataWarehouse.Interfaces.65BCC1EB_0614_40A3_8917_01E051F436C1: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = Microsoft.AnalysisServices.65BCC1EB_0614_40A3_8917_01E051F436C1: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = Microsoft.SqlServer.Rmo.D5AA1D46_25F4_4EBC_98BC_C26DE06526E4: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = SqlDumper.exe.849A7465_46A7_4507_A464_5D1E076DACFE: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = dbghelp.dll.849A7465_46A7_4507_A464_5D1E076DACFE: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = SqlWtsn.exe.849A7465_46A7_4507_A464_5D1E076DACFE: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlsqm.exe.5FCCA333_5048_4565_B97A_1310A6370D1D: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = SqlBoot.dll.E09E3350_C854_4DC8_BAEA_9E662C6D2301: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = svrenumapi.dll.6080319C_1466_426E_9E7A_1DD555143E0A: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = isacctchange.dll.6080319C_1466_426E_9E7A_1DD555143E0A: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlftacct.dll.6080319C_1466_426E_9E7A_1DD555143E0A: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlsecacctchg.dll.6080319C_1466_426E_9E7A_1DD555143E0A: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlsvcsync.dll.6080319C_1466_426E_9E7A_1DD555143E0A: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = OSQL.EXE.231DCE0C_FE1D_4A03_A84E_38971FB1129A: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = SQLdiag.exe.231DCE0C_FE1D_4A03_A84E_38971FB1129A: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = xmlrw.dll.231DCE0C_FE1D_4A03_A84E_38971FB1129A: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = SQLSVC90.DLL.2B7DE3D3_96A3_4BF8_B9C5_0B7A06005599: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sysdbupg.sql.0B635761_6487_42ED_9925_C9ACF2263D3A: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = SQLCMD.rll.94529288_4349_4BAD_B6C6_1115AB46CBB6: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = batchparser90.dll.1C6AFEDF_63FF_40A8_993E_C1831B71DF2D: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = SqlManager.dll.17BE9BF7_E184_4520_9821_63C293505384: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = SqlManager_rll.276A9F5C_E5C0_4605_A155_2D2D0CBD6361: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlcm_xml.276A9F5C_E5C0_4605_A155_2D2D0CBD6361: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = cmptmgr9_chm.276A9F5C_E5C0_4605_A155_2D2D0CBD6361: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sysdbupg.sql.B30CFB77_E7BB_4AA0_9DEC_85FEDE5DAE89: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = GAC_AS_AdomdClient_dll.DC566FED_FB4A_4A81_8366_0ED2594F1CCC: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = MS_AS_AdomdClient_dll.DC566FED_FB4A_4A81_8366_0ED2594F1CCC: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = MS_AS_AdomdClient_xml.EF185095_6F09_491A_96A2_64839546D998: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = msasxpress.dll.827E81FF_B7E6_4375_AD26_900BA981CB05: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlbrowser.exe.2FC2D269_8625_4826_BB3F_F9059090CB38: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = SBMsmdlocal.dll.DFD11762_2D29_4D77_B888_9E2D50D43136: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = xmlrw.dll.1887A514_D285_4653_98A1_6B7128517683: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = xmlrwbin.dll.1887A514_D285_4653_98A1_6B7128517683: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = SBmsmdredir_dll.155D5DFD_B9E7_4CB8_A2EE_8E0E8C9FBFE9: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = msmdsrv.rll.AA576C27_D4DC_4FC9_B157_1253DFB8D0AD: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = SQLAGENT90.EXE.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = SQLAgentMail90.dll.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = SQLAGENT90.RLL.1DC97936_7699_4565_8EF7_001AAC9D203A: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = SQLAgentMail90.rll.1DC97936_7699_4565_8EF7_001AAC9D203A: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = batchparser90.dll.2468AEB2_ABC4_4ADB_BDA7_8DD1DF48651A: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlservr.exe.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = xplog70.dll.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = xpsqlbot.dll.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = SQLBOOT.dll.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = XPStar90.DLL.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlsvc90.dll.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = xmlrw.dll.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = xmlrwbin.dll.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = MSXMLSQL.DLL.EAB68E20_E180_4988_8FE3_B98E4DC8E504: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = DBGHELP.DLL.81902028_4743_45C1_9C8C_17223CBC7128: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlaccess.dll.D5FA3BDB_C132_4ACB_9BCE_75B981C3A65B: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = XPStar90.RLL.88C26F26_166C_4CD7_8175_38297C2276D7: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlevn70.rll.CAEDCBC5_B76E_4ED0_AF01_3D286C89921E: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlevn70.rll.912347FF_3BC9_4503_ADF2_00FFDEA7B1AA: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlevn70.rll.9B89D747_AB3E_403D_94D0_4BF9BB07718F: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlevn70.rll.7D7442B4_9ACA_4C55_A531_1F9766311A45: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlevn70.rll.CA4807CC_31F7_4A19_B3D2_108142AD16E1: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlevn70.rll.2641B5E3_589D_42BE_A75D_7F317397F654: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlevn70.rll.7883FB06_C89C_407F_80CC_0B945DF9104E: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlevn70.rll.20A1C0BA_F3EF_438F_A45E_F41ABAE7A388: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlevn70.rll.F3AB54F3_4CCB_4B8C_A822_764FF415B7BB: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = DatabaseMail90.exe.6BAD20EB_8CBD_4950_9F16_9F83B608665D: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = HAUResourceDb.ldf.75D79626_87FB_4E9A_B07F_87DAE18D0F36: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = HAUResourceDb.mdf.75D79626_87FB_4E9A_B07F_87DAE18D0F36: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = template_HAUResourceDb.ldf.75D79626_87FB_4E9A_B07F_87DAE18D0F36: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = template_HAUResourceDb.mdf.75D79626_87FB_4E9A_B07F_87DAE18D0F36: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = HAUdistmdl.ldf.3D37F4F2_DA2F_4972_97D0_34767EB5DA29: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = HAUdistmdl.mdf.3D37F4F2_DA2F_4972_97D0_34767EB5DA29: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = DISTRIB.exe.779ED4A9_FDA8_4DBD_8D11_1C6CD6EE5AC7: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = rdistcom.dll.779ED4A9_FDA8_4DBD_8D11_1C6CD6EE5AC7: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = tablediff.exe.779ED4A9_FDA8_4DBD_8D11_1C6CD6EE5AC7: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = replmerg.exe.779ED4A9_FDA8_4DBD_8D11_1C6CD6EE5AC7: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlmergx.dll.779ED4A9_FDA8_4DBD_8D11_1C6CD6EE5AC7: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = snapshot.exe.2468C12D_A5BA_4E76_9F6E_71BA279FD63D: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = logread.exe.EB8FB35E_3FC3_41F6_9721_7400C2070A66: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = qrdrsvc.exe.EB8FB35E_3FC3_41F6_9721_7400C2070A66: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = instdist.sql.E4D6F7B0_3639_4517_9BA2_30823DE19CEB: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = repl_hotfix_install.sql.E4D6F7B0_3639_4517_9BA2_30823DE19CEB: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = REPLRES2.rll.D9BC9C10_2DCD_44D3_AACC_9C58CAF76128: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = Microsoft.SqlServer.DataStorage.A6DEDA64_4924_4EA9_84E5_DC507BA0794B: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = Microsoft.SqlServer.Replication.dll.8B75390F_DF2F_4C2C_92F5_9B83F3B36340: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = msgprox.dll.889BED4C_E3F4_4943_956C_6FFD882F721F: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = rplisapi.dll.889BED4C_E3F4_4943_956C_6FFD882F721F: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = replprov.dll.889BED4C_E3F4_4943_956C_6FFD882F721F: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = replrec.dll.889BED4C_E3F4_4943_956C_6FFD882F721F: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = replsub.dll.889BED4C_E3F4_4943_956C_6FFD882F721F: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = REPLRES.rll.CC4DBEA7_CD8B_4AAE_A10F_657CBA390BD6: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = sqlfth90.dll.BB43EC2E_1D73_400F_AE2F_F370407BC222: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = chsbrkr_dll.68C6D15C_77E0_11D5_8528_00C04F68155C: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = chtbrkr_dll.68C6D15C_77E0_11D5_8528_00C04F68155C: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = fteref_dll.68C6D15C_77E0_11D5_8528_00C04F68155C: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = infosoft_dll.68C6D15C_77E0_11D5_8528_00C04F68155C: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = korwbrkr_dll.68C6D15C_77E0_11D5_8528_00C04F68155C: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = langwrbk_dll.68C6D15C_77E0_11D5_8528_00C04F68155C: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = msfte_dll.68C6D15C_77E0_11D5_8528_00C04F68155C: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = msftefd_exe.68C6D15C_77E0_11D5_8528_00C04F68155C: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = msftepxy_dll.68C6D15C_77E0_11D5_8528_00C04F68155C: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = msftesql_exe.68C6D15C_77E0_11D5_8528_00C04F68155C: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = msir5jp_dll.68C6D15C_77E0_11D5_8528_00C04F68155C: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = nlhtml_dll.68C6D15C_77E0_11D5_8528_00C04F68155C: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = nls400_dll.68C6D15C_77E0_11D5_8528_00C04F68155C: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = query9x_dll.68C6D15C_77E0_11D5_8528_00C04F68155C: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = thawbrkr_dll.68C6D15C_77E0_11D5_8528_00C04F68155C: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: File = xmlfilt_dll.68C6D15C_77E0_11D5_8528_00C04F68155C: Final State = Install
MSI (s) (84:CC) [18:07:47:285]: Looking for storage transform: InstID01.mst
MSI (s) (84:CC) [18:07:47:285]: Validating transform 'InstID01.mst' with validation bits 0
MSI (s) (84:CC) [18:07:47:285]: Transform 'InstID01.mst' is valid.
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _Tables 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _Columns 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Patch 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: TRANSFORM: This transform is not changing the 'Media.DiskId' column. No pre-transform fixup of this column is necessary.
MSI (s) (84:CC) [18:07:47:285]: TRANSFORM: This transform not changing the 'Media.LastSequence' or 'File.Sequence' columns. No pre-transform fixup of these columns is necessary.
MSI (s) (84:CC) [18:07:47:285]: TRANSFORM: Applying regular transform to database.
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _Tables 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _Columns 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Property 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _Validation 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: RegLocator 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: AppSearch 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Directory 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Registry 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlObjectSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Icon 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: InstallUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: AdminExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: AdminUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: AdvtExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: AdvtUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlActionsModule 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlDriveType 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Feature 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: ServiceControl 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: ModuleDependency 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: ModuleSignature 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: ModuleExclusion 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: ModuleComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlBuiltInAccounts 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: MsiAssemblyName 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: ServiceInstall 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlNativeImage 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlPropertyValues 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlUserSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlServiceControl 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlHiveCopy 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlRegSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlGroup 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlGroupMember 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlConfig 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlUpgradeScript 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlHotfixScript 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlScript 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: ActionText 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlSku 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlStart 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlServiceAccount 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlDelimitProperty 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlEquivalent 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlWizardSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Dialog 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlMofcomp 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlWMISecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlInstanceProperty 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlInstanceComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlAssembly 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlPerfCounters 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlCollation 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlExecutable 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlFileSR 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlUnmanagedComponent 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlUpgradeComponent 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlProducts 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlTopLevelFeatureProducts 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlFileRename 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlFollowComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlLocalServers 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlVerIndependentProgID 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlServiceState 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlServiceProperty 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlServiceConfig 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlSupportFiles 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlDomainGroup 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: FeatureComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Control 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: ControlEvent 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: ControlCondition 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: ListBox 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: ListView 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: ComboBox 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: CheckBox 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: EventMapping 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: RadioButton 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Upgrade 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: TextStyle 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: UIText 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Shortcut 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: SxsMsmGenComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: MsiSFCBypass 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: MsiPatchHeaders 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Patch 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Environment 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlUpgradeFile 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlUpgradeRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _sqlUpgradeFolders 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: __MsiPatchFileList 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: __MsiRegistryList 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: #_BaselineCost 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: #_BaselineFile 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: #_BaselineData 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: #_PatchCache 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _MsiPatchTransformView 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Looking for storage transform: InstName01.mst
MSI (s) (84:CC) [18:07:47:285]: Validating transform 'InstName01.mst' with validation bits 0
MSI (s) (84:CC) [18:07:47:285]: Transform 'InstName01.mst' is valid.
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _Tables 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _Columns 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Patch 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: TRANSFORM: This transform is not changing the 'Media.DiskId' column. No pre-transform fixup of this column is necessary.
MSI (s) (84:CC) [18:07:47:285]: TRANSFORM: This transform not changing the 'Media.LastSequence' or 'File.Sequence' columns. No pre-transform fixup of these columns is necessary.
MSI (s) (84:CC) [18:07:47:285]: TRANSFORM: Applying regular transform to database.
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _Tables 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _Columns 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Property 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: _Validation 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (s) (84:CC) [18:07:47:285]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: RegLocator 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: AppSearch 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Directory 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Registry 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlObjectSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Icon 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: InstallUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: AdminExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: AdminUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: AdvtExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: AdvtUISequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlActionsModule 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlDriveType 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Feature 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: ServiceControl 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: ModuleDependency 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: ModuleSignature 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: ModuleExclusion 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: ModuleComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlBuiltInAccounts 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: MsiAssemblyName 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: ServiceInstall 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlNativeImage 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlPropertyValues 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlUserSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlServiceControl 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlHiveCopy 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlRegSecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlGroup 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlGroupMember 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlConfig 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlUpgradeScript 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlHotfixScript 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlScript 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: ActionText 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlSku 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlStart 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlServiceAccount 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlDelimitProperty 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlEquivalent 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlWizardSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Dialog 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlMofcomp 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlWMISecurity 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlInstanceProperty 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlInstanceComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlAssembly 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlCollation 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlExecutable 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlFileSR 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlUnmanagedComponent 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlUpgradeComponent 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlProducts 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlTopLevelFeatureProducts 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlFileRename 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlFollowComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlLocalServers 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlVerIndependentProgID 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlServiceState 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlServiceProperty 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlServiceConfig 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlSupportFiles 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlDomainGroup 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: FeatureComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Control 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: ControlEvent 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: ControlCondition 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: ListBox 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: ListView 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: ComboBox 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: CheckBox 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: EventMapping 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: RadioButton 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Upgrade 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: TextStyle 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: UIText 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Shortcut 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: SxsMsmGenComponents 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: MsiSFCBypass 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: MsiPatchHeaders 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Patch 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Environment 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlUpgradeFile 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlUpgradeRegistry 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _sqlUpgradeFolders 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: __MsiPatchFileList 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: __MsiRegistryList 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: #_BaselineCost 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: #_BaselineFile 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: #_BaselineData 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: #_PatchCache 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: _MsiPatchTransformView 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: APPCOMPAT: looking for appcompat database entry with ProductCode '{2373A92B-1C1C-4E71-B494-5CA97F96AA19}'.
MSI (s) (84:CC) [18:07:47:301]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (84:CC) [18:07:47:301]: Transforms are not secure.
MSI (s) (84:CC) [18:07:47:301]: Transforming table Property.

MSI (s) (84:CC) [18:07:47:301]: Transforming table Property.

MSI (s) (84:CC) [18:07:47:301]: Transforming table Property.

MSI (s) (84:CC) [18:07:47:301]: Transforming table Property.

MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Property 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Transforming table Property.

MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Property 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Command Line: PATCH=\\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSQL\Files\sqlrun_sql.msp REINSTALL=All REINSTALLMODE=omus SQLBUILD=2047 KBNUMBER=KB913090 REBOOT=ReallySuppress QUERYMODE=1 QUERYTYPE=PATCHFILELIST QUERYOUTPUT=C:\WINDOWS\Hotfix\SQL9\Logs\SQL9_Hotfix_KB913090_sqlrun_sql.msp.out CURRENTDIRECTORY=c:\f671c49d9308f8e45f7d86a9859f98 CLIENTUILEVEL=3 CLIENTPROCESSID=240 MSIINSTANCEGUID={2373A92B-1C1C-4E71-B494-5CA97F96AA19}
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{11FE9DE4-380B-45FE-985E-3EC1EFF9D159}'.
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding TRANSFORMS property. Its value is ':SqlRun01.mst;:InstID01.mst;:InstName01.mst'.
MSI (s) (84:CC) [18:07:47:301]: Product Code passed to Engine.Initialize: '{2373A92B-1C1C-4E71-B494-5CA97F96AA19}'
MSI (s) (84:CC) [18:07:47:301]: Product Code from property table before transforms: '{2373A92B-1C1C-4E71-B494-5CA97F96AA19}'
MSI (s) (84:CC) [18:07:47:301]: Product Code from property table after multiple instance transforms: '{2373A92B-1C1C-4E71-B494-5CA97F96AA19}'
MSI (s) (84:CC) [18:07:47:301]: Product Code from property table after transforms: '{2373A92B-1C1C-4E71-B494-5CA97F96AA19}'
MSI (s) (84:CC) [18:07:47:301]: Product registered: entering maintenance mode
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'.
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
MSI (s) (84:CC) [18:07:47:301]: Package name retrieved from configuration data: 'SqlRun_SQL.msi'
MSI (s) (84:CC) [18:07:47:301]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine.
MSI (s) (84:CC) [18:07:47:301]: Transforming table Error.

MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Transforming table Error.

MSI (s) (84:CC) [18:07:47:301]: Transforming table Error.

MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Transforming table Error.

MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Transforming table Error.

MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (84:CC) [18:07:47:301]: Machine policy value 'DisableMsi' is 1
MSI (s) (84:CC) [18:07:47:301]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (84:CC) [18:07:47:301]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (84:CC) [18:07:47:301]: Product {2373A92B-1C1C-4E71-B494-5CA97F96AA19} is admin assigned: LocalSystem owns the publish key.
MSI (s) (84:CC) [18:07:47:301]: Product {2373A92B-1C1C-4E71-B494-5CA97F96AA19} is managed.
MSI (s) (84:CC) [18:07:47:301]: Running product '{2373A92B-1C1C-4E71-B494-5CA97F96AA19}' with elevated privileges: Product is assigned.
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding PATCH property. Its value is '\\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSQL\Files\sqlrun_sql.msp'.
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding REINSTALL property. Its value is 'All'.
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding REINSTALLMODE property. Its value is 'omus'.
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding SQLBUILD property. Its value is '2047'.
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding KBNUMBER property. Its value is 'KB913090'.
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding REBOOT property. Its value is 'ReallySuppress'.
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding QUERYMODE property. Its value is '1'.
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding QUERYTYPE property. Its value is 'PATCHFILELIST'.
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding QUERYOUTPUT property. Its value is 'C:\WINDOWS\Hotfix\SQL9\Logs\SQL9_Hotfix_KB913090_sqlrun_sql.msp.out'.
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'c:\f671c49d9308f8e45f7d86a9859f98'.
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '240'.
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding MSIINSTANCEGUID property. Its value is '{2373A92B-1C1C-4E71-B494-5CA97F96AA19}'.
MSI (s) (84:CC) [18:07:47:301]: TRANSFORMS property is now: :SqlRun01.mst;:InstID01.mst;:InstName01.mst
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'.
MSI (s) (84:CC) [18:07:47:301]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '150'.
MSI (s) (84:CC) [18:07:47:316]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\toto.vo\Application Data
MSI (s) (84:CC) [18:07:47:316]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\toto.vo\Favorites
MSI (s) (84:CC) [18:07:47:316]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\toto.vo\NetHood
MSI (s) (84:CC) [18:07:47:316]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\toto.vo\My Documents
MSI (s) (84:CC) [18:07:47:316]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\toto.vo\PrintHood
MSI (s) (84:CC) [18:07:47:316]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\toto.vo\Recent
MSI (s) (84:CC) [18:07:47:316]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\toto.vo\SendTo
MSI (s) (84:CC) [18:07:47:332]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\toto.vo\Templates
MSI (s) (84:CC) [18:07:47:332]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (s) (84:CC) [18:07:47:332]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\toto.vo\Local Settings\Application Data
MSI (s) (84:CC) [18:07:47:332]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\toto.vo\My Documents\My Pictures
MSI (s) (84:CC) [18:07:47:332]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (s) (84:CC) [18:07:47:332]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI (s) (84:CC) [18:07:47:332]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (s) (84:CC) [18:07:47:332]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI (s) (84:CC) [18:07:47:332]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI (s) (84:CC) [18:07:47:332]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\toto.vo\Start Menu\Programs\Administrative Tools
MSI (s) (84:CC) [18:07:47:332]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\toto.vo\Start Menu\Programs\Startup
MSI (s) (84:CC) [18:07:47:347]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\toto.vo\Start Menu\Programs
MSI (s) (84:CC) [18:07:47:347]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\toto.vo\Start Menu
MSI (s) (84:CC) [18:07:47:347]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\toto.vo\Desktop
MSI (s) (84:CC) [18:07:47:347]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Templates
MSI (s) (84:CC) [18:07:47:347]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (s) (84:CC) [18:07:47:347]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (s) (84:CC) [18:07:47:347]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (84:CC) [18:07:47:347]: PROPERTY CHANGE: Adding ProductID property. Its value is '**********'.
MSI (s) (84:CC) [18:07:47:347]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'DEV'.
MSI (s) (84:CC) [18:07:47:347]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'Bluetech LLC'.
MSI (s) (84:CC) [18:07:47:347]: PROPERTY CHANGE: Adding Installed property. Its value is '00:00:00'.
MSI (s) (84:CC) [18:07:47:347]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\251cd95.msi'.
MSI (s) (84:CC) [18:07:47:347]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\WINDOWS\Installer\251cd95.msi'.
MSI (s) (84:CC) [18:07:47:347]: PROPERTY CHANGE: Adding MSPSRC1681387D2DB2424C87C50667166F3EC9 property. Its value is 'C:\WINDOWS\Installer\1a662c60.msp'.
MSI (s) (84:CC) [18:07:47:347]: PROPERTY CHANGE: Adding SQL200532Hotfix2047 property. Its value is '\\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSQL\Files\sqlrun_sql.msp'.
MSI (s) (84:CC) [18:07:47:347]: Machine policy value 'DisableRollback' is 0
MSI (s) (84:CC) [18:07:47:347]: User policy value 'DisableRollback' is 0
MSI (s) (84:CC) [18:07:47:347]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
MSI (s) (84:CC) [18:07:47:347]: PROPERTY CHANGE: Adding QFEUpgrade property. Its value is '2'.
=== Logging started: 5/2/2006 18:07:47 ===
MSI (s) (84:CC) [18:07:47:347]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'.
MSI (s) (84:CC) [18:07:47:347]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (84:CC) [18:07:47:347]: Doing action: INSTALL
MSI (s) (84:CC) [18:07:47:347]: Transforming table ActionText.

MSI (s) (84:CC) [18:07:47:347]: Note: 1: 2262 2: ActionText 3: -2147287038
MSI (s) (84:CC) [18:07:47:347]: Transforming table ActionText.

MSI (s) (84:CC) [18:07:47:347]: Transforming table ActionText.

MSI (s) (84:CC) [18:07:47:347]: Note: 1: 2262 2: ActionText 3: -2147287038
MSI (s) (84:CC) [18:07:47:347]: Transforming table ActionText.

MSI (s) (84:CC) [18:07:47:347]: Note: 1: 2262 2: ActionText 3: -2147287038
MSI (s) (84:CC) [18:07:47:347]: Transforming table ActionText.

MSI (s) (84:CC) [18:07:47:347]: Note: 1: 2262 2: ActionText 3: -2147287038
MSI (s) (84:CC) [18:07:47:347]: Running ExecuteSequence
MSI (s) (84:CC) [18:07:47:347]: Transforming table InstallExecuteSequence.

MSI (s) (84:CC) [18:07:47:347]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:347]: Transforming table InstallExecuteSequence.

MSI (s) (84:CC) [18:07:47:347]: Transforming table InstallExecuteSequence.

MSI (s) (84:CC) [18:07:47:347]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:347]: Transforming table InstallExecuteSequence.

MSI (s) (84:CC) [18:07:47:347]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:347]: Transforming table InstallExecuteSequence.

MSI (s) (84:CC) [18:07:47:347]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:47:363]: Doing action: ProgramFilesFolder.68C6D15C_77E0_11D5_8528_00C04F68155C
Action start 18:07:47: INSTALL.
MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:363]: PROPERTY CHANGE: Adding ProgramFilesFolder.68C6D15C_77E0_11D5_8528_00C04F68155C property. Its value is 'C:\Program Files\'.
Action start 18:07:47: ProgramFilesFolder.68C6D15C_77E0_11D5_8528_00C04F68155C.
MSI (s) (84:CC) [18:07:47:363]: Doing action: CommonFilesFolder.D9BC9C10_2DCD_44D3_AACC_9C58CAF76128
Action ended 18:07:47: ProgramFilesFolder.68C6D15C_77E0_11D5_8528_00C04F68155C. Return value 1.
MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:363]: PROPERTY CHANGE: Adding CommonFilesFolder.D9BC9C10_2DCD_44D3_AACC_9C58CAF76128 property. Its value is 'C:\Program Files\Common Files\'.
Action start 18:07:47: CommonFilesFolder.D9BC9C10_2DCD_44D3_AACC_9C58CAF76128.
MSI (s) (84:CC) [18:07:47:363]: Doing action: SystemFolder.291EAD4C_0726_4504_A2A1_C9FF1E711B8C
Action ended 18:07:47: CommonFilesFolder.D9BC9C10_2DCD_44D3_AACC_9C58CAF76128. Return value 1.
MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:363]: PROPERTY CHANGE: Adding SystemFolder.291EAD4C_0726_4504_A2A1_C9FF1E711B8C property. Its value is 'C:\WINDOWS\system32\'.
Action start 18:07:47: SystemFolder.291EAD4C_0726_4504_A2A1_C9FF1E711B8C.
MSI (s) (84:CC) [18:07:47:363]: Doing action: SystemFolder.7188DA12_A95E_46B7_8623_9D93B5260E2A
Action ended 18:07:47: SystemFolder.291EAD4C_0726_4504_A2A1_C9FF1E711B8C. Return value 1.
MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:363]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:363]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:363]: PROPERTY CHANGE: Adding SystemFolder.7188DA12_A95E_46B7_8623_9D93B5260E2A property. Its value is 'C:\WINDOWS\system32\'.
Action start 18:07:47: SystemFolder.7188DA12_A95E_46B7_8623_9D93B5260E2A.
MSI (s) (84:CC) [18:07:47:363]: Doing action: SystemFolder.7F92F353_B3A2_4AE0_A288_5B746146B1B8
Action ended 18:07:47: SystemFolder.7188DA12_A95E_46B7_8623_9D93B5260E2A. Return value 1.
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:379]: PROPERTY CHANGE: Adding SystemFolder.7F92F353_B3A2_4AE0_A288_5B746146B1B8 property. Its value is 'C:\WINDOWS\system32\'.
Action start 18:07:47: SystemFolder.7F92F353_B3A2_4AE0_A288_5B746146B1B8.
MSI (s) (84:CC) [18:07:47:379]: Doing action: ProgramFilesFolder.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF
Action ended 18:07:47: SystemFolder.7F92F353_B3A2_4AE0_A288_5B746146B1B8. Return value 1.
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:379]: PROPERTY CHANGE: Adding ProgramFilesFolder.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF property. Its value is 'C:\Program Files\'.
Action start 18:07:47: ProgramFilesFolder.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF.
MSI (s) (84:CC) [18:07:47:379]: Doing action: CommonFilesFolder.808C44A0_9EC0_4446_A4CB_3E51F5C5D59F
Action ended 18:07:47: ProgramFilesFolder.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF. Return value 1.
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:379]: PROPERTY CHANGE: Adding CommonFilesFolder.808C44A0_9EC0_4446_A4CB_3E51F5C5D59F property. Its value is 'C:\Program Files\Common Files\'.
Action start 18:07:47: CommonFilesFolder.808C44A0_9EC0_4446_A4CB_3E51F5C5D59F.
MSI (s) (84:CC) [18:07:47:379]: Doing action: CommonFilesFolder.1887A514_D285_4653_98A1_6B7128517683
Action ended 18:07:47: CommonFilesFolder.808C44A0_9EC0_4446_A4CB_3E51F5C5D59F. Return value 1.
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:379]: PROPERTY CHANGE: Adding CommonFilesFolder.1887A514_D285_4653_98A1_6B7128517683 property. Its value is 'C:\Program Files\Common Files\'.
Action start 18:07:47: CommonFilesFolder.1887A514_D285_4653_98A1_6B7128517683.
MSI (s) (84:CC) [18:07:47:379]: Doing action: SystemFolder.60A85CA1_D9D8_43FA_9DD5_574BEF970F9F
Action ended 18:07:47: CommonFilesFolder.1887A514_D285_4653_98A1_6B7128517683. Return value 1.
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:394]: PROPERTY CHANGE: Adding SystemFolder.60A85CA1_D9D8_43FA_9DD5_574BEF970F9F property. Its value is 'C:\WINDOWS\system32\'.
Action start 18:07:47: SystemFolder.60A85CA1_D9D8_43FA_9DD5_574BEF970F9F.
MSI (s) (84:CC) [18:07:47:394]: Doing action: WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E
Action ended 18:07:47: SystemFolder.60A85CA1_D9D8_43FA_9DD5_574BEF970F9F. Return value 1.
MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:394]: PROPERTY CHANGE: Adding WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\'.
Action start 18:07:47: WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E.
MSI (s) (84:CC) [18:07:47:394]: Doing action: SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E
Action ended 18:07:47: WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:394]: PROPERTY CHANGE: Adding SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\system32\'.
Action start 18:07:47: SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E.
MSI (s) (84:CC) [18:07:47:394]: Doing action: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
Action ended 18:07:47: SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:394]: PROPERTY CHANGE: Adding WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\'.
Action start 18:07:47: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E.
MSI (s) (84:CC) [18:07:47:394]: Doing action: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
Action ended 18:07:47: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:394]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:394]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:394]: PROPERTY CHANGE: Adding SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\system32\'.
Action start 18:07:47: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E.
MSI (s) (84:CC) [18:07:47:410]: Doing action: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
Action ended 18:07:47: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:410]: PROPERTY CHANGE: Adding WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\'.
Action start 18:07:47: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
MSI (s) (84:CC) [18:07:47:410]: Doing action: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
Action ended 18:07:47: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:410]: PROPERTY CHANGE: Adding SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\system32\'.
Action start 18:07:47: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
MSI (s) (84:CC) [18:07:47:410]: Doing action: WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E
Action ended 18:07:47: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:410]: PROPERTY CHANGE: Adding WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\'.
Action start 18:07:47: WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E.
MSI (s) (84:CC) [18:07:47:410]: Doing action: SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E
Action ended 18:07:47: WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:410]: PROPERTY CHANGE: Adding SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\system32\'.
Action start 18:07:47: SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E.
MSI (s) (84:CC) [18:07:47:410]: Doing action: WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E
Action ended 18:07:47: SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:426]: PROPERTY CHANGE: Adding WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\'.
Action start 18:07:47: WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E.
MSI (s) (84:CC) [18:07:47:426]: Doing action: SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E
Action ended 18:07:47: WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:426]: PROPERTY CHANGE: Adding SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\system32\'.
Action start 18:07:47: SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E.
MSI (s) (84:CC) [18:07:47:426]: Doing action: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
Action ended 18:07:47: SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:426]: PROPERTY CHANGE: Adding WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\'.
Action start 18:07:47: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E.
MSI (s) (84:CC) [18:07:47:426]: Doing action: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
Action ended 18:07:47: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:426]: PROPERTY CHANGE: Adding SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\system32\'.
Action start 18:07:47: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E.
MSI (s) (84:CC) [18:07:47:426]: Doing action: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
Action ended 18:07:47: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (84:CC) [18:07:47:426]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:426]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: PROPERTY CHANGE: Adding WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\'.
Action start 18:07:47: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
MSI (s) (84:CC) [18:07:47:441]: Doing action: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
Action ended 18:07:47: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: PROPERTY CHANGE: Adding SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\system32\'.
Action start 18:07:47: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
MSI (s) (84:CC) [18:07:47:441]: Doing action: WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
Action ended 18:07:47: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: PROPERTY CHANGE: Adding WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\'.
Action start 18:07:47: WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E.
MSI (s) (84:CC) [18:07:47:441]: Doing action: SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
Action ended 18:07:47: WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: PROPERTY CHANGE: Adding SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\system32\'.
Action start 18:07:47: SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E.
MSI (s) (84:CC) [18:07:47:441]: Doing action: ProgramMenuFolder.ConfigurationTools1033
Action ended 18:07:47: SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:441]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:441]: PROPERTY CHANGE: Adding ProgramMenuFolder.ConfigurationTools1033 property. Its value is 'C:\Documents and Settings\All Users\Start Menu\Programs\'.
Action start 18:07:47: ProgramMenuFolder.ConfigurationTools1033.
MSI (s) (84:CC) [18:07:47:457]: Doing action: ProgramFilesFolder.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 18:07:47: ProgramMenuFolder.ConfigurationTools1033. Return value 1.
MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:457]: PROPERTY CHANGE: Adding ProgramFilesFolder.D20239D7_E87C_40C9_9837_E70B8D4882C2 property. Its value is 'C:\Program Files\'.
Action start 18:07:47: ProgramFilesFolder.D20239D7_E87C_40C9_9837_E70B8D4882C2.
MSI (s) (84:CC) [18:07:47:457]: Doing action: SetMDACSxS
Action ended 18:07:47: ProgramFilesFolder.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:457]: PROPERTY CHANGE: Adding MDACSXS property. Its value is '1'.
Action start 18:07:47: SetMDACSxS.
MSI (s) (84:CC) [18:07:47:457]: Doing action: SetInstanceName
Action ended 18:07:47: SetMDACSxS. Return value 1.
MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Note: 1: 2262 2: CustomAction 3: -2147287038
Action start 18:07:47: SetInstanceName.
MSI (s) (84:CC) [18:07:47:457]: Doing action: SetCollation
Action ended 18:07:47: SetInstanceName. Return value 1.
MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:457]: Note: 1: 2262 2: CustomAction 3: -2147287038
Action start 18:07:47: SetCollation.
MSI (s) (84:CC) [18:07:47:457]: Doing action: SetSecurityMode
Action ended 18:07:47: SetCollation. Return value 1.
MSI (s) (84:CC) [18:07:47:457]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Note: 1: 2262 2: CustomAction 3: -2147287038
Action start 18:07:47: SetSecurityMode.
MSI (s) (84:CC) [18:07:47:472]: Doing action: SetUpgradeUser
Action ended 18:07:47: SetSecurityMode. Return value 1.
MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Note: 1: 2262 2: CustomAction 3: -2147287038
Action start 18:07:47: SetUpgradeUser.
MSI (s) (84:CC) [18:07:47:472]: Skipping action: ErrorDisableNetworkProtocols (condition is false)
MSI (s) (84:CC) [18:07:47:472]: Skipping action: SetCluster (condition is false)
MSI (s) (84:CC) [18:07:47:472]: Doing action: SetClusterSec
Action ended 18:07:47: SetUpgradeUser. Return value 1.
MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Note: 1: 2262 2: CustomAction 3: -2147287038
Action start 18:07:47: SetClusterSec.
MSI (s) (84:CC) [18:07:47:472]: Doing action: SetSaPwd
Action ended 18:07:47: SetClusterSec. Return value 1.
MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:472]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:472]: Note: 1: 2262 2: CustomAction 3: -2147287038
Action start 18:07:47: SetSaPwd.
MSI (s) (84:CC) [18:07:47:472]: Doing action: SetUpgradePwd
Action ended 18:07:47: SetSaPwd. Return value 1.
MSI (s) (84:CC) [18:07:47:488]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:488]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:488]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:488]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:488]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:488]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:488]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:488]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:488]: Note: 1: 2262 2: CustomAction 3: -2147287038
Action start 18:07:47: SetUpgradePwd.
MSI (s) (84:CC) [18:07:47:488]: Doing action: LaunchConditions
Action ended 18:07:47: SetUpgradePwd. Return value 1.
MSI (s) (84:CC) [18:07:47:488]: Note: 1: 2205 2: 3: LaunchCondition
MSI (s) (84:CC) [18:07:47:488]: Note: 1: 2228 2: 3: LaunchCondition 4: SELECT `Condition`, `Description` FROM `LaunchCondition`
Action start 18:07:47: LaunchConditions.
MSI (s) (84:CC) [18:07:47:488]: Skipping action: Collation.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 (condition is false)
MSI (s) (84:CC) [18:07:47:488]: Doing action: StreamSupportFiles.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 18:07:47: LaunchConditions. Return value 0.
MSI (s) (84:CC) [18:07:47:488]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:488]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:488]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:488]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:488]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:488]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:488]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:488]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:488]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:488]: Transforming table Binary.

MSI (s) (84:CC) [18:07:47:488]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:47:488]: Transforming table Binary.

MSI (s) (84:CC) [18:07:47:488]: Transforming table Binary.

MSI (s) (84:CC) [18:07:47:488]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:47:488]: Transforming table Binary.

MSI (s) (84:CC) [18:07:47:488]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:47:488]: Transforming table Binary.

MSI (s) (84:CC) [18:07:47:488]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:EC) [18:07:47:488]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI117A.tmp, Entrypoint: StreamSupportFiles
MSI (s) (84:10) [18:07:47:504]: Generating random cookie.
MSI (s) (84:10) [18:07:47:504]: Created Custom Action Server with PID 3092 (0xC14).
MSI (s) (84:08) [18:07:47:519]: Running as a service.
MSI (s) (84:08) [18:07:47:519]: Hello, I'm your 32bit Impersonated custom action server.
Action start 18:07:47: StreamSupportFiles.D20239D7_E87C_40C9_9837_E70B8D4882C2.
Property(SQL): Setup Bootstrap Directory = C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\
MSI (s) (84!DC) [18:07:47:613]: Transforming table Binary.

MSI (s) (84!DC) [18:07:47:613]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84!DC) [18:07:47:613]: Transforming table Binary.

MSI (s) (84!DC) [18:07:47:613]: Transforming table Binary.

MSI (s) (84!DC) [18:07:47:613]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84!DC) [18:07:47:613]: Transforming table Binary.

MSI (s) (84!DC) [18:07:47:613]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84!DC) [18:07:47:613]: Transforming table Binary.

MSI (s) (84!DC) [18:07:47:613]: Note: 1: 2262 2: Binary 3: -2147287038
1: 0 2: Iterating through _sqlSupportFiles entries
Streamed sqlca.D20239D7_E87C_40C9_9837_E70B8D4882C2 to C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\bin\{2373A92B-1C1C-4E71-B494-5CA97F96AA19}sqlca.dll
MSI (s) (84:CC) [18:07:47:722]: Doing action: Do_LogInstallStart.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 18:07:47: StreamSupportFiles.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (84:CC) [18:07:47:722]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:722]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:722]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:722]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:722]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:722]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:722]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:722]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:47:722]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:47:722]: Transforming table Binary.

MSI (s) (84:CC) [18:07:47:722]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:47:722]: Transforming table Binary.

MSI (s) (84:CC) [18:07:47:722]: Transforming table Binary.

MSI (s) (84:CC) [18:07:47:722]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:47:722]: Transforming table Binary.

MSI (s) (84:CC) [18:07:47:722]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:47:722]: Transforming table Binary.

MSI (s) (84:CC) [18:07:47:722]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:A8) [18:07:47:722]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI117B.tmp, Entrypoint: Do_LogInstallStart
Action start 18:07:47: Do_LogInstallStart.D20239D7_E87C_40C9_9837_E70B8D4882C2.
Property(SQL): Setup Bootstrap Directory = C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\
Property(SQL): CA DLL Path = C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Bin\{2373A92B-1C1C-4E71-B494-5CA97F96AA19}sqlca.dll
<Func Name='LaunchFunction'>
MSI (s) (84!A4) [18:07:50:129]: Transforming table _sqlAction.

MSI (s) (84!A4) [18:07:50:129]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!A4) [18:07:50:129]: Transforming table _sqlAction.

MSI (s) (84!A4) [18:07:50:129]: Transforming table _sqlAction.

MSI (s) (84!A4) [18:07:50:129]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!A4) [18:07:50:129]: Transforming table _sqlAction.

MSI (s) (84!A4) [18:07:50:129]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!A4) [18:07:50:129]: Transforming table _sqlAction.

MSI (s) (84!A4) [18:07:50:129]: Note: 1: 2262 2: _sqlAction 3: -2147287038
Function=Do_LogInstallStart
MSI (s) (84:A4) [18:07:50:129]: Transforming table _sqlAction.

MSI (s) (84:A4) [18:07:50:129]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84:A4) [18:07:50:129]: Transforming table _sqlAction.

MSI (s) (84:A4) [18:07:50:144]: Transforming table _sqlAction.

MSI (s) (84:A4) [18:07:50:144]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84:A4) [18:07:50:144]: Transforming table _sqlAction.

MSI (s) (84:A4) [18:07:50:144]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84:A4) [18:07:50:144]: Transforming table _sqlAction.

MSI (s) (84:A4) [18:07:50:144]: Note: 1: 2262 2: _sqlAction 3: -2147287038
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='0'>
Doing Action: Do_LogInstallStart
PerfTime Start: Do_LogInstallStart : Tue May 02 18:07:50 2006
<Func Name='Do_LogInstallStart'>
<EndFunc Name='Do_LogInstallStart' Return='0' GetLastError='203'>
PerfTime Stop: Do_LogInstallStart : Tue May 02 18:07:50 2006
<EndFunc Name='LaunchFunction' Return='0' GetLastError='0'>
MSI (s) (84:CC) [18:07:50:285]: Doing action: GetDefaultDomain.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 18:07:50: Do_LogInstallStart.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (84:CC) [18:07:50:285]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:50:285]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:50:285]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:50:285]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:50:285]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:50:285]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:50:285]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:50:285]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:50:285]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:50:285]: Transforming table Binary.

MSI (s) (84:CC) [18:07:50:285]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:50:301]: Transforming table Binary.

MSI (s) (84:CC) [18:07:50:301]: Transforming table Binary.

MSI (s) (84:CC) [18:07:50:301]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:50:301]: Transforming table Binary.

MSI (s) (84:CC) [18:07:50:301]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:50:301]: Transforming table Binary.

MSI (s) (84:CC) [18:07:50:301]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:14) [18:07:50:301]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI117C.tmp, Entrypoint: GetDefaultDomain
Action start 18:07:50: GetDefaultDomain.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
MSI (s) (84!C0) [18:07:50:347]: Transforming table _sqlAction.

MSI (s) (84!C0) [18:07:50:347]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!C0) [18:07:50:347]: Transforming table _sqlAction.

MSI (s) (84!C0) [18:07:50:347]: Transforming table _sqlAction.

MSI (s) (84!C0) [18:07:50:347]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!C0) [18:07:50:347]: Transforming table _sqlAction.

MSI (s) (84!C0) [18:07:50:347]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!C0) [18:07:50:347]: Transforming table _sqlAction.

MSI (s) (84!C0) [18:07:50:347]: Note: 1: 2262 2: _sqlAction 3: -2147287038
Function=GetDefaultDomain
MSI (s) (84!C0) [18:07:50:363]: Transforming table _sqlAction.

MSI (s) (84!C0) [18:07:50:363]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!C0) [18:07:50:363]: Transforming table _sqlAction.

MSI (s) (84!C0) [18:07:50:363]: Transforming table _sqlAction.

MSI (s) (84!C0) [18:07:50:363]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!C0) [18:07:50:363]: Transforming table _sqlAction.

MSI (s) (84!C0) [18:07:50:363]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!C0) [18:07:50:363]: Transforming table _sqlAction.

MSI (s) (84!C0) [18:07:50:363]: Note: 1: 2262 2: _sqlAction 3: -2147287038
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='0'>
Doing Action: GetDefaultDomain
PerfTime Start: GetDefaultDomain : Tue May 02 18:07:50 2006
<Func Name='GetDefaultDomain'>
MSI (s) (84!C0) [18:07:50:410]: PROPERTY CHANGE: Adding DefaultDomain property. Its value is 'BLUETECH'.
MSI (s) (84!C0) [18:07:50:410]: PROPERTY CHANGE: Adding QuotedDefaultDomain property. Its value is 'BLUETECH'.
MSI (s) (84!C0) [18:07:50:410]: PROPERTY CHANGE: Adding QuotedComputerName property. Its value is 'DEV2'.
PerfTime Stop: GetDefaultDomain : Tue May 02 18:07:50 2006
<EndFunc Name='LaunchFunction' Return='0' GetLastError='0'>
MSI (s) (84:CC) [18:07:50:410]: Doing action: RestoreSetupParams.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 18:07:50: GetDefaultDomain.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (84:CC) [18:07:50:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:50:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:50:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:50:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:50:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:50:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:50:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:50:410]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:50:410]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:50:410]: Transforming table Binary.

MSI (s) (84:CC) [18:07:50:410]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:50:410]: Transforming table Binary.

MSI (s) (84:CC) [18:07:50:410]: Transforming table Binary.

MSI (s) (84:CC) [18:07:50:410]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:50:410]: Transforming table Binary.

MSI (s) (84:CC) [18:07:50:410]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:50:410]: Transforming table Binary.

MSI (s) (84:CC) [18:07:50:410]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:F0) [18:07:50:426]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI117D.tmp, Entrypoint: RestoreSetupParams
Action start 18:07:50: RestoreSetupParams.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
MSI (s) (84!78) [18:07:50:426]: Transforming table _sqlAction.

MSI (s) (84!78) [18:07:50:426]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!78) [18:07:50:426]: Transforming table _sqlAction.

MSI (s) (84!78) [18:07:50:426]: Transforming table _sqlAction.

MSI (s) (84!78) [18:07:50:426]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!78) [18:07:50:426]: Transforming table _sqlAction.

MSI (s) (84!78) [18:07:50:426]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!78) [18:07:50:426]: Transforming table _sqlAction.

MSI (s) (84!78) [18:07:50:426]: Note: 1: 2262 2: _sqlAction 3: -2147287038
Function=RestoreSetupParams
MSI (s) (84!78) [18:07:50:441]: Transforming table _sqlAction.

MSI (s) (84!78) [18:07:50:441]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!78) [18:07:50:441]: Transforming table _sqlAction.

MSI (s) (84!78) [18:07:50:441]: Transforming table _sqlAction.

MSI (s) (84!78) [18:07:50:441]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!78) [18:07:50:441]: Transforming table _sqlAction.

MSI (s) (84!78) [18:07:50:441]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!78) [18:07:50:441]: Transforming table _sqlAction.

MSI (s) (84!78) [18:07:50:441]: Note: 1: 2262 2: _sqlAction 3: -2147287038
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='0'>
Doing Action: RestoreSetupParams
PerfTime Start: RestoreSetupParams : Tue May 02 18:07:50 2006
<Func Name='RestoreSetupParams'>
Failed to find installation media path due to datastore exception
in FindSetupFolder()
MSI (s) (84!78) [18:07:50:597]: Note: 1: 2203 2: C:\WINDOWS\system32\Setup\SqlRun.msi 3: -2147287038

Loaded DLL:
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\xmlrw.dll
Version:
2.0.3609.0

Failed to find installation media path due to datastore exception
in FindSetupFolder()

Failed to find installation media path due to datastore exception
in FindSetupFolder()

Failed to find installation media path due to datastore exception
in FindSetupFolder()

Failed to find installation media path due to datastore exception
in FindSetupFolder()

Failed to find installation media path due to datastore exception
in FindSetupFolder()

Failed to find installation media path due to datastore exception
in FindSetupFolder()
MSI (s) (84!78) [18:07:51:754]: PROPERTY CHANGE: Adding SqlInstanceName property. Its value is 'MSSQLSERVER'.
MSI (s) (84!78) [18:07:51:754]: PROPERTY CHANGE: Adding INSTANCENAME property. Its value is 'MSSQLSERVER'.
MSI (s) (84!78) [18:07:51:769]: PROPERTY CHANGE: Adding SqlClusterSec property. Its value is '0'.
MSI (s) (84!78) [18:07:51:769]: PROPERTY CHANGE: Adding SECURITYMODE property. Its value is 'SQL'.
MSI (s) (84!78) [18:07:51:769]: PROPERTY CHANGE: Adding SqlSecurityMode property. Its value is 'SQL'.

<EndFunc Name='RestoreSetupParams' Return='0' GetLastError='0'>
PerfTime Stop: RestoreSetupParams : Tue May 02 18:07:51 2006
<EndFunc Name='LaunchFunction' Return='0' GetLastError='0'>
MSI (s) (84:CC) [18:07:51:769]: Doing action: ShutdownServiceManager.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 18:07:51: RestoreSetupParams.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (84:CC) [18:07:51:769]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:51:769]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:51:769]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:51:769]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:51:769]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:51:769]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:51:769]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:51:769]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:51:769]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:51:769]: Transforming table Binary.

MSI (s) (84:CC) [18:07:51:769]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:51:769]: Transforming table Binary.

MSI (s) (84:CC) [18:07:51:769]: Transforming table Binary.

MSI (s) (84:CC) [18:07:51:769]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:51:769]: Transforming table Binary.

MSI (s) (84:CC) [18:07:51:769]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:51:769]: Transforming table Binary.

MSI (s) (84:CC) [18:07:51:769]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:3C) [18:07:51:785]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI117E.tmp, Entrypoint: ShutdownServiceManager
Action start 18:07:51: ShutdownServiceManager.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
MSI (s) (84!FC) [18:07:51:785]: Transforming table _sqlAction.

MSI (s) (84!FC) [18:07:51:785]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!FC) [18:07:51:785]: Transforming table _sqlAction.

MSI (s) (84!FC) [18:07:51:785]: Transforming table _sqlAction.

MSI (s) (84!FC) [18:07:51:785]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!FC) [18:07:51:785]: Transforming table _sqlAction.

MSI (s) (84!FC) [18:07:51:785]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!FC) [18:07:51:785]: Transforming table _sqlAction.

MSI (s) (84!FC) [18:07:51:785]: Note: 1: 2262 2: _sqlAction 3: -2147287038
Function=ShutdownServiceManager
MSI (s) (84!FC) [18:07:51:801]: Transforming table _sqlAction.

MSI (s) (84!FC) [18:07:51:801]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!FC) [18:07:51:801]: Transforming table _sqlAction.

MSI (s) (84!FC) [18:07:51:801]: Transforming table _sqlAction.

MSI (s) (84!FC) [18:07:51:801]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!FC) [18:07:51:801]: Transforming table _sqlAction.

MSI (s) (84!FC) [18:07:51:801]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!FC) [18:07:51:801]: Transforming table _sqlAction.

MSI (s) (84!FC) [18:07:51:801]: Note: 1: 2262 2: _sqlAction 3: -2147287038
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='0'>
Doing Action: ShutdownServiceManager
PerfTime Start: ShutdownServiceManager : Tue May 02 18:07:51 2006
<Func Name='ShutdownServiceManager'>
<EndFunc Name='ShutdownServiceManager' Return='0' GetLastError='2'>
PerfTime Stop: ShutdownServiceManager : Tue May 02 18:07:51 2006
<EndFunc Name='LaunchFunction' Return='0' GetLastError='0'>
MSI (s) (84:CC) [18:07:51:816]: Doing action: Write_sqlWellKnownAccountNames.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 18:07:51: ShutdownServiceManager.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (84:CC) [18:07:51:816]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:51:816]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:51:816]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:51:816]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:51:816]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:51:816]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:51:816]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:51:816]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:51:816]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:51:816]: Transforming table Binary.

MSI (s) (84:CC) [18:07:51:816]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:51:816]: Transforming table Binary.

MSI (s) (84:CC) [18:07:51:816]: Transforming table Binary.

MSI (s) (84:CC) [18:07:51:816]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:51:816]: Transforming table Binary.

MSI (s) (84:CC) [18:07:51:816]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:51:816]: Transforming table Binary.

MSI (s) (84:CC) [18:07:51:816]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:4C) [18:07:51:816]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI117F.tmp, Entrypoint: Write_sqlWellKnownAccountNames
Action start 18:07:51: Write_sqlWellKnownAccountNames.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
MSI (s) (84:08) [18:07:51:832]: Transforming table _sqlAction.

MSI (s) (84:08) [18:07:51:832]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84:08) [18:07:51:832]: Transforming table _sqlAction.

MSI (s) (84:08) [18:07:51:832]: Transforming table _sqlAction.

MSI (s) (84:08) [18:07:51:832]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84:08) [18:07:51:832]: Transforming table _sqlAction.

MSI (s) (84:08) [18:07:51:832]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84:08) [18:07:51:832]: Transforming table _sqlAction.

MSI (s) (84:08) [18:07:51:832]: Note: 1: 2262 2: _sqlAction 3: -2147287038
Function=Write_sqlWellKnownAccountNames
MSI (s) (84!08) [18:07:51:832]: Transforming table _sqlAction.

MSI (s) (84!08) [18:07:51:832]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!08) [18:07:51:832]: Transforming table _sqlAction.

MSI (s) (84!08) [18:07:51:832]: Transforming table _sqlAction.

MSI (s) (84!08) [18:07:51:832]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!08) [18:07:51:832]: Transforming table _sqlAction.

MSI (s) (84!08) [18:07:51:832]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!08) [18:07:51:832]: Transforming table _sqlAction.

MSI (s) (84!08) [18:07:51:832]: Note: 1: 2262 2: _sqlAction 3: -2147287038
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='0'>
Doing Action: Write_sqlWellKnownAccountNames
PerfTime Start: Write_sqlWellKnownAccountNames : Tue May 02 18:07:51 2006
<Func Name='Write_sqlWellKnownAccountNames'>
MSI (s) (84!08) [18:07:51:879]: PROPERTY CHANGE: Adding AdministratorsGroup property. Its value is 'BUILTIN\Administrators'.
MSI (s) (84:08) [18:07:51:879]: PROPERTY CHANGE: Adding PerformanceMontiorUsersGroup property. Its value is 'BUILTIN\Performance Monitor Users'.
MSI (s) (84!08) [18:07:51:894]: PROPERTY CHANGE: Adding PerformanceLogUsersGroup property. Its value is 'BUILTIN\Performance Log Users'.
MSI (s) (84:08) [18:07:51:894]: PROPERTY CHANGE: Adding UsersGroup property. Its value is 'BUILTIN\Users'.
MSI (s) (84:08) [18:07:51:894]: PROPERTY CHANGE: Adding NetworkServiceAccount property. Its value is 'NT AUTHORITY\NETWORK SERVICE'.
MSI (s) (84!08) [18:07:51:894]: PROPERTY CHANGE: Adding SCMNetworkServiceAccount property. Its value is 'NT AUTHORITY\NetworkService'.
MSI (s) (84:08) [18:07:51:894]: PROPERTY CHANGE: Adding LocalSystemAccount property. Its value is 'NT AUTHORITY\SYSTEM'.
MSI (s) (84!08) [18:07:51:894]: PROPERTY CHANGE: Adding LocalServiceAccount property. Its value is 'NT AUTHORITY\LOCAL SERVICE'.
MSI (s) (84:08) [18:07:51:894]: PROPERTY CHANGE: Adding SCMLocalServiceAccount property. Its value is 'NT AUTHORITY\LocalService'.
<EndFunc Name='Write_sqlWellKnownAccountNames' Return='0' GetLastError='0'>
PerfTime Stop: Write_sqlWellKnownAccountNames : Tue May 02 18:07:51 2006
<EndFunc Name='LaunchFunction' Return='0' GetLastError='0'>
MSI (s) (84:CC) [18:07:51:894]: Skipping action: PropSetSQLAutoStart.D20239D7_E87C_40C9_9837_E70B8D4882C2 (condition is false)
MSI (s) (84:CC) [18:07:51:894]: Doing action: CheckIIS.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 18:07:51: Write_sqlWellKnownAccountNames.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (84:CC) [18:07:51:894]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:51:894]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:51:894]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:51:894]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:51:894]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:51:894]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:51:894]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:51:894]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:51:894]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:51:894]: Transforming table Binary.

MSI (s) (84:CC) [18:07:51:894]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:51:894]: Transforming table Binary.

MSI (s) (84:CC) [18:07:51:894]: Transforming table Binary.

MSI (s) (84:CC) [18:07:51:894]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:51:894]: Transforming table Binary.

MSI (s) (84:CC) [18:07:51:894]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:51:894]: Transforming table Binary.

MSI (s) (84:CC) [18:07:51:894]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:64) [18:07:51:910]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI1180.tmp, Entrypoint: CheckIIS
Action start 18:07:51: CheckIIS.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
MSI (s) (84!50) [18:07:51:910]: Transforming table _sqlAction.

MSI (s) (84!50) [18:07:51:910]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!50) [18:07:51:910]: Transforming table _sqlAction.

MSI (s) (84!50) [18:07:51:910]: Transforming table _sqlAction.

MSI (s) (84!50) [18:07:51:910]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!50) [18:07:51:910]: Transforming table _sqlAction.

MSI (s) (84!50) [18:07:51:910]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!50) [18:07:51:910]: Transforming table _sqlAction.

MSI (s) (84!50) [18:07:51:910]: Note: 1: 2262 2: _sqlAction 3: -2147287038
Function=CheckIIS
MSI (s) (84!50) [18:07:51:926]: Transforming table _sqlAction.

MSI (s) (84!50) [18:07:51:926]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!50) [18:07:51:926]: Transforming table _sqlAction.

MSI (s) (84!50) [18:07:51:926]: Transforming table _sqlAction.

MSI (s) (84!50) [18:07:51:926]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!50) [18:07:51:926]: Transforming table _sqlAction.

MSI (s) (84!50) [18:07:51:926]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!50) [18:07:51:926]: Transforming table _sqlAction.

MSI (s) (84!50) [18:07:51:926]: Note: 1: 2262 2: _sqlAction 3: -2147287038
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='0'>
Doing Action: CheckIIS
PerfTime Start: CheckIIS : Tue May 02 18:07:51 2006
<Func Name='CheckIIS'>
MSI (s) (84!50) [18:07:51:926]: PROPERTY CHANGE: Adding IISCHECKED property. Its value is '0'.
<Func Name='WebFindBase'>
, 80, , 0
IIsWebServer
MSI (s) (84!50) [18:07:52:004]: PROPERTY CHANGE: Adding SqlIISInstalled property. Its value is '1'.
MSI (s) (84!50) [18:07:52:004]: PROPERTY CHANGE: Adding SqlASPNETInstalled property. Its value is '1'.
<EndFunc Name='WebFindBase' Return='-2146646015' GetLastError='0'>
Skipping RS Feature Dependency Check
<Func Name='GetXMLAttributeValue'>
Error to find XML node /configuration/system.web/compilation
<EndFunc Name='GetXMLAttributeValue' Return='2' GetLastError='0'>
Failed to get ModuleID_RS_Server when getting the ASP Temp directory.
MSI (s) (84!50) [18:07:52:207]: PROPERTY CHANGE: Adding SqlCOMPlusInstalled property. Its value is '1'.
Could not get the ASP temp directory.
MSI (s) (84!50) [18:07:52:207]: PROPERTY CHANGE: Adding RSPREREQUISITECHECKED property. Its value is '1'.
MSI (s) (84!50) [18:07:52:207]: PROPERTY CHANGE: Modifying IISCHECKED property. Its current value is '0'. Its new value: '1'.
SqlCOMPlusInstalled value set to 1
<EndFunc Name='CheckIIS' Return='0' GetLastError='0'>
PerfTime Stop: CheckIIS : Tue May 02 18:07:52 2006
<EndFunc Name='LaunchFunction' Return='0' GetLastError='0'>
MSI (s) (84:CC) [18:07:52:207]: Doing action: Create_RSGUID.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 18:07:52: CheckIIS.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (84:CC) [18:07:52:207]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:207]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:52:207]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:207]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:207]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:52:207]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:207]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:52:207]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:207]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:52:222]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:222]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:52:222]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:222]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:222]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:52:222]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:222]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:52:222]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:222]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:A8) [18:07:52:222]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI1181.tmp, Entrypoint: Create_RSGUID
Action start 18:07:52: Create_RSGUID.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
MSI (s) (84:08) [18:07:52:238]: Transforming table _sqlAction.

MSI (s) (84:08) [18:07:52:238]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84:08) [18:07:52:238]: Transforming table _sqlAction.

MSI (s) (84:08) [18:07:52:238]: Transforming table _sqlAction.

MSI (s) (84:08) [18:07:52:238]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84:08) [18:07:52:238]: Transforming table _sqlAction.

MSI (s) (84:08) [18:07:52:238]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84:08) [18:07:52:238]: Transforming table _sqlAction.

MSI (s) (84:08) [18:07:52:238]: Note: 1: 2262 2: _sqlAction 3: -2147287038
Function=Create_RSGUID
MSI (s) (84!08) [18:07:52:238]: Transforming table _sqlAction.

MSI (s) (84!08) [18:07:52:238]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!08) [18:07:52:238]: Transforming table _sqlAction.

MSI (s) (84!08) [18:07:52:238]: Transforming table _sqlAction.

MSI (s) (84!08) [18:07:52:238]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!08) [18:07:52:238]: Transforming table _sqlAction.

MSI (s) (84!08) [18:07:52:238]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!08) [18:07:52:238]: Transforming table _sqlAction.

MSI (s) (84!08) [18:07:52:238]: Note: 1: 2262 2: _sqlAction 3: -2147287038
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='0'>
Doing Action: Create_RSGUID
PerfTime Start: Create_RSGUID : Tue May 02 18:07:52 2006
<Func Name='Create_RSGUID'>
MSI (s) (84:08) [18:07:52:285]: PROPERTY CHANGE: Adding RSGUIDVALUE property. Its value is '{20df427d-e4dd-42c9-85ba-60380af7e627}'.
Starting Create_RSGUID
Created new GUID: {20df427d-e4dd-42c9-85ba-60380af7e627}
<EndFunc Name='Create_RSGUID' Return='0' GetLastError='0'>
PerfTime Stop: Create_RSGUID : Tue May 02 18:07:52 2006
<EndFunc Name='LaunchFunction' Return='0' GetLastError='0'>
MSI (s) (84:CC) [18:07:52:285]: Doing action: CheckPassedPropertiesLength.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 18:07:52: Create_RSGUID.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (84:CC) [18:07:52:285]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:285]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:52:285]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:285]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:285]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:52:285]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:285]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:52:285]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:285]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:52:285]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:285]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:52:285]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:285]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:285]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:52:285]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:285]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:52:285]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:285]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:70) [18:07:52:301]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI1182.tmp, Entrypoint: CheckPassedPropertiesLength
Action start 18:07:52: CheckPassedPropertiesLength.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
MSI (s) (84!B4) [18:07:52:301]: Transforming table _sqlAction.

MSI (s) (84!B4) [18:07:52:301]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!B4) [18:07:52:301]: Transforming table _sqlAction.

MSI (s) (84!B4) [18:07:52:301]: Transforming table _sqlAction.

MSI (s) (84!B4) [18:07:52:301]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!B4) [18:07:52:301]: Transforming table _sqlAction.

MSI (s) (84!B4) [18:07:52:301]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!B4) [18:07:52:301]: Transforming table _sqlAction.

MSI (s) (84!B4) [18:07:52:301]: Note: 1: 2262 2: _sqlAction 3: -2147287038
Function=CheckPassedPropertiesLength
MSI (s) (84!B4) [18:07:52:316]: Transforming table _sqlAction.

MSI (s) (84!B4) [18:07:52:316]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!B4) [18:07:52:316]: Transforming table _sqlAction.

MSI (s) (84!B4) [18:07:52:316]: Transforming table _sqlAction.

MSI (s) (84!B4) [18:07:52:316]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!B4) [18:07:52:316]: Transforming table _sqlAction.

MSI (s) (84!B4) [18:07:52:316]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!B4) [18:07:52:316]: Transforming table _sqlAction.

MSI (s) (84!B4) [18:07:52:316]: Note: 1: 2262 2: _sqlAction 3: -2147287038
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='0'>
Doing Action: CheckPassedPropertiesLength
PerfTime Start: CheckPassedPropertiesLength : Tue May 02 18:07:52 2006
<Func Name='CheckPassedPropertiesLength'>
CheckPassedPropertiesLength: Property USERNAME is of legal length.
MSI (s) (84!B4) [18:07:52:332]: PROPERTY CHANGE: Adding RSSqlPoolLimit property. Its value is '150'.
CheckPassedPropertiesLength: Property COMPANYNAME is of legal length.
<EndFunc Name='CheckPassedPropertiesLength' Return='0' GetLastError='0'>
PerfTime Stop: CheckPassedPropertiesLength : Tue May 02 18:07:52 2006
<EndFunc Name='LaunchFunction' Return='0' GetLastError='0'>
MSI (s) (84:CC) [18:07:52:332]: Skipping action: CheckForGDRPatch.D20239D7_E87C_40C9_9837_E70B8D4882C2 (condition is false)
MSI (s) (84:CC) [18:07:52:332]: Skipping action: AppendCLSSQLDATADIR (condition is false)
MSI (s) (84:CC) [18:07:52:332]: Skipping action: SetAutoSAPWDAndDisable (condition is false)
MSI (s) (84:CC) [18:07:52:332]: Doing action: FindRelatedProducts
Action ended 18:07:52: CheckPassedPropertiesLength.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (84:CC) [18:07:52:332]: Skipping FindRelatedProducts action: not run in maintenance mode
Action start 18:07:52: FindRelatedProducts.
MSI (s) (84:CC) [18:07:52:332]: Doing action: FindUpgradeableProduct
Action ended 18:07:52: FindRelatedProducts. Return value 0.
MSI (s) (84:CC) [18:07:52:332]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:332]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:52:332]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:332]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:332]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:52:332]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:332]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:52:332]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:332]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:52:332]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:332]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:52:332]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:332]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:332]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:52:332]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:332]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:52:332]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:332]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:40) [18:07:52:347]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI1183.tmp, Entrypoint: FindUpgradeableProduct
Action start 18:07:52: FindUpgradeableProduct.
<Func Name='LaunchFunction'>
MSI (s) (84!60) [18:07:52:347]: Transforming table _sqlAction.

MSI (s) (84!60) [18:07:52:347]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!60) [18:07:52:347]: Transforming table _sqlAction.

MSI (s) (84!60) [18:07:52:347]: Transforming table _sqlAction.

MSI (s) (84!60) [18:07:52:347]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!60) [18:07:52:347]: Transforming table _sqlAction.

MSI (s) (84!60) [18:07:52:347]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!60) [18:07:52:347]: Transforming table _sqlAction.

MSI (s) (84!60) [18:07:52:347]: Note: 1: 2262 2: _sqlAction 3: -2147287038
Function=FindUpgradeableProduct
MSI (s) (84!60) [18:07:52:363]: Transforming table _sqlAction.

MSI (s) (84!60) [18:07:52:363]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!60) [18:07:52:363]: Transforming table _sqlAction.

MSI (s) (84!60) [18:07:52:363]: Transforming table _sqlAction.

MSI (s) (84!60) [18:07:52:363]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!60) [18:07:52:363]: Transforming table _sqlAction.

MSI (s) (84!60) [18:07:52:363]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!60) [18:07:52:363]: Transforming table _sqlAction.

MSI (s) (84!60) [18:07:52:363]: Note: 1: 2262 2: _sqlAction 3: -2147287038
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='0'>
Doing Action: FindUpgradeableProduct
PerfTime Start: FindUpgradeableProduct : Tue May 02 18:07:52 2006
<Func Name='FindUpgradeableProduct'>
<EndFunc Name='FindUpgradeableProduct' Return='0' GetLastError='0'>
PerfTime Stop: FindUpgradeableProduct : Tue May 02 18:07:52 2006
<EndFunc Name='LaunchFunction' Return='0' GetLastError='0'>
MSI (s) (84:CC) [18:07:52:379]: Doing action: SetInstanceProperty.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 18:07:52: FindUpgradeableProduct. Return value 1.
MSI (s) (84:CC) [18:07:52:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:52:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:52:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:52:379]: Transforming table CustomAction.

MSI (s) (84:CC) [18:07:52:379]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (84:CC) [18:07:52:379]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:379]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:52:379]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:379]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:379]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:52:379]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:379]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:CC) [18:07:52:379]: Transforming table Binary.

MSI (s) (84:CC) [18:07:52:379]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (84:98) [18:07:52:379]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI1184.tmp, Entrypoint: SetInstanceProperty
Action start 18:07:52: SetInstanceProperty.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
MSI (s) (84!C4) [18:07:52:394]: Transforming table _sqlAction.

MSI (s) (84!C4) [18:07:52:394]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!C4) [18:07:52:394]: Transforming table _sqlAction.

MSI (s) (84!C4) [18:07:52:394]: Transforming table _sqlAction.

MSI (s) (84!C4) [18:07:52:394]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!C4) [18:07:52:394]: Transforming table _sqlAction.

MSI (s) (84!C4) [18:07:52:394]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!C4) [18:07:52:394]: Transforming table _sqlAction.

MSI (s) (84!C4) [18:07:52:394]: Note: 1: 2262 2: _sqlAction 3: -2147287038
Function=SetInstanceProperty
MSI (s) (84!C4) [18:07:52:394]: Transforming table _sqlAction.

MSI (s) (84!C4) [18:07:52:394]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!C4) [18:07:52:394]: Transforming table _sqlAction.

MSI (s) (84!C4) [18:07:52:410]: Transforming table _sqlAction.

MSI (s) (84!C4) [18:07:52:410]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!C4) [18:07:52:410]: Transforming table _sqlAction.

MSI (s) (84!C4) [18:07:52:410]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84!C4) [18:07:52:410]: Transforming table _sqlAction.

MSI (s) (84!C4) [18:07:52:410]: Note: 1: 2262 2: _sqlAction 3: -2147287038
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='0'>
Doing Action: SetInstanceProperty
PerfTime Start: SetInstanceProperty : Tue May 02 18:07:52 2006
<Func Name='SetInstanceProperty'>
MSI (s) (84!C4) [18:07:52:410]: PROPERTY CHANGE: Adding SqlOriginalMachineName property. Its value is 'DEV2'.
MSI (s) (84!C4) [18:07:52:410]: PROPERTY CHANGE: Adding SqlLegacyRegPath property. Its value is 'MSSQLServer'.
MSI (s) (84!C4) [18:07:52:441]: PROPERTY CHANGE: Adding PreviousInstId property. Its value is 'MSSQL.1'.
Using instanced id: MSSQL.1
MSI (s) (84!C4) [18:07:52:457]: PROPERTY CHANGE: Adding InstId property. Its value is 'MSSQL.1'.
Previous instance id: MSSQL.1
Using instance name: MSSQLSERVER
MSI (s) (84!C4) [18:07:52:472]: PROPERTY CHANGE: Adding PrevRegRootPath property. Its value is 'Software\Microsoft\Microsoft SQL Server\MSSQL.1'.
MSI (s) (84!C4) [18:07:52:488]: PROPERTY CHANGE: Adding InstanceName.D20239D7_E87C_40C9_9837_E70B8D4882C2 property. Its value is 'MSSQLSERVER'.
MSI (s) (84!C4) [18:07:52:488]: PROPERTY CHANGE: Adding ServicePrefixRS.6080319C_1466_426E_9E7A_1DD555143E0A property. Its value is 'SQLServer2005ReportServerUser$DEV2$'.
MSI (s) (84!C4) [18:07:52:488]: PROPERTY CHANGE: Adding ServicePrefixSSIS.6080319C_1466_426E_9E7A_1DD555143E0A property. Its value is 'SQLServer2005DTSUser$DEV2'.
MSI (s) (84!C4) [18:07:52:488]: PROPERTY CHANGE: Adding ServiceGroupSQLBrowser.2FC2D269_8625_4826_BB3F_F9059090CB38 property. Its value is 'SQLServer2005SQLBrowserUser$DEV2'.
MSI (s) (84!C4) [18:07:52:488]: PROPERTY CHANGE: Adding QuotedServiceGroupSQLBrowser.2FC2D269_8625_4826_BB3F_F9059090CB38 property. Its value is 'DEV2\SQLServer2005SQLBrowserUser$DEV2'.
MSI (s) (84!C4) [18:07:52:488]: PROPERTY CHANGE: Adding ServiceGroupSQLBrowser.03BE59F9_3DFA_413B_A99C_B95CA31A7BFE property. Its value is 'SQLServer2005SQLBrowserUser$DEV2'.
MSI (s) (84!C4) [18:07:52:488]: PROPERTY CHANGE: Adding QuotedServiceGroupSQLBrowser.03BE59F9_3DFA_413B_A99C_B95CA31A7BFE property. Its value is 'DEV2\SQLServer2005SQLBrowserUser$DEV2'.
MSI (s) (84!C4) [18:07:52:488]: PROPERTY CHANGE: Adding ServiceGroupSQLBrowser.879C8BDB_884A_4C3C_80C3_3452EA2B8439 property. Its value is 'SQLServer2005SQLBrowserUser$DEV2'.
MSI (s) (84!C4) [18:07:52:488]: PROPERTY CHANGE: Adding QuotedServiceGroupSQLBrowser.879C8BDB_884A_4C3C_80C3_3452EA2B8439 property. Its value is 'DEV2\SQLServer2005SQLBrowserUser$DEV2'.
MSI (s) (84!C4) [18:07:52:504]: PROPERTY CHANGE: Adding ServiceGroupADHelper.2C8E638F_C982_4AA5_A173_7148A8E8649D property. Its value is 'SQLServer2005MSSQLServerADHelperUser$DEV2'.
MSI (s) (84!C4) [18:07:52:504]: PROPERTY CHANGE: Adding QuotedServiceGroupADHelper.2C8E638F_C982_4AA5_A173_7148A8E8649D property. Its value is 'DEV2\SQLServer2005MSSQLServerADHelperUser$DEV2'.
MSI (s) (84!C4) [18:07:52:504]: PROPERTY CHANGE: Adding InstanceRegKey.2C8E638F_C982_4AA5_A173_7148A8E8649D property. Its value is 'Microsoft SQL Server\MSSQL.1'.
MSI (s) (84!C4) [18:07:52:504]: PROPERTY CHANGE: Adding DataInstanceTxt.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF property. Its value is 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL'.
MSI (s) (84!C4) [18:07:52:504]: PROPERTY CHANGE: Adding ServiceNameSQL.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF property. Its value is 'MSSQLSERVER'.
Using PrevRegRootPath: Software\Microsoft\Microsoft SQL Server\MSSQL.1
GetServiceUserGroup failed for MSSQLSERVER, 5
Error Code: 0x80070534 (1332)
Windows Error Text: No mapping between account names and security IDs was done.
Source File Name: sqlca\sqlcax.cpp
Compiler Timestamp: Mon Feb 27 02:04:14 2006
Function Name: SetInstanceProperty
Source Line Number: 1223

MSI (s) (84!C4) [18:07:52:535]: Transforming table Error.

MSI (s) (84!C4) [18:07:52:535]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84!C4) [18:07:52:535]: Transforming table Error.

MSI (s) (84!C4) [18:07:52:535]: Transforming table Error.

MSI (s) (84!C4) [18:07:52:535]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84!C4) [18:07:52:535]: Transforming table Error.

MSI (s) (84!C4) [18:07:52:535]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84!C4) [18:07:52:535]: Transforming table Error.

MSI (s) (84!C4) [18:07:52:535]: Note: 1: 2262 2: Error 3: -2147287038
Error Code: 1332
MSI (s) (84!C4) [18:07:52:535]: Transforming table Error.

MSI (s) (84!C4) [18:07:52:535]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84!C4) [18:07:52:551]: Transforming table Error.

MSI (s) (84!C4) [18:07:52:551]: Transforming table Error.

MSI (s) (84!C4) [18:07:52:551]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84!C4) [18:07:52:551]: Transforming table Error.

MSI (s) (84!C4) [18:07:52:551]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84!C4) [18:07:52:551]: Transforming table Error.

MSI (s) (84!C4) [18:07:52:551]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84!C4) [18:07:52:551]: Product: Microsoft SQL Server 2005 -- Error 29528. The setup has encountered an unexpected error while Setting Internal Properties. The error is: Fatal error during installation.

Error 29528. The setup has encountered an unexpected error while Setting Internal Properties. The error is: Fatal error during installation.

<Failure Type='Fatal' Error='1332'>
<EndFunc Name='LaunchFunction' Return='1332' GetLastError='0'>
MSI (s) (84:CC) [18:07:52:551]: Transforming table InstallExecuteSequence.

MSI (s) (84:CC) [18:07:52:551]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:52:551]: Transforming table InstallExecuteSequence.

MSI (s) (84:CC) [18:07:52:551]: Transforming table InstallExecuteSequence.

MSI (s) (84:CC) [18:07:52:551]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:52:551]: Transforming table InstallExecuteSequence.

MSI (s) (84:CC) [18:07:52:551]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
MSI (s) (84:CC) [18:07:52:551]: Transforming table InstallExecuteSequence.

MSI (s) (84:CC) [18:07:52:551]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
Action ended 18:07:52: SetInstanceProperty.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 3.
Action ended 18:07:52: INSTALL. Return value 3.
Property(S): ComputerName = DEV2
Property(S): ProductCode = {2373A92B-1C1C-4E71-B494-5CA97F96AA19}
Property(S): ProductLanguage = 1033
Property(S): Manufacturer = Microsoft Corporation
Property(S): ProductVersion = 9.1.2047.00
Property(S): MEDIAPACKAGEPATH = \Setup\
Property(S): ALLUSERS = 1
Property(S): NULLGUID = {00000000-0000-0000-0000-000000000000}
Property(S): ASPNetVersion = 2.0.50727
Property(S): ARPHELPLINK = http://go.microsoft.com/fwlink/?LinkId=52152
Property(S): ARPPRODUCTICON = ARPIcon.ico
Property(S): ARPNOREPAIR = 1
Property(S): ARPSYSTEMCOMPONENT = 1
Property(S): MsiHiddenProperties = SQLPASSWORD;AGTPASSWORD;ASPASSWORD;RSPASSWORD;SQLBROWSERPASSWORD;RSSQLPASSWORD;RSSQLPassword;RSSQLPasswordQuoted;RSSETUPPASSWORD;RSSetupPassword;SAPWD;saPWD;UPGRADEPWD;SqlUpgradePwd;SQLPassword;ServicePassword;ADMINPASSWORD;PIDKEY;FTEPassword.68C6D15C_77E0_11D5_8528_00C04F68155C;checksum.7354AFCB_913B_4E9F_B76C_2376101FDE0C;checksum.;DigitalProductID;DPID;Do_sqlScript.D20239D7_E87C_40C9_9837_E70B8D4882C2;Rollback_SqlConnection.D20239D7_E87C_40C9_9837_E70B8D4882C2;Do_XmlSingleNode.D20239D7_E87C_40C9_9837_E70B8D4882C2;Do_RSSetting.D20239D7_E87C_40C9_9837_E70B8D4882C2;PID;ProductID;RSUPGRADEPASSWORD;Do_RSSetSharePointExclusionPath.D20239D7_E87C_40C9_9837_E70B8D4882C2
Property(S): SecureCustomProperties = SQL_SHOWLIC;UPGRADESQL90
Property(S): SqlServerBuild = 1
Property(S): SqlCluster = 0
Property(S): INSTALLLEVEL = 90
Property(S): FXAssemblyVersion = 2.0.0.0
Property(S): VSAssemblyVersion = 8.0.0.0
Property(S): SqlErrorReporting = #0
Property(S): SqlSqmReporting = #0
Property(S): SqlEnableRanu = 0
Property(S): SqlPatchLevel = 9.1.2047
Property(S): VirtualMemory = 3393
Property(S): ChannelID = 271
Property(S): PIDTemplate = 77558<````=````=````=````=`````>@.@.@.@.@.
Property(S): mpc = 77558
Property(S): OEMRelease = 0
Property(S): PIDKEY = **********
Property(S): ProgramFilesFolder = C:\Program Files\
Property(S): ProductID = **********
Property(S): SqlInstanceName = MSSQLSERVER
Property(S): SqlSecurityMode = SQL
Property(S): SqlClusterSec = 0
Property(S): MDACSXS = 1
Property(S): DefaultUIFont = Tahoma8
Property(S): VersionNT = 502
Property(S): LocalSystemAccount = NT AUTHORITY\SYSTEM
Property(S): DefaultBuiltInAccount = LocalSystemAccount
Property(S): NetworkServiceAccount = NT AUTHORITY\NETWORK SERVICE
Property(S): LocalServiceAccount = NT AUTHORITY\LOCAL SERVICE
Property(S): SimpleFeatureTitle_Feat1 = SQL Server Database Services
Property(S): SqlDisableNetworkProtocols = 1
Property(S): SimpleFeature_SQLEngineVS = Create a SQL Server failover cluster
Property(S): SimpleFeature_Feat1 = &SQL Server Database Services
Property(S): Service_AGT = SQL Server Agent
Property(S): Service_OLAP = SQL Server Analysis Services
Property(S): Service_SQL = SQL Server
Property(S): Service_RS = SQL Server Reporting Services
Property(S): Service_Browse = SQL Server Browser
Property(S): Service_DTS = SQL Server Integration Services
Property(S): Service_ADHelper = SQL Server Active Directory Helper
Property(S): Service_SQLWriter = SQL Server VSS Writer
Property(S): Service_FTS = SQL Server FullText Search
Property(S): ServiceDesc_RS = Manages, executes, renders, schedules and delivers reports.
Property(S): ServiceDesc_AGT = Executes jobs, monitors SQL Server, and fires alerts, and allows automation of some administrative tasks.
Property(S): ServiceDesc_SQL = Provides storage, processing and controlled access of data and rapid transaction processing.
Property(S): ServiceDesc_Browse = Provides SQL Server connection information to client computers.
Property(S): ServiceDesc_OLAP = Supplies online analytical processing (OLAP) and data mining functionality for business intelligence applications.
Property(S): ServiceDesc_DTS = Provides management support for SSIS package storage and execution.
Property(S): ServiceDesc_ADHelper = Enables integration with Active Directories.
Property(S): ServiceDesc_SQLWriter = Provides the interface to backup/restore Microsoft SQL server through the Windows VSS infrastructure.
Property(S): ServiceDesc_FTS = Quickly creates full-text indexes on content and properties of structured and semi-structured data to allow fast linguistic searches on this data.
Property(S): ServiceGroupDesc_ADHelper = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server Active Directory Helper in SQL Server 2005.
Property(S): ServiceGroupDesc_AGT = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server Agent in SQL Server 2005.
Property(S): ServiceGroupDesc_OLAP = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server Analysis Services in SQL Server 2005.
Property(S): ServiceGroupDesc_Browse = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server Browser in SQL Server 2005.
Property(S): ServiceGroupDesc_DTS = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server Integration Services in SQL Server 2005.
Property(S): ServiceGroupDesc_FTS = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server and SQL Server FullText Search in SQL Server 2005.
Property(S): ServiceGroupDesc_NS = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server Notification Services in SQL Server 2005.
Property(S): ServiceGroupDesc_RS = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server Reporting Services in SQL Server 2005.
Property(S): ServiceGroupDesc_RSWeb = Members in the group have the required access to be assigned as the log on account for the associated instance of SQL Server Reporting Services in SQL Server 2005
Property(S): ServiceGroupDesc_SQL = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server and SQL Server FullText Search in SQL Server 2005.
Property(S): ServiceGroupDesc_SQL_NEW = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server in SQL Server 2005.
Property(S): ServiceGroupDesc_FTS_NEW = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server Full Text Search in SQL Server 2005.
Property(S): DlgService_AGT = SQL Server Agent
Property(S): DlgService_OLAP = Analysis Services
Property(S): DlgService_SQL = SQL Server
Property(S): DlgService_RS = Reporting Services
Property(S): DlgService_Browse = SQL Browser
Property(S): AutoStart_AGT = SQL Server A&gent
Property(S): AutoStart_OLAP = &Analysis Services
Property(S): AutoStart_SQL = &SQL Server
Property(S): AutoStart_RS = Rep&orting Services
Property(S): AutoStart_Browse = SQL Bro&wser
Property(S): AutoStart_FTS = SQL Server &FullText Search
Property(S): _AuthenticationType = Windows
Property(S): SQL_rgCollation = 1
Property(S): OLAP_rgCollation = 0
Property(S): _InstanceType = Default
Property(S): _LicensingMode = PerSeat
Property(S): AGTLogin = DomainAccount
Property(S): ASLogin = DomainAccount
Property(S): SingleLogin = DomainAccount
Property(S): SQLLogin = DomainAccount
Property(S): RSLogin = DomainAccount
Property(S): SQLBROWSERLogin = DomainAccount
Property(S): _UpgradeLogon = Windows
Property(S): _SampleDBMode = InstallSD
Property(S): ButtonTextStyle = {\ButtonTextStyle}
Property(S): DlgTextStyle = {\DlgTextStyle}
Property(S): DlgTextStyleB = {\DlgTextStyleB}
Property(S): DlgTitleStyle = {\DlgTitleStyle}
Property(S): DlgTitleStyleB = {\DlgTitleStyleB}
Property(S): FixedStyle = {\FixedStyle}
Property(S): T_DataFree = T_DataFree
Property(S): T_DataReq = T_DataReq
Property(S): T_ProgramFree = T_ProgramFree
Property(S): T_ProgramReq = T_ProgramReq
Property(S): T_IPVal = T_IPVal
Property(S): T_Subnet = T_Subnet
Property(S): ErrorDialog = ErrorDlg
Property(S): Installed = 00:00:00
Property(S): TextVSName = &Virtual server name:
Property(S): AccountForAllNodesDlg_Desc = Account for remote setup.
Property(S): AccountForAllNodesDlg_Text = Enter a user name and password that is a valid administrator account for all nodes in the cluster system. This will be used during setup only.
Property(S): AccountForAllNodesDlg_Title = Remote Account Information
Property(S): Authentication_ConfirmPWText = Confirm &password:
Property(S): Authentication_DlgDesc = The authentication mode specifies the security used when connecting to SQL Server.
Property(S): Authentication_DlgText = Select the authentication mode to use for this installation.
Property(S): Authentication_DlgTitle = Authentication Mode
Property(S): Authentication_EnterPWText = &Enter password:
Property(S): Authentication_saPasswordText = Specify the sa logon password below:
Property(S): Authentication_SQL = &Mixed Mode (Windows Authentication and SQL Server Authentication)
Property(S): Authentication_Windows = &Windows Authentication Mode
Property(S): BrowseFolder_ComboText = &Install in:
Property(S): BrowseFolder_DlgDesc = You can select a different folder for installation.
Property(S): BrowseFolder_DlgTitle = Change Folders
Property(S): BrowseFolder_TailText = Installation &path:
Property(S): BrowseFolder_TailTextShared = The SQL Server shared path has already been configured.
Property(S): ButtonText_Abort = &Abort
Property(S): ButtonText_Add = &Add
Property(S): ButtonText_Back = < &Back
Property(S): ButtonText_Browse = B&rowse...
Property(S): ButtonText_Cancel = Cancel
Property(S): ButtonText_Close = &Close
Property(S): ButtonText_Complete = &Complete
Property(S): ButtonText_ContinueLater = &Continue Later
Property(S): ButtonText_DiskCost = &Disk Cost...
Property(S): ButtonText_Exit = &Exit
Property(S): ButtonText_Finish = &Finish
Property(S): ButtonText_Help = &Help
Property(S): ButtonText_Ignore = &Ignore
Property(S): ButtonText_Install = &Install
Property(S): ButtonText_Minimal = &Minimal
Property(S): ButtonText_New = &New
Property(S): ButtonText_Next = &Next >
Property(S): ButtonText_No = &No
Property(S): ButtonText_Normal = &Normal
Property(S): ButtonText_OK = OK
Property(S): ButtonText_Open = &Open
Property(S): ButtonText_Reinstall = &Reinstall
Property(S): ButtonText_ReinstallMode = &Select the reinstall mode
Property(S): ButtonText_Remove = &Remove
Property(S): ButtonText_Remove2 = &Remove
Property(S): ButtonText_Report = &Report
Property(S): ButtonText_Reset = &Reset
Property(S): ButtonText_Restore = &Restore
Property(S): ButtonText_Resume = &Resume
Property(S): ButtonText_Retry = &Retry
Property(S): ButtonText_Up = &Up
Property(S): ButtonText_Yes = &Yes
Property(S): Cancel_DlgDesc = Are you sure you want to cancel the installation?
Property(S): Cancel_DlgText = The installation is not complete. If you exit the wizard now, Microsoft SQL Server will not be installed.
Property(S): ClusterGroup_DlgDesc = Select the cluster group where the virtual server resources will be installed.
Property(S): ClusterGroup_DlgStaticTextAvailable = Available cluster groups:
Property(S): ClusterGroup_DlgStaticTextUnavailable = Unavailable cluster groups:
Property(S): ClusterGroup_DlgTitle = Cluster Group Selection
Property(S): ClusterNodeDlg_ButtonTextAdd = &Add ->
Property(S): ClusterNodeDlg_ButtonTextRemove = <- &Remove
Property(S): ClusterNodeDlg_StaticTextAvailableNode = Available nodes:
Property(S): ClusterNodeDlg_StaticTextRequiredNode = Required node:
Property(S): ClusterNodeDlg_StaticTextSelectedNode = Selected nodes:
Property(S): ClusterNodeDlg_StaticTextUnavailableNode = Unavailable nodes:
Property(S): ClusterNodeDlg_Text = Select the nodes to include in the virtual server.
Property(S): ClusterNodeDlg_Title = Cluster Node Configuration
Property(S): Collation_Service = S&ervice:
Property(S): Collation_Service1 = Collation settings for service:
Property(S): Collation_AS_Collation = Analysis Services Collation:
Property(S): Collation_ChkBinary = Binary
Property(S): Collation_ChkBinary2 = Binary - code point
Property(S): Collation_ChkCase = Case - sensitive
Property(S): Collation_ChkAccent = Accent - sensitive
Property(S): Collation_ChkKana = Kana - sensitive
Property(S): Collation_ChkWidth = Width - sensitive
Property(S): Collation_Designator = Collation &designator and sort order:
Property(S): Collation_DlgDesc = Collation settings define the sorting behavior for your server.
Property(S): Collation_DlgCusomizeText = &Customize for each service account
Property(S): Collation_DlgTitle = Collation Settings
Property(S): Collation_SQL = &SQL collations (used for compatibility with previous versions of SQL Server)
Property(S): DiskPrompt = Please insert next disk
Property(S): DiskSpace_DlgDesc = Disk space required for the installation exceeds available disk space.
Property(S): DiskSpace_DlgDesc1 = The available disk space and the space required for installation are shown below.
Property(S): DiskSpace_DlgText = The highlighted volumes, if any, do not have enough disk space available for the currently selected features. Click Disk Cleanup to free disk space and then click Resume to continue the installation, or click Exit to exit the wizard.
Property(S): DiskSpace_DlgTitle = Out of Disk Space
Property(S): DiskSpace_DlgTitle1 = Disk Cost
Property(S): DiskSpace_LBDiskCleanup = Use disk cleanup to free more disk space by removing unneeded files.
Property(S): REASON_ADMIN_DISABLED = Administrative shares must be enabled in order to let Setup access remote nodes
Property(S): REASON_DARWIN_VER = Windows installer is not present or has not the required version
Property(S): REASON_DUP_INSTANCE_NAME_CLST = An instance with the same name is already installed in one or more nodes of the cluster.
Property(S): REASON_GROUP_HOSTS_VS = Already contains a SQL Virtual Server
Property(S): REASON_GROUP_NO_DISK = Does not contain any valid cluster disk
Property(S): ERROR_INVALID_PID = This is an invalid Product Key value. Please check the number located on your Product Key sticker.
Property(S): ERROR_INVALID_USERNAME = The Name is required for the installation.
Property(S): REASON_NODE_DOWN = The node is down or unavailable
Property(S): REASON_NOT_KNOWN = Unknown
Property(S): REASON_PENDING_REBOOT = The node must be rebooted before running setup
Property(S): REASON_SCC_CHECK_FAILED = A SCC check failed on the node
Property(S): ERROR_UNKNOWN = Installation error. Install it by running setup.exe.
Property(S): REASON_VERSION_ADDNODE = Adding nodes to the Virtual Server definition using a newer version of Setup is not allowed.
Property(S): REASON_OS_VER = SQL Server requires Windows 2000 Service Pack 4, or Windows XP Service Pack 1 or later for installation.
Property(S): REASON_OS_TYPE = This version of SQL Server is not supported on this version of Windows.
Property(S): Exit_DlgDesc1 = Setup has installed Microsoft SQL Server successfully. Click Finish to exit.
Property(S): Exit_DlgDesc2 = Setup has removed Microsoft SQL Server successfully. Click Finish to exit.
Property(S): Exit_DlgDesc3 = Setup has updated Microsoft SQL Server successfully. Click Finish to exit.
Property(S): Exit_DlgDesc4 = Setup has reinstalled Microsoft SQL Server successfully. Click Finish to exit.
Property(S): Exit_DlgDesc5 = Setup has upgraded Microsoft SQL Server successfully. Click Finish to exit.
Property(S): Exit_DlgTitle = Completing Microsoft SQL Server Setup
Property(S): SimpleFeature_DlgDesc = Select the components to install or upgrade.
Property(S): SimpleFeature_DlgTitle = Components to Install
Property(S): SimpleFeature_Feat2 = &Analysis Services
Property(S): SimpleFeature_AnalysisServerVS = Create an Analysis Server failover cluster
Property(S): SimpleFeature_Feat3 = &Reporting Services
Property(S): SimpleFeature_Feat4 = N&otification Services
Property(S): SimpleFeature_Feat5 = &Integration Services
Property(S): SimpleFeature_Feat6 = &Workstation components, Books Online and development tools
Property(S): SimpleFeatureTitle_Feat2 = Analysis Services
Property(S): SimpleFeatureTitle_Feat3 = Reporting Services
Property(S): SimpleFeatureTitle_Feat4 = Notification Services
Property(S): SimpleFeatureTitle_Feat5 = Integration Services
Property(S): SimpleFeatureTitle_Feat6 = Client Components
Property(S): SimpleFeature_Advanced = A&dvanced
Property(S): SimpleFeature_AdvancedText = For more options, click Advanced.
Property(S): SimpleFeature_Components = Components to be installed
Property(S): SimpleFeature_OutOfSpace = There is not enough disk space to install the selected components. Click Advanced for more options.
Property(S): Feature_DlgDesc = Select the program features you want installed.
Property(S): Feature_DlgText = Click an icon in the following list to change how a feature is installed.
Property(S): Feature_DlgTitle = Feature Selection
Property(S): Feature_FeatureFrame = Feature description
Property(S): Feature_GroupBox1 = Installation path
Property(S): FileInUse_DlgDesc = Some files that need to be updated are currently in use.
Property(S): FileInUse_DlgText = The following applications are using files that need to be updated by this setup. Close these applications and click Retry to continue.
Property(S): FileInUse_DlgTitle = Files in Use
Property(S): InitDlg_Title = Microsoft SQL Server Installation
Property(S): InitDlg_Desc = Setup is preparing to continue with the installation.
Property(S): InitDlg_Text = Please wait while setup prepares to continue with the installation.
Property(S): Instance_Default = &Default instance
Property(S): Instance_DlgDesc = You can install a default instance or you can specify a named instance.
Property(S): Instance_DlgText = Provide a name for the instance. For a default installation, click Default instance and click Next. To upgrade an existing default instance, click Default instance. To upgrade an existing named instance select Named instance and specify the instance name.
Property(S): Instance_DlgText1 = To view a list of existing instances and components click on Installed instances.
Property(S): Instance_DlgTitle = Instance Name
Property(S): Instance_Named = N&amed instance
Property(S): IPAddress_DlgDesc = Enter virtual server information.
Property(S): IPAddress_DlgStaticTextClusterIP = Network address:
Property(S): IPAddress_DlgStaticTextIPAddress = &IP address:
Property(S): IPAddress_DlgStaticTextIPSel = &Selected networks and IP addresses:
Property(S): IPAddress_DlgStaticTextNetToUse = N&etwork to use:
Property(S): IPAddress_DlgStaticTextSubnet = Network subnet:
Property(S): IPAddress_DlgStaticTextVSName = Virtual server name:
Property(S): IPAddress_DlgText = Enter an IP address for the virtual server. To add IP addreses for additional networks, click Add.
Property(S): IPAddress_DlgTitle = Virtual Server Configuration
Property(S): License_Devices = devices
Property(S): License_Processors = processors
Property(S): LicenseModeDlg_DlgDesc = SQL server supports two client licensing modes: per seat licensing and processor licensing.
Property(S): LicenseModeDlg_DlgText = Choose the appropriate licensing modes.
Property(S): LicenseModeDlg_DlgText1 = Per seat license: each device that accesses Microsoft SQL Server requires a separate license.
Property(S): LicenseModeDlg_DlgText2 = Processor license: each processor on this server requires a separate license.
Property(S): LicenseModeDlg_DlgTitle = Licensing Mode
Property(S): LicenseModeDlg_Processor = &Processor license for
Property(S): LicenseModeDlg_RadioButtonGroup = Licensing mode
Property(S): LicenseModeDlg_Seat = Per &seat license for
Property(S): Maintenance_ChgLabel = Ch&ange Installed Components
Property(S): Maintenance_ChgLabelCl = &Maintain the Virtual Server
Property(S): Maintenance_ChgText = Maintain features of this instance.
Property(S): Maintenance_ChgTextCl = Add or remove nodes to the virtual server.
Property(S): Maintenance_DlgDesc = You can change or remove this instance of SQL Server.
Property(S): Maintenance_DlgTitle = Change or Remove Instance
Property(S): Maintenance_RmvLabel = R&emove Microsoft SQL Server
Property(S): Maintenance_RmvText = Remove all features of this existing installation from your computer.
Property(S): Maintenance_RmvTextCl = Remove the virtual server from your cluster.
Property(S): Maintenance_ChgLabelResume = Complete the &suspended installation
Property(S): Maintenance_ChgTextResume = Complete the suspended installation of Microsoft SQL Server on your computer.
Property(S): Progress_DlgDesc1 = The program features you selected are being installed.
Property(S): Progress_DlgDesc2 = The Microsoft SQL Server is being removed.
Property(S): Progress_DlgDesc3 = Setup is installing the components you selected.
Property(S): Progress_DlgDesc4 = The Microsoft SQL Server is being reinstalled.
Property(S): Progress_DlgText1 = Please wait while Setup installs Microsoft SQL Server. Installation may take several minutes.
Property(S): Progress_DlgText2 = Please wait while Setup removes Microsoft SQL Server. This may take several minutes.
Property(S): Progress_DlgText3 = Please wait while Setup updates Microsoft SQL Server. This may take several minutes.
Property(S): Progress_DlgText4 = Please wait while Setup reinstalls Microsoft SQL Server. Installation may take several minutes.
Property(S): Progress_DlgTitle1 = Installing Microsoft SQL Server
Property(S): Progress_DlgTitle2 = Removing Microsoft SQL Server
Property(S): Progress_DlgTitle3 = Configuring Microsoft SQL Server
Property(S): Progress_DlgTitle4 = Reinstalling Microsoft SQL Server
Property(S): Progress_lbStatus = Status:
Property(S): Register_CompLabel = C&ompany:
Property(S): Register_DlgSpec = The following information will personalize your installation.
Property(S): Register_DlgText = The Name field must be filled in prior to proceeding. The Company field is optional.
Property(S): Register_DlgText1 = Please enter your 25 character Product Key. You can find this number on the yellow sticker in the CD liner notes or the CD sleeve.
Property(S): Register_DlgTitle = Registration Information
Property(S): Register_NameLabel = N&ame:
Property(S): Resume_ResumeText = Setup will complete the suspended installation of Microsoft SQL Server on your computer. To continue, click Next.
Property(S): Resume_TextLine1 = Microsoft SQL Server Installation Wizard
Property(S): ServiceAccountDlg_Advanced = &Customize for each service account
Property(S): ServiceAccountDlg_Autostart = Start services at the end of setup
Property(S): ServiceAccountDlg_AutostartServices = Start services at the end of setup
Property(S): ServiceAccountDlg_DlgDesc = Service accounts define which accounts to log in.
Property(S): ServiceAccountDlg_DlgTitle = Service Account
Property(S): ServiceAccountDlg_Domain = Use a domain use&r account
Property(S): ServiceAccountDlg_DomainLabel = &Domain:
Property(S): ServiceAccountDlg_BuiltIn = Use the built-in S&ystem account
Property(S): ServiceAccountDlg_PasswordLabel = &Password:
Property(S): ServiceAccountDlg_Service = S&ervice:
Property(S): ServiceAccountDlg_Service1 = Service:
Property(S): ServiceAccountDlg_UsernameLabel = &Username:
Property(S): Setup = Setup
Property(S): StartCopy_DlgDesc = Setup is ready to begin installation.
Property(S): StartCopy_DlgDescReinst = Setup is ready to begin reinstallation.
Property(S): StartCopy_DlgDescRemove = You have chosen to remove the program from your system.
Property(S): StartCopy_DlgDescRemoveCl = You have chosen to remove the program from your cluster.
Property(S): StartCopy_DlgDescVSConfig = Setup is ready to begin updating your virtual server.
Property(S): StartCopy_DlgText = Setup has enough information to start copying the program files. To proceed, click Install. To change any of your installation settings, click Back. To exit setup, click Cancel.
Property(S): StartCopy_DlgText2 = Click Cancel to exit setup.
Property(S): StartCopy_DlgTextConfig = Setup has enough information to start installation. Click Install to proceed.
Property(S): StartCopy_DlgTextReinstData = You have chosen to re-install all features of existing installation including data files, and therefore overwrite the system database. Click Reinstall to proceed.
Property(S): StartCopy_DlgTextReinst = You have chosen to re-install all features of existing installation. Click Reinstall to proceed.
Property(S): StartCopy_DlgTextRemove = Click Remove to remove Microsoft SQL Server from your computer. After removal, this program will no longer be available for use.
Property(S): StartCopy_DlgTextRemoveCl = Click Remove to remove Microsoft SQL Server from your cluster. After removal, this program will no longer be available for use.
Property(S): StartCopy_DlgTextUnchanged = You did not change your virtual server configuration.
Property(S): StartCopy_DlgTitle = Ready to Install
Property(S): StartCopy_DlgTitleConfig = Ready to Update
Property(S): StartCopy_DlgTitleReinst = Ready to Reinstall
Property(S): StartCopy_DlgTitleRemove = Remove Microsoft SQL Server
Property(S): StaticUserName = Account:
Property(S): StaticUserPassword = &Password:
Property(S): TextDataDir = &Data files:
Property(S): TextProgramFileDir = Program files:
Property(S): UpgradeLogon_DlgDesc = Database account for upgrading.
Property(S): UpgradeLogon_DlgText = The authentication mode specifies the security used when connecting to SQL Server during database upgrading.
Property(S): UpgradeLogon_DlgTitle = Upgrade Logon Information
Property(S): UpgradeLogon_Password = &Password:
Property(S): UpgradeLogon_SQL = &SQL Server Authentication Mode
Property(S): UpgradeLogon_SQLText = Enter SQL Server account:
Property(S): UpgradeLogon_UserName = &Username:
Property(S): UpgradeLogon_Windows = &Windows Authentication Mode
Property(S): UserExit_FinishText1 = To complete installation at another time, please run setup again.
Property(S): UserExit_FinishText2 = Click Finish to exit setup.
Property(S): UserExit_RestContText1 = You can either keep any existing installed elements on your system to continue this installation at a later time or you can restore your system to its original state prior to the installation.
Property(S): UserExit_RestContText2 = Click Restore or Continue Later to exit the installation wizard.
Property(S): UserExit_TextLine = Setup was interrupted before Microsoft SQL Server could be completely installed.
Property(S): VirtualServer_DlgDesc = The virtual server name must be unique on the network.
Property(S): VirtualServer_DlgText = Enter the name of the new virtual server.
Property(S): VirtualServer_DlgTitle = Virtual Server Name
Property(S): WARNING_QUORUMGROUP1 = You have chosen the group containing the quorum resource. It is strongly recommended that you should not use the quorum group with SQL Server.
Property(S): WARNING_QUORUMGROUP2 = Are you sure you want to proceed?
Property(S): DWTITLENAME = Microsoft SQL Server Setup
Property(S): DWHEADERTEXT = Microsoft SQL Server Setup was unable to install on your computer.
Property(S): DWERRORTEXT = Microsoft SQL Server Setup has encountered a problem and will end.
Property(S): ErrorDlg_Title = Microsoft SQL Server Setup
Property(S): Wait_Title = Please wait...
Property(S): Wait_Database = Validating settings.
Property(S): Wait_Service = Starting Service: [1]
Property(S): Wait_Connect = Validating database access on SQL Server [1].
Property(S): ErrorReporting_DlgDesc = Help Microsoft improve some of the SQL Server 2005 components and services.
Property(S): ErrorReporting_DlgText1 = For more information on the error reporting feature and the type of information sent, click Help.
Property(S): ErrorReporting_DlgText1_Property = ErrorReporting_DlgText1
Property(S): ErrorReporting_DlgText1_Express = By installing Microsoft SQL Server 2005, SQL Server and its components will be configured to automatically send fatal service error reports to Microsoft or a Corporate Error Reporting Server. Microsoft uses error reports to improve SQL Server functionality, and treats all information as confidential.
Property(S): ErrorReporting_DlgTitle = Error and Usage Report Settings
Property(S): ErrorReporting_CheckBox = &Automatically send Error reports for SQL Server 2005 to Microsoft or your corporate error reporting server. Error reports include information regarding the condition of SQL Server 2005 when an error occurred, your hardware configuration and other data. Error reports may unintentionally include personal information, which will not be used by Microsoft.
Property(S): ErrorReporting_SQM_CheckBox = Automatically send &Feature Usage data for SQL Server 2005 to Microsoft. Usage data includes anonymous information about your hardware configuration and how you use our software and services.
Property(S): EnableRanu_DlgDesc = Configure Run As Normal User mode.
Property(S): EnableRanu_DlgText1 = Allow users who do not have administrator privileges to run a separate instance of the Database Engine.
Property(S): EnableRanu_DlgText1_Property = EnableRanu_DlgText1
Property(S): EnableRanu_DlgTitle = User Instances
Property(S): EnableRanu_CheckBox = &Enable User Instances
Property(S): BrowseFolder_VolumeList = Program files must be installed on a valid local disk available on all cluster nodes. The volumes values are:
Property(S): ProductClash_DlgTitle = Existing components
Property(S): ProductClash_DlgDesc = Components have been found on the machine. Select upgrade options below.
Property(S): ProductClash_DlgText = The following components that you chose to install are already installed on the machine. To view a report of available options and alternatives click on Details.
Property(S): ProductClash_Detail = &Details...
Property(S): ProductClash_Warning = Components shared between SQL Server instances will be removed if they belong only to the SQL Server instance being upgraded.
Property(S): ProductClash_LegacyTools = Management Tools
Property(S): ProductClash_LegacyDTS = Data Transformation Services
Property(S): DetailDlg_DlgTitle = Installation options
Property(S): DetailDlg_DlgDesc = The list below shows installed components and upgrade options.
Property(S): InstanceListDlg_DlgTitle = Installed instances
Property(S): InstanceListDlg_DlgDesc = The list below contains all existing instances and components installed on this machine.
Property(S): InstanceListDlg_InstanceListText = To view details for an installed instance, select an instance from the list below. To proceed, select the instance name to upgrade and click OK.
Property(S): InstanceListDlg_TypeText = Type:
Property(S): InstanceListDlg_VersionText = Version:
Property(S): InstanceListDlg_EditionText = Edition:
Property(S): InstanceListDlg_LanguageText = Language:
Property(S): InstanceListDlg_DetailGroup = Installed Instance Details
Property(S): Instance_Instances = &Installed instances
Property(S): Product_YukonServer = Yukon Server
Property(S): Product_SQLServer = SQL Server
Property(S): Product_AnalysisServices = Analysis Services
Property(S): Product_ReportServer = Reporting Services
Property(S): ProductClash_Maintain = (Cannot maintain product, to maintain the product go to Add or Remove Programs)
Property(S): ProductClash_Upgrade = (Cannot upgrade product, to maintain the product go to Add or Remove Programs)
Property(S): ProductClash_UpgradeAsVS = (Upgrade product to Virtual Server)
Property(S): ProductClash_Virtualize = (Cannot virtualize product)
Property(S): Detail_Name = Name:
Property(S): Detail_AllowedAction = Allowed Action:
Property(S): Detail_Reason = Reason:
Property(S): Detail_Warning = Warning:
Property(S): Detail_ActionMaintain = Maintain (Action is only available from Add or Remove Programs)
Property(S): Detail_ReasonMaintain = Cannot maintain product, to maintain the product go to Add or Remove Programs
Property(S): Detail_ActionUpgrade = Upgrade
Property(S): Detail_ReasonUpgrade = Product can be upgraded to a new version
Property(S): Detail_ActionNone = None
Property(S): Detail_ReasonNoVirtualize = Product cannot be virtualized
Property(S): Detail_ReasonNone = Upgrades are not supported yet
Property(S): Detail_ReasonBlock = Your upgrade is blocked. For more information about upgrade support, see the "Version and Edition Upgrades" and "Hardware and Software Requirements" topics in SQL Server 2005 Setup Help or SQL Server 2005 Books Online.
Property(S): Detail_ReasonRemoveDTS = The SQL Server instance you are upgrading includes Data Transformation Services. Following the upgrade, Data Transformation Services will be removed unless there are other SQL Server instances installed that share it. Click on help for more information.
Property(S): Detail_ReasonRemoveTools = The SQL Server instance you are upgrading includes SQL Server Management Tools. Following the upgrade, previous versions of SQL Server Management Tools will be removed unless there are other SQL Server instances installed that share them. Do not use previous versions of SQL Server Management Tools with SQL Server 2005. Instead, use SQL Server 2005 Management Tools included in the SQL Server 2005 Workstation Components feature.
Property(S): SampleDatabase_DlgDesc = Configure how the sample databases are installed.
Property(S): SampleDatabase_DlgText = Specify a method to install the sample databases to an existing instance of SQL Server. To attach the sample databases, you must have permissions to create databases on the specified instance.
Property(S): SampleDatabase_DlgTitle = Sample Databases Setup
Property(S): SampleDatabase_ServerText = &SQL Server instance:
Property(S): SampleDatabase_Install = &Install sample databases without attaching
Property(S): SampleDatabase_Attach = Install and &attach sample databases
Property(S): Report_ActionUpgrade = Upgrade
Property(S): Report_ActionVirtualize = Virtualize
Property(S): Report_InstallTitle = The following components will be installed:
Property(S): Report_BlockTitle = The following components that you selected will not be changed:
Property(S): Report_WarnSPTitle = Warning: Setup found that the following components that already exist are at a different service pack level than the components being installed.
Property(S): Report_WarnSPCompList = Components:
Property(S): Report_WarnSPTail = After completing setup, you must download and apply the latest SQL Server 2005 service pack to all the components.
Property(S): UpgradeTools = Upgrading tools [1]
Property(S): UpgradeRepl = Upgrading replication [1]
Property(S): UpgradeEngine = Upgrading SQL Engine [1]
Property(S): UpgradeDTS = Upgrading DTS [1]
Property(S): HideAdvancedOptionsText = Hi&de advanced configuration options
Property(S): ArpProductDispayName = Microsoft SQL Server 2005
Property(S): Built_inLocalSystem = Local system
Property(S): Built_inNetworkService = Network service
Property(S): Built_inLocalService = Local service
Property(S): Wait_UpgradeBlocker_Title = Analyzing Upgrade
Property(S): Wait_UpgradeBlocker_Status = Validating Upgrade Options.
Property(S): UpgradeBlockerDlg_DlgDesc = The following issues currently block upgrading to SQL Server 2005
Property(S): UpgradeBlockerDlg_DlgTitle = Upgrade Blocked
Property(S): UpgradeBlockerDlg_UAWarning = For assistance in resolving these issues, run Upgrade Advisor. You can install Upgrade Advisor from the SQL Server 2005 Setup Splash Screen.
Property(S): DomainGroup_DlgTitle = Domain Groups for Clustered Services
Property(S): DomainGroup_DlgText = The startup account for each clustered service will be added to the DomainName\GroupName to set its access control. Enter the name of existing DomainName\GroupName for each clustered service being installed. For additional information, click Help.
Property(S): DomainGroup_Browse = ...
Property(S): DomainGroupDlg_Service = Service Name
Property(S): DomainGroupDlg_Group = DomainName\GroupName
Property(S): SqlDomainGroup_SQL = &SQL Server
Property(S): SqlDomainGroup_AGT = S&QL Server Agent
Property(S): SqlDomainGroup_FTS = &Full-Text Search
Property(S): SqlDomainGroup_AS = &Analysis Services
Property(S): SqlDomainGroupService_SQL = SQL Server
Property(S): SqlDomainGroupService_AGT = SQL Server Agent
Property(S): SqlDomainGroupService_FTS = Full-Text Search
Property(S): SqlDomainGroupService_AS = Analysis Services
Property(S): SqlSortId030 = Binary order, for use with the 437 (U.S. English) Character Set.
Property(S): SqlSortId031 = Dictionary order, case-sensitive, for use with the 437 (U.S. English) Character Set.
Property(S): SqlSortId032 = Dictionary order, case-insensitive, for use with the 437 (U.S. English) Character Set.
Property(S): SqlSortId033 = Dictionary order, case-insensitive, uppercase preference, for use with the 437 (U.S. English) Character Set.
Property(S): SqlSortId034 = Dictionary order, case-insensitive, accent-insensitive, for use with the 437 (U.S. English) Character Set.
Property(S): SqlSortId035 = Binary order based on code point comparison, for use with the 437 (U.S. English) Character Set.
Property(S): SqlSortId040 = Binary order, for use with the 850 (Multilingual) Character Set.
Property(S): SqlSortId041 = Dictionary order, case-sensitive, for use with the 850 (Multilingual) Character Set.
Property(S): SqlSortId042 = Dictionary order, case-insensitive, for use with the 850 (Multilingual) Character Set.
Property(S): SqlSortId043 = Dictionary order, case-insensitive, uppercase preference, for use with the 850 (Multilingual) Character Set.
Property(S): SqlSortId044 = Dictionary order, case-insensitive, accent-insensitive, for use with the 850 (Multilingual) Character Set.
Property(S): SqlSortId045 = Binary order based on code point comparison, for use with the 850 (Multilingual) Character Set.
Property(S): SqlSortId049 = Strict compatibility with version 1.x case-insensitive databases, for use with the 850 (Multilingual) Character Set.
Property(S): SqlSortId051 = Dictionary order, case-sensitive, for use with 1252 Character Set.
Property(S): SqlSortId052 = Dictionary order, case-insensitive, for use with 1252 Character Set.
Property(S): SqlSortId053 = Dictionary order, case-insensitive, uppercase preference, for use with 1252 Character Set.
Property(S): SqlSortId054 = Dictionary order, case-insensitive, accent-insensitive, for use with 1252 Character Set.
Property(S): SqlSortId055 = Alternate dictionary order, case-sensitive, for use with the 850 (Multilingual) Character Set.
Property(S): SqlSortId056 = Alternate dictionary order, case-insensitive, uppercase preference, for use with the 850 (Multilingual) Character Set.
Property(S): SqlSortId057 = Alternate dictionary order, case-insensitive, accent-insensitive, for use with the 850 (Multilingual) Character Set.
Property(S): SqlSortId058 = Scandinavian dictionary order, case-insensitive, uppercase preference, for use with the 850 (Multilingual) Character Set.
Property(S): SqlSortId059 = Scandinavian dictionary order, case-sensitive, for use with the 850 (Multilingual) Character Set.
Property(S): SqlSortId060 = Scandinavian dictionary order, case-insensitive, for use with the 850 (Multilingual) Character Set.
Property(S): SqlSortId061 = Alternate dictionary order, case-insensitive, for use with the 850 (Multilingual) Character Set.
Property(S): SqlSortId081 = Dictionary order, case-sensitive, for use with the 1250 (Central European) Character Set.
Property(S): SqlSortId082 = Dictionary order, case-insensitive, for use with the 1250 (Central European) Character Set.
Property(S): SqlSortId083 = Czech dictionary order, case-sensitive, for use with the 1250 (Central European) Character Set.
Property(S): SqlSortId084 = Czech dictionary order, case-insensitive, for use with the 1250 (Central European) Character Set.
Property(S): SqlSortId085 = Hungarian dictionary order, case-sensitive, for use with the 1250 (Central European) Character Set.
Property(S): SqlSortId086 = Hungarian dictionary order, case-insensitive, for use with the 1250 (Central European) Character Set.
Property(S): SqlSortId087 = Polish dictionary order, case-sensitive, for use with the 1250 (Central European) Character Set.
Property(S): SqlSortId088 = Polish dictionary order, case-insensitive, for use with the 1250 (Central European) Character Set.
Property(S): SqlSortId089 = Romanian dictionary order, case-sensitive, for use with the 1250 (Central European) Character Set.
Property(S): SqlSortId090 = Romanian dictionary order, case-insensitive, for use with the 1250 (Central European) Character Set.
Property(S): SqlSortId091 = Croatian dictionary order, case-sensitive, for use with the 1250 (Central European) Character Set.
Property(S): SqlSortId092 = Croatian dictionary order, case-insensitive, for use with the 1250 (Central European) Character Set.
Property(S): SqlSortId093 = Slovak dictionary order, case-sensitive, for use with the 1250 (Central European) Character Set.
Property(S): SqlSortId094 = Slovak dictionary order, case-insensitive, for use with the 1250 (Central European) Character Set.
Property(S): SqlSortId095 = Slovenian dictionary order, case-sensitive, for use with the 1250 (Central European) Character Set.
Property(S): SqlSortId096 = Slovenian dictionary order, case-insensitive, for use with the 1250 (Central European) Character Set.
Property(S): SqlSortId105 = Dictionary order, case-sensitive, for use with the 1251 (Cyrillic) Character Set.
Property(S): SqlSortId106 = Dictionary order, case-insensitive, for use with the 1251 (Cyrillic) Character Set.
Property(S): SqlSortId107 = Ukrainian dictionary order, case-sensitive, for use with the 1251 (Cyrillic) Character Set.
Property(S): SqlSortId108 = Ukrainian dictionary order, case-insensitive, for use with the 1251 (Cyrillic) Character Set.
Property(S): SqlSortId113 = Dictionary order, case-sensitive, for use with the 1253 (Greek) Character Set.
Property(S): SqlSortId114 = Dictionary order, case-insensitive, for use with the 1253 (Greek) Character Set.
Property(S): SqlSortId120 = Mixed dictionary order, for use with the 1253 (Greek) Character Set.
Property(S): SqlSortId121 = Dictionary order, case-sensitive, accent-sensitive, for use with the 1253 (Greek) Character Set.
Property(S): SqlSortId122 = Dictionary order, case-sensitive, accent-sensitive, for use with the 1253 (Greek) Character Set.
Property(S): SqlSortId124 = Dictionary order, case-insensitive, accent-insensitive, for use with the 1253 (Greek) Character Set.
Property(S): SqlSortId129 = Dictionary order, case-sensitive, for use with the 1254 (Turkish) Character Set.
Property(S): SqlSortId130 = Dictionary order, case-insensitive, for use with the 1254 (Turkish) Character Set.
Property(S): SqlSortId137 = Dictionary order, case-sensitive, for use with the 1255 (Hebrew) Character Set.
Property(S): SqlSortId138 = Dictionary order, case-insensitive, for use with the 1255 (Hebrew) Character Set.
Property(S): SqlSortId145 = Dictionary order, case-sensitive, for use with the 1256 (Arabic) Character Set.
Property(S): SqlSortId146 = Dictionary order, case-insensitive, for use with the 1256 (Arabic) Character Set.
Property(S): SqlSortId153 = Dictionary order, case-sensitive, for use with the 1257 (Baltic) Character Set.
Property(S): SqlSortId154 = Dictionary order, case-insensitive, for use with the 1257 (Baltic) Character Set.
Property(S): SqlSortId155 = Estonian dictionary order, case-sensitive, for use with the 1257 (Baltic) Character Set.
Property(S): SqlSortId156 = Estonian dictionary order, case-insensitive, for use with the 1257 (Baltic) Character Set.
Property(S): SqlSortId157 = Latvian dictionary order, case-sensitive, for use with the 1257 (Baltic) Character Set.
Property(S): SqlSortId158 = Latvian dictionary order, case-insensitive, for use with the 1257 (Baltic) Character Set.
Property(S): SqlSortId159 = Lithuanian dictionary order, case-sensitive, for use with the 1257 (Baltic) Character Set.
Property(S): SqlSortId160 = Lithuanian dictionary order, case-insensitive, for use with the 1257 (Baltic) Character Set.
Property(S): SqlSortId183 = Danish/Norwegian dictionary order, case-insensitive, uppercase preference, for use with 1252 Character Set.
Property(S): SqlSortId184 = Swedish/Finnish (Phone) dictionary order, case-insensitive, uppercase preference, for use with 1252 Character Set.
Property(S): SqlSortId185 = Swedish/Finnish (Standard) dictionary order, case-insensitive, uppercase preference, for use with 1252 Character Set.
Property(S): SqlSortId186 = Icelandic dictionary order, case-insensitive, uppercase preference, for use with 1252 Character Set.
Property(S): UpgradeCode = {929C9FEC-8873-4A1A-A209-9AF432E8E1D1}
Property(S): SqlPackageId = 1
Property(S): ProductName = Microsoft SQL Server 2005
Property(S): ProductNameSetup = Microsoft SQL Server 2005 Setup
Property(S): RemoveFeatureList = SQL_Engine,SQL_Data_Files,SQL_Replication,SQL_FullText,SQL_SharedTools,SQL_BC_DEP
Property(S): MSPSRC1681387D2DB2424C87C50667166F3EC9 = C:\WINDOWS\Installer\1a662c60.msp
Property(S): FavoritesFolder = C:\Documents and Settings\toto.vo\Favorites\
Property(S): ProgramFilesFolder.D20239D7_E87C_40C9_9837_E70B8D4882C2 = C:\Program Files\
Property(S): QUERYTYPE = PATCHFILELIST
Property(S): ModuleID_SQLBASE = D20239D7_E87C_40C9_9837_E70B8D4882C2
Property(S): InstanceName.D20239D7_E87C_40C9_9837_E70B8D4882C2 = MSSQLSERVER
Property(S): ProgramMenuFolder.ConfigurationTools1033 = C:\Documents and Settings\All Users\Start Menu\Programs\
Property(S): DW20PATH_CPUTYPEX86 = X86
Property(S): WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E = C:\WINDOWS\
Property(S): SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E = C:\WINDOWS\system32\
Property(S): WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\WINDOWS\
Property(S): SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\WINDOWS\system32\
Property(S): WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E = C:\WINDOWS\
Property(S): SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E = C:\WINDOWS\system32\
Property(S): WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E = C:\WINDOWS\
Property(S): SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E = C:\WINDOWS\system32\
Property(S): WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E = C:\WINDOWS\
Property(S): SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E = C:\WINDOWS\system32\
Property(S): WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\WINDOWS\
Property(S): SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\WINDOWS\system32\
Property(S): WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E = C:\WINDOWS\
Property(S): SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E = C:\WINDOWS\system32\
Property(S): WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E = C:\WINDOWS\
Property(S): SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E = C:\WINDOWS\system32\
Property(S): ServicePrefixRS.6080319C_1466_426E_9E7A_1DD555143E0A = SQLServer2005ReportServerUser$DEV2$
Property(S): ServicePrefixSSIS.6080319C_1466_426E_9E7A_1DD555143E0A = SQLServer2005DTSUser$DEV2
Property(S): SystemFolder.60A85CA1_D9D8_43FA_9DD5_574BEF970F9F = C:\WINDOWS\system32\
Property(S): ModuleID_SQLBRWS = 2FC2D269_8625_4826_BB3F_F9059090CB38
Property(S): IsListenerActive.2FC2D269_8625_4826_BB3F_F9059090CB38 = No
Property(S): ServiceGroupSQLBrowser.2FC2D269_8625_4826_BB3F_F9059090CB38 = SQLServer2005SQLBrowserUser$DEV2
Property(S): ServiceGroupSQLBrowser.03BE59F9_3DFA_413B_A99C_B95CA31A7BFE = SQLServer2005SQLBrowserUser$DEV2
Property(S): ServiceGroupSQLBrowser.879C8BDB_884A_4C3C_80C3_3452EA2B8439 = SQLServer2005SQLBrowserUser$DEV2
Property(S): ModuleID_SQL_msmdlocal = DFD11762_2D29_4D77_B888_9E2D50D43136
Property(S): CommonFilesFolder.1887A514_D285_4653_98A1_6B7128517683 = C:\Program Files\Common Files\
Property(S): ModuleID_SQLBRWS2 = 155D5DFD_B9E7_4CB8_A2EE_8E0E8C9FBFE9
Property(S): CommonFilesFolder.808C44A0_9EC0_4446_A4CB_3E51F5C5D59F = C:\Program Files\Common Files\
Property(S): ServiceGroupADHelper.2C8E638F_C982_4AA5_A173_7148A8E8649D = SQLServer2005MSSQLServerADHelperUser$DEV2
Property(S): InstanceRegKey.2C8E638F_C982_4AA5_A173_7148A8E8649D = Microsoft SQL Server\MSSQL.1
Property(S): ModuleID_UPGRADE = B30CFB77_E7BB_4AA0_9DEC_85FEDE5DAE89
Property(S): Sql2kPath = NoRemove
Property(S): Sql2kPathSlash = NoRemove
Property(S): ModuleID_UPGRADE2 = 822D7E71_CB32_4009_A6F4_73B2A4255D73
Property(S): ProgramFilesFolder.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF = C:\Program Files\
Property(S): DataInstanceTxt.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF = C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL
Property(S): SYSADMINONLY.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF = #1
Property(S): JOBHISTORYMAXROWSPERJOB.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF = #100
Property(S): DOWNLOADEDMAXROWS.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF = #100
Property(S): ERRORLOGGINGLEVEL.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF = #3
Property(S): JOBHISTORYMAXROWS.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF = #1000
Property(S): NONALERTABLEERRORS.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF = 1204,4002
Property(S): RESTARTSERVER.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF = #1
Property(S): ServiceNameSQL.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF = MSSQLSERVER
Property(S): PrevRegRootPath = Software\Microsoft\Microsoft SQL Server\MSSQL.1
Property(S): SystemFolder.7F92F353_B3A2_4AE0_A288_5B746146B1B8 = C:\WINDOWS\system32\
Property(S): ModuleID_SQLSVR = CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616
Property(S): SqlLoginMode = #2
Property(S): Resume.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = #0
Property(S): FirstStartValue.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = #0
Property(S): MAP2.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = -
Property(S): MAP3.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = \
Property(S): TAPELOADWAITTIME.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = #4294967295
Property(S): DEFAULTLOGIN.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = guest
Property(S): AUDITLEVEL.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = #2
Property(S): SETHOSTNAME.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = #0
Property(S): PADSDSOOBJECTA.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = #1
Property(S): ALLOWINPROCESS.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = #1
Property(S): DB2OLEDBA.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = #1
Property(S): MSDAORAA.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = #1
Property(S): MSDASQLA.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = #1
Property(S): MSIDXSA.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = #1
Property(S): MSQLIMPPROVA.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = #1
Property(S): MSSEARCHSQLA.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = #1
Property(S): OLEDBA.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = #1
Property(S): SQLNCLIA.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = #1
Property(S): SQLNCLID.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = #0
Property(S): SqlBuiltInAccountMask = 3
Property(S): SystemFolder.7188DA12_A95E_46B7_8623_9D93B5260E2A = C:\WINDOWS\system32\
Property(S): SystemFolder.291EAD4C_0726_4504_A2A1_C9FF1E711B8C = C:\WINDOWS\system32\
Property(S): ReleaseProductVersion = 9.00.2047.00
Property(S): SpLevel = 1
Property(S): SimpleFeature_Feat6_Expr = &Workstation components and development tools
Property(S): AdministratorsGroup = BUILTIN\Administrators
Property(S): UsersGroup = BUILTIN\Users
Property(S): ModuleID_SYSDB2 = 75D79626_87FB_4E9A_B07F_87DAE18D0F36
Property(S): TempFolder = C:\DOCUME~1\toto.vo\LOCALS~1\Temp\
Property(S): CommonFilesFolder.D9BC9C10_2DCD_44D3_AACC_9C58CAF76128 = C:\Program Files\Common Files\
Property(S): WindowsFolder = C:\WINDOWS\
Property(S): ModuleID_FTSSV = 68C6D15C_77E0_11D5_8528_00C04F68155C
Property(S): FTEInstName.68C6D15C_77E0_11D5_8528_00C04F68155C = MSSQLSERVER
Property(S): FTERudeInstName.68C6D15C_77E0_11D5_8528_00C04F68155C = MSSQLSERVER
Property(S): FTERegRoot.68C6D15C_77E0_11D5_8528_00C04F68155C = Software\Microsoft\MSSQLSERVER\MSSearch
Property(S): ProgramFilesFolder.68C6D15C_77E0_11D5_8528_00C04F68155C = C:\Program Files\
Property(S): FTERegInstName.68C6D15C_77E0_11D5_8528_00C04F68155C = MSSQLSERVER
Property(S): FTERegRudeInstName.68C6D15C_77E0_11D5_8528_00C04F68155C = MSSQLSERVER
Property(S): FTEUPGRADE.68C6D15C_77E0_11D5_8528_00C04F68155C = 0
Property(S): FTEUpgrade30.68C6D15C_77E0_11D5_8528_00C04F68155C = 0
Property(S): FTEUpgradeMSSearchApp.68C6D15C_77E0_11D5_8528_00C04F68155C = SQLServer
Property(S): FTEUpgradeMSSearchStandalone.68C6D15C_77E0_11D5_8528_00C04F68155C = 0
Property(S): UserLanguageID = 1033
Property(S): AdminUser = 1
Property(S): UserSID = S-1-5-21-3031516526-3788375415-1061753451-1500
Property(S): LogonUser = toto.vo
Property(S): PATCHNEWSUMMARYCOMMENTS = Microsoft SQL Server Database Engine
Property(S): PATCHNEWSUMMARYSUBJECT = Microsoft SQL Server Engine
Property(S): PATCHNEWPACKAGECODE = {8FCB795D-8396-47FF-9D9E-261F2995B710}
Property(S): Intel = 15
Property(S): ShellAdvtSupport = 1
Property(S): OLEAdvtSupport = 1
Property(S): GPTSupport = 1
Property(S): FontsFolder = C:\WINDOWS\Fonts\
Property(S): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
Property(S): PhysicalMemory = 2046
Property(S): StartMenuFolder = C:\Documents and Settings\All Users\Start Menu\
Property(S): ProgramMenuFolder = C:\Documents and Settings\All Users\Start Menu\Programs\
Property(S): StartupFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
Property(S): AdminToolsFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
Property(S): MyPicturesFolder = C:\Documents and Settings\toto.vo\My Documents\My Pictures\
Property(S): QuotedServiceGroupADHelper.2C8E638F_C982_4AA5_A173_7148A8E8649D = DEV2\SQLServer2005MSSQLServerADHelperUser$DEV2
Property(S): LocalAppDataFolder = C:\Documents and Settings\toto.vo\Local Settings\Application Data\
Property(S): QuotedServiceGroupSQLBrowser.03BE59F9_3DFA_413B_A99C_B95CA31A7BFE = DEV2\SQLServer2005SQLBrowserUser$DEV2
Property(S): CommonAppDataFolder = C:\Documents and Settings\All Users\Application Data\
Property(S): QuotedServiceGroupSQLBrowser.2FC2D269_8625_4826_BB3F_F9059090CB38 = DEV2\SQLServer2005SQLBrowserUser$DEV2
Property(S): TemplateFolder = C:\Documents and Settings\All Users\Templates\
Property(S): SendToFolder = C:\Documents and Settings\toto.vo\SendTo\
Property(S): InstId = MSSQL.1
Property(S): RecentFolder = C:\Documents and Settings\toto.vo\Recent\
Property(S): PreviousInstId = MSSQL.1
Property(S): SqlLegacyRegPath = MSSQLServer
Property(S): PrintHoodFolder = C:\Documents and Settings\toto.vo\PrintHood\
Property(S): SqlOriginalMachineName = DEV2
Property(S): RSSqlPoolLimit = 150
Property(S): PersonalFolder = C:\Documents and Settings\toto.vo\My Documents\
Property(S): RSGUIDVALUE = {20df427d-e4dd-42c9-85ba-60380af7e627}
Property(S): NetHoodFolder = C:\Documents and Settings\toto.vo\NetHood\
Property(S): RSPREREQUISITECHECKED = 1
Property(S): SqlCOMPlusInstalled = 1
Property(S): SqlASPNETInstalled = 1
Property(S): SqlIISInstalled = 1
Property(S): AppDataFolder = C:\Documents and Settings\toto.vo\Application Data\
Property(S): IISCHECKED = 1
Property(S): CommonFilesFolder = C:\Program Files\Common Files\
Property(S): SCMLocalServiceAccount = NT AUTHORITY\LocalService
Property(S): RemoteAdminTS = 1
Property(S): SCMNetworkServiceAccount = NT AUTHORITY\NetworkService
Property(S): System16Folder = C:\WINDOWS\system\
Property(S): SystemFolder = C:\WINDOWS\system32\
Property(S): PerformanceLogUsersGroup = BUILTIN\Performance Log Users
Property(S): WindowsVolume = C:\
Property(S): QuotedServiceGroupSQLBrowser.879C8BDB_884A_4C3C_80C3_3452EA2B8439 = DEV2\SQLServer2005SQLBrowserUser$DEV2
Property(S): PerformanceMontiorUsersGroup = BUILTIN\Performance Monitor Users
Property(S): MsiNTProductType = 3
Property(S): ServicePackLevelMinor = 0
Property(S): SECURITYMODE = SQL
Property(S): ServicePackLevel = 1
Property(S): INSTANCENAME = MSSQLSERVER
Property(S): QuotedComputerName = DEV2
Property(S): WindowsBuild = 3790
Property(S): QuotedDefaultDomain = BLUETECH
Property(S): DefaultDomain = BLUETECH
Property(S): VersionMsi = 3.01
Property(S): VersionDatabase = 150
Property(S): PRODUCTLANGUAGE = 1033
Property(S): MSIINSTANCEGUID = {2373A92B-1C1C-4E71-B494-5CA97F96AA19}
Property(S): CLIENTPROCESSID = 240
Property(S): CLIENTUILEVEL = 3
Property(S): ACTION = INSTALL
Property(S): CURRENTDIRECTORY = c:\f671c49d9308f8e45f7d86a9859f98
Property(S): Preselected = 1
Property(S): QFEUpgrade = 2
Property(S): QUERYOUTPUT = C:\WINDOWS\Hotfix\SQL9\Logs\SQL9_Hotfix_KB913090_sqlrun_sql.msp.out
Property(S): UILevel = 2
Property(S): OriginalDatabase = C:\WINDOWS\Installer\251cd95.msi
Property(S): QUERYMODE = 1
Property(S): DATABASE = C:\WINDOWS\Installer\251cd95.msi
Property(S): REBOOT = ReallySuppress
Property(S): KBNUMBER = KB913090
Property(S): COMPANYNAME = Bluetech LLC
Property(S): SQLBUILD = 2047
Property(S): USERNAME = DEV
Property(S): REINSTALLMODE = omus
Property(S): Privileged = 1
Property(S): RedirectedDllSupport = 2
Property(S): REINSTALL = All
Property(S): PATCH = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSQL\Files\sqlrun_sql.msp
Property(S): MsiWin32AssemblySupport = 5.2.3790.1830
Property(S): MsiNetAssemblySupport = 2.0.50727.42
Property(S): Date = 5/2/2006
Property(S): ProductToBeRegistered = 1
Property(S): Time = 18:07:52
Property(S): ProductState = 5
Property(S): TTCSupport = 1
Property(S): TRANSFORMS = :SqlRun01.mst;:InstID01.mst;:InstName01.mst
Property(S): ColorBits = 32
Property(S): TextHeight = 16
Property(S): PackageCode = {11FE9DE4-380B-45FE-985E-3EC1EFF9D159}
Property(S): BorderSide = 1
Property(S): BorderTop = 1
Property(S): CaptionHeight = 19
Property(S): ScreenY = 1200
Property(S): ScreenX = 1600
Property(S): SystemLanguageID = 1033
Property(S): SQL200532Hotfix2047 = \\DEV2\c$\f671c49d9308f8e45f7d86a9859f98\HotFixSQL\Files\sqlrun_sql.msp
MSI (s) (84:CC) [18:07:52:879]: Product: Microsoft SQL Server 2005 - Update 'Service Pack 1 for SQL Server Database Services 2005 ENU (KB913090)' could not be installed. Error code 1603. Additional information is available in the log file C:\WINDOWS\Hotfix\SQL9\Logs\SQL9_Hotfix_KB913090_sqlrun_sql.msp.log.

MSI (s) (84:CC) [18:07:52:879]: Note: 1: 1729
MSI (s) (84:CC) [18:07:52:879]: Transforming table Error.

MSI (s) (84:CC) [18:07:52:879]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84:CC) [18:07:52:879]: Transforming table Error.

MSI (s) (84:CC) [18:07:52:879]: Transforming table Error.

MSI (s) (84:CC) [18:07:52:879]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84:CC) [18:07:52:879]: Transforming table Error.

MSI (s) (84:CC) [18:07:52:879]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84:CC) [18:07:52:879]: Transforming table Error.

MSI (s) (84:CC) [18:07:52:879]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84:CC) [18:07:52:879]: Transforming table Error.

MSI (s) (84:CC) [18:07:52:879]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84:CC) [18:07:52:879]: Transforming table Error.

MSI (s) (84:CC) [18:07:52:879]: Transforming table Error.

MSI (s) (84:CC) [18:07:52:879]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84:CC) [18:07:52:879]: Transforming table Error.

MSI (s) (84:CC) [18:07:52:879]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84:CC) [18:07:52:879]: Transforming table Error.

MSI (s) (84:CC) [18:07:52:879]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84:CC) [18:07:52:879]: Product: Microsoft SQL Server 2005 -- Configuration failed.

MSI (s) (84:CC) [18:07:52:879]: Attempting to delete file C:\WINDOWS\Installer\1a662c60.msp
MSI (s) (84:CC) [18:07:52:879]: Unable to delete the file. LastError = 32
MSI (s) (84:CC) [18:07:52:894]: Cleaning up uninstalled install packages, if any exist
MSI (s) (84:CC) [18:07:52:894]: MainEngineThread is returning 1603
MSI (s) (84:94) [18:07:52:894]: Destroying RemoteAPI object.
MSI (s) (84:10) [18:07:52:894]: Custom Action Manager thread ending.
=== Logging stopped: 5/2/2006 18:07:52 ===
MSI (c) (F0:40) [18:07:52:910]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (F0:40) [18:07:52:910]: MainEngineThread is returning 1603
=== Verbose logging stopped: 5/2/2006 18:07:52 ===|||

SQL server uses local group for ACLs. When server is installed the groups are created and their SIDs are stored in the registry. When you re-imaged the server the SID had to change and the SIDs in the registry are not valid anymore. Try to delete the values for the following values in Setup registry key the instance hive [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\Setup]

The registry values are:

AGTGroup

SQLGroup

FTSGroup

ASGroup

|||That did the trick. Thanks very much!


|||

Hello All,

I want to point out that deleting the entries above can also solve possible problems to uninstall an SqlExpress instance. Since I am not in a domain I only had FTSGroup parameter and I resolved the problem below by deleting it in from registry hive.

--BEGIN

TITLE: Microsoft SQL Server 2005 Setup

The setup has encountered an unexpected error while Setting Internal Properties. The error is: Fatal error during installation.


For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&ProdVer=9.00.2040.00&EvtSrc=setup.rll&EvtID=1603&EvtType=sqlca%5csqlcax.cpp%40SetInstanceProperty%40SetInstanceProperty%40x534


BUTTONS:

OK
--END

Cheers,

Sarper Gürel


This posting is provided "AS IS" with no warranties, and confers no rights.

|||

This can happen if you install SQL 2005 on a server and then promote it to an Active Directory Server. You will get a Fatal Error during the install...which leads you to have to modify or delete the Registry keys here.

So glad I found this post...I was going nuts trying to figure out how to uninstall this!

Thanks!!