This tutorial shows you how to properly install Microsoft's SQL Server 2005, avoiding the pitfalls of an unsuccessful deployment.

One of Microsoft's most long-awaited releases, SQL Server 2005 has finally hit the market and brought with it significant new features and changes from previous versions.

In this article, I will go over a sample deployment of SQL Server 2005. The installation procedure has changed quite a bit from previous versions, and this will hopefully help you find the potential pitfalls before you undertake your own deployment.

For an introduction to SQL Server 2005 you may want to see our previous article here.

Note: For this article, I will be using the Enterprise edition of SQL Server 2005; performing a new installation. I'm running the Enterprise Edition of Windows Server 2003 R2.

SQL Server 2005 installation

When you first put the SQL Server 2005 CD or DVD into your server, you're provided with an introductory window (Figure A) that outlines the product and what you need in order to be able to run it.

Figure A

The SQL Server 2005 introduction screen. Note that, even when you use the single DVD for installation, you still get the "Disc 1 of 2" text at the top of this window.

To get the installation underway, under the Install heading, choose the "Server components, tools, Books Online, and samples" option. The first screen that pops up is the end user license agreement for the product. You need to check the box "I accept the licensing terms and conditions" and click the Next button to continue. I'm not going to show the license screen. You're probably pretty familiar with these.

The next screen (Figure B) outlines the prerequisites that the installer will take care of for you. The .NET Framework 2.0 is key here. If you decide to install SQL Server 2005 with other applications on the same server, make sure that they can use this framework. I have seen cases where the 2.0 version of the .NET Framework created problems with applications that expected an older version. Click the Install button to install these items. When the installation of these items is complete, you can click the Next button.

Figure B

These items are required by SQL Server 2005.

After the prerequisites install on your system, the SQL Server 2005 installation wizard starts. The first task completed by the wizard is a scan of your system to make sure it meets the minimum requirements for SQL Server 2005. In Figure C below, you will see that there were two areas of concern noted by the system check. The first is the minimum hardware requirement. This is showing up because I've assigned only 384MB of RAM to the virtual machine running SQL Server 2005 on my system, which can be easily fixed. The second, IIS Feature Requirement, is a little more serious. A few SQL Server 2005 services, such as Reporting Services, require IIS. So, before I move forward, I'm going to quit the installation of SQL Server 2005 and install IIS on my server. After that, I'll continue with the installation.

Figure C

The system check reveals shortcomings so you can address them before you install, thus avoiding potential problems.

The next step of the installation (Figure D) is pretty easy. Provide your name, company name and product key. Click Next to continue.

Figure D

This is pretty typical stuff.

This is where things start to get meaty. On this screen, you need to pick which components you want to install along with SQL Server 2005. If this is your first server, you really should pick the SQL Server Database Services option. In the interest of completeness, I'm installing all of the services, but will not go over failover clusters in this article. If you want to choose options on a more granular basis, or change the default installation path (C:\Program Files\Microsoft SQL Server), click the Advanced button, which opens up a more familiar feature selection window. Figure E below shows you the Component Selection screen. In Figure F, I've provided you with a look at the Advanced screen. In either window, click Next to continue with the installation.

Figure E

The main component selection screen for SQL Server 2005.

Figure F

This is the advanced feature selection window that provides you with more control over the installation.

SQL Server 2000 introduced the concept of named instances to SQL Server. You can choose to upgrade an existing named instance (Figure G), or you can install SQL Server 2005 with a default instance. For this example, I am using the Default option.

Figure G

Choose your instance.

As always, the SQL Server services need to log on to the system using specific credentials. You can choose to have all SQL services share the same credentials or you can provide each service with its own login, which I recommend for larger installations. However, for this sample article, I'm going to allow all services to share a single account, and will use the built-in Local System account.

This screen also allows you to choose which services will start after installation completes. You can see from the screenshot in Figure H which services the installer chooses by default.

Figure H

Choose the service account to use for each SQL service.

On the next screen of the installation (Figure I), you're asked if you want to use Windows Authentication of Mixed Mode Authentication, which allows you to use SQL Server accounts. Unless you have some reason not to, just use Windows Authentication Mode. The maintenance of user accounts is easier, and it's one less potential security hole for your company. If you do need to use Mixed Mode, provide the installer with the password you want to use for the system administrator (sa) account.

Figure I

Choose your authentication mode.

Do you need help with SQL Server? Gain advice from Builder AU forums

Related links

Comments

1

doug gorman - 19/01/06

why did you write this? does sql server 2005 not ship with this same info, or is this easier to understand? or?...

» Report offensive content

2

TCBrown - 28/02/06

if you want to help people avoid pitfalls you should mention that if they choose windows authentication the setup program randomly generate an sa password and they should change it to something they know as soon as the installation is done, in case of emergency need.

» Report offensive content

3

Harbhajan Biran - 10/10/06

Would you install IIS on a SQL server cluster build?

» Report offensive content

4

Jennilyn - 06/06/07

how can I install if I already download the Microsoft SQL 2005?

» Report offensive content

5

sql master - 10/08/07

the article is good.
very useful and really a practical approach....

» Report offensive content

6

Scott - 15/08/07

I don't get it. This is the absolute basics / obvious stuff. What pitfalls have we avoided other than perhaps mentioning dot-net compatibility risks? It would be really nice to know how to work around any of the components failing to install....as they all seem to do a some point depending on unique env constraints.

» Report offensive content

7

Scott - 15/08/07

I don't get it. This is the absolute basics / obvious stuff. What pitfalls have we avoided other than perhaps mentioning dot-net compatibility risks? It would be really nice to know how to work around any of the components failing to install....as they all seem to do a some point depending on unique env constraints.

» Report offensive content

8

Scott - 15/08/07

I don't get it. This is the absolute basics / obvious stuff. What pitfalls have we avoided other than perhaps mentioning dot-net compatibility risks? It would be really nice to know how to work around any of the components failing to install....as they all seem to do a some point depending on unique env constraints.

» Report offensive content

9

Scott - 15/08/07

I don't get it. This is the absolute basics / obvious stuff. What pitfalls have we avoided other than perhaps mentioning dot-net compatibility risks? It would be really nice to know how to work around any of the components failing to install....as they all seem to do a some point depending on unique env constraints.

» Report offensive content

10

David Fisher - 15/08/07

This simply shows the successful installation process, which one sees first-hand when installing the program. It offers nothing useful. Why not address the common errors that the installer makes, such as stopping dead when it purports to find a conflicting existing installation that is not actually there? Only when problems occur will the user require assistance beyond what appears in the installer itself.

» Report offensive content

11

George - 16/08/07

I was hoping for an explanation on the difference between 'Local System', Local Service', 'Network...', etc., drop down box options.

» Report offensive content

12

George - 16/08/07

I was hoping for an explanation on the difference between 'Local System', Local Service', 'Network...', etc., drop down box options.

» Report offensive content

13

George - 16/08/07

I was hoping for an explanation on the difference between 'Local System', Local Service', 'Network...', etc., drop down box options.

» Report offensive content

14

SqlDba - 16/08/07

Complete waste of my time

» Report offensive content

15

Joshua Perry - 16/08/07

Wow! I didn't know how to click next that many times! This is a totally worthless article and the title is very misleading.

You didn't even hit some common pitfalls since you used the service account instead of a domain account, you didn't remember to reset the sa password since you used windows authentication, and you installed reporting services without IIS. You also installed all the services on the same server instead of putting reporting services on a web server and analysis services on it's own server and you didn't set up MSDTC so that integration services would work properly. What about changing the default ports and configuring a static port for integration services since most of the world blocks dynamic ports on their firewalls. Those are some common pitfalls.

» Report offensive content

16

SqlDBA2 - 16/08/07

Nothing useful. But at least the author can claim he's "published" on the web now.

» Report offensive content

17

mcullet2 - 16/08/07

Hi,

Followed this to the letter - problem is SQL Server 2005 doesn't seem to play fair with Visual Studio Pro 2005. I cannot get the default website to work at all. MS will help so long as you shell out several hundred dollars to fix what was broken.

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

I'm just starting out - would truly love to be able to get this to work (and understand why it is not working) so I can move onto interesting things.

Stuck :(

Any suggestions?

Kindest regards,

Mike

Default browser is IE 7 and address: http://localhost:2182/WebSite2/Default.aspx

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SqlException (0x80131904): An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)]
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +739123
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188
System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject) +685966
System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject) +109
System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart) +383
System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +181
System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +170
System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +130
System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) +27
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +47
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
System.Data.SqlClient.SqlConnection.Open() +111
System.Web.Management.SqlServices.GetSqlConnection(String server, String user, String password, Boolean trusted, String connectionString) +68

[HttpException (0x80004005): Unable to connect to SQL Server database.]
System.Web.Management.SqlServices.GetSqlConnection(String server, String user, String password, Boolean trusted, String connectionString) +124
System.Web.Management.SqlServices.SetupApplicationServices(String server, String user, String password, Boolean trusted, String connectionString, String database, String dbFileName, SqlFeatures features, Boolean install) +8

» Report offensive content

18

Gaz - 20/08/07

Well this doesn't help with anything really. You are just showing a default install, pressing ok and next lots of times and letting it install.

No pitfalls here.
Wasted article.
Give me the 5 minutes of my life back that I wasted while reading it!!

» Report offensive content

19

Lee P - 27/12/07

The comment Joshua made was more useful than the article it's self

» Report offensive content

20

priya - 21/01/08

Thank you...your article was very helpful...

» Report offensive content

21

Patrick - 01/02/08

What a terrible article.Thanks for going over teh default install you idiot.

» Report offensive content

22

astonished - 11/08/08

Amazing article, you are a guru..

» Report offensive content

23

Nils - 19/08/08

very useful stuff, especially thats about collations. Didnt know that !

» Report offensive content

24

Elysa - 19/08/08

Hi - Thanks for the documentation. Microsoft seems intent to obfuscate its software...what was once simple and obvious is now completely counter-intuitive and confounding. Installing this software is no different as it is there is no obivous choice for "Install Microsift SQL Server"...DER! If you don't want all the crap, you are left to ' guess' at which option to choose. It is SO ABSURD!

We just installed SQL Standard using your guide, and guess what.... No SQL Server Management Studio installed. FFS. Would love to throttle who ever designed this interface.

» Report offensive content

25

Dapamoga.Org - 11/05/09

www.Dapamoga.Org - charity in Belarus

Hello world!

» Report offensive content

26

Srini - 21/05/09

Hi,

Im receiving the following error while installing SQL Server 2005 Developer Edition.

Error 29528. The setup has encountered an unexpected error while Updating Installed Files. The error is: Fatal error during installation.

Can anyone help me on this?

Thanks in advance for the help.

Here is the error log :
***************************************
=== Verbose logging started: 5/21/2009 17:58:34 Build type: SHIP UNICODE 3.01.4000.2435 Calling process: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\setup.exe ===
MSI (c) (68:68) [17:58:34:864]: Resetting cached policy values
MSI (c) (68:68) [17:58:34:864]: Machine policy value 'Debug' is 0
MSI (c) (68:68) [17:58:34:864]: ******* RunEngine:
******* Product: X:\SQL Server x86\Servers\Setup\SqlRun_SQL.msi
******* Action:
******* CommandLine: **********
MSI (c) (68:68) [17:58:34:864]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (68:68) [17:58:34:864]: Grabbed execution mutex.
MSI (c) (68:68) [17:58:34:879]: Cloaking enabled.
MSI (c) (68:68) [17:58:34:879]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (68:68) [17:58:34:879]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (1C:2C) [17:58:34:895]: Grabbed execution mutex.
MSI (s) (1C:34) [17:58:34:895]: Resetting cached policy values
MSI (s) (1C:34) [17:58:34:895]: Machine policy value 'Debug' is 0
MSI (s) (1C:34) [17:58:34:895]: ******* RunEngine:
******* Product: X:\SQL Server x86\Servers\Setup\SqlRun_SQL.msi
******* Action:
******* CommandLine: **********
MSI (s) (1C:34) [17:58:34:910]: Machine policy value 'TransformsSecure' is 1
MSI (s) (1C:34) [17:58:34:910]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (1C:34) [17:58:34:926]: File will have security applied from OpCode.
MSI (s) (1C:34) [17:59:04:957]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'X:\SQL Server x86\Servers\Setup\SqlRun_SQL.msi' against software restriction policy
MSI (s) (1C:34) [17:59:04:957]: SOFTWARE RESTRICTION POLICY: X:\SQL Server x86\Servers\Setup\SqlRun_SQL.msi has a digital signature
MSI (s) (1C:34) [17:59:05:988]: SOFTWARE RESTRICTION POLICY: X:\SQL Server x86\Servers\Setup\SqlRun_SQL.msi is permitted to run at the 'unrestricted' authorization level.
MSI (s) (1C:34) [17:59:05:988]: End dialog not enabled
MSI (s) (1C:34) [17:59:05:988]: Original package ==> X:\SQL Server x86\Servers\Setup\SqlRun_SQL.msi
MSI (s) (1C:34) [17:59:05:988]: Package we're running from ==> C:\WINNT\Installer\22d183.msi
MSI (s) (1C:34) [17:59:06:019]: APPCOMPAT: looking for appcompat database entry with ProductCode '{0D7A094D-18F9-4A90-8DF3-A1F813BA8750}'.
MSI (s) (1C:34) [17:59:06:019]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (1C:34) [17:59:06:019]: Detected that this product uses a multiple instance transform.
MSI (s) (1C:34) [17:59:06:019]: MSCOREE already loaded, using loaded copy
MSI (s) (1C:34) [17:59:06:019]: Applying multiple instance transform ':SqlRun01.mst'...
MSI (s) (1C:34) [17:59:06:019]: Looking for storage transform: SqlRun01.mst
MSI (s) (1C:34) [17:59:06:019]: Validating transform 'SqlRun01.mst' with validation bits 0x809
MSI (s) (1C:34) [17:59:06:019]: Transform 'SqlRun01.mst' is valid.
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2205 2: 3: Patch
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _Tables 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _Columns 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: TRANSFORM: 'PatchPackage' table is missing or empty. No pre-transform fixup necessary.
MSI (s) (1C:34) [17:59:06:019]: TRANSFORM: Applying regular transform to database.
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _Tables 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _Columns 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _Validation 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: RegLocator 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: AppSearch 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Directory 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Registry 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlObjectSecurity 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Icon 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: InstallUISequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: AdminExecuteSequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: AdminUISequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: AdvtExecuteSequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: AdvtUISequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlActionsModule 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlDriveType 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Feature 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ServiceControl 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ModuleDependency 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ModuleSignature 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ModuleExclusion 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ModuleComponents 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlBuiltInAccounts 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: MsiAssemblyName 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ServiceInstall 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlNativeImage 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlPropertyValues 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlUserSecurity 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlRegistry 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlServiceControl 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlHiveCopy 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlRegSecurity 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlGroup 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlGroupMember 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlConfig 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlUpgradeScript 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlHotfixScript 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlScript 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ActionText 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlSku 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlStart 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlServiceAccount 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlDelimitProperty 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlEquivalent 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlWizardSequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Dialog 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlMofcomp 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlWMISecurity 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlInstanceProperty 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlInstanceComponents 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlAssembly 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlPerfCounters 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlCollation 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlExecutable 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlFileSR 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlUnmanagedComponent 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlUpgradeComponent 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlProducts 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlTopLevelFeatureProducts 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlFileRename 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlFollowComponents 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlLocalServers 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlVerIndependentProgID 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlServiceState 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlServiceProperty 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlServiceConfig 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlSupportFiles 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlDomainGroup 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: FeatureComponents 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Control 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ControlEvent 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ControlCondition 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ListBox 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ListView 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ComboBox 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: CheckBox 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: EventMapping 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: RadioButton 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Upgrade 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: TextStyle 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: UIText 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Shortcut 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: SxsMsmGenComponents 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: MsiSFCBypass 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Environment 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlUpgradeFile 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlUpgradeRegistry 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlUpgradeFolders 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _MsiPatchTransformView 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Machine policy value 'DisablePatch' is 0
MSI (s) (1C:34) [17:59:06:019]: Machine policy value 'AllowLockdownPatch' is 1
MSI (s) (1C:34) [17:59:06:019]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (1C:34) [17:59:06:019]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (1C:34) [17:59:06:019]: Looking for storage transform: InstID01.mst
MSI (s) (1C:34) [17:59:06:019]: Validating transform 'InstID01.mst' with validation bits 0
MSI (s) (1C:34) [17:59:06:019]: Transform 'InstID01.mst' is valid.
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2205 2: 3: Patch
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _Tables 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _Columns 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: TRANSFORM: 'PatchPackage' table is missing or empty. No pre-transform fixup necessary.
MSI (s) (1C:34) [17:59:06:019]: TRANSFORM: Applying regular transform to database.
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _Tables 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _Columns 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Property 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _Validation 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: RegLocator 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: AppSearch 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Directory 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Registry 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlObjectSecurity 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Icon 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: InstallUISequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: AdminExecuteSequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: AdminUISequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: AdvtExecuteSequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: AdvtUISequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlActionsModule 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlDriveType 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Feature 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ServiceControl 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ModuleDependency 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ModuleSignature 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ModuleExclusion 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ModuleComponents 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlBuiltInAccounts 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: MsiAssemblyName 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ServiceInstall 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlNativeImage 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlPropertyValues 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlUserSecurity 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlRegistry 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlServiceControl 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlHiveCopy 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlRegSecurity 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlGroup 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlGroupMember 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlConfig 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlUpgradeScript 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlHotfixScript 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlScript 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: ActionText 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlSku 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlStart 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlServiceAccount 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlDelimitProperty 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlEquivalent 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlWizardSequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: Dialog 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlMofcomp 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlWMISecurity 3: -2147287038
MSI (s) (1C:34) [17:59:06:019]: Note: 1: 2262 2: _sqlInstanceProperty 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlInstanceComponents 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlAssembly 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlPerfCounters 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlCollation 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlExecutable 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlFileSR 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlUnmanagedComponent 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlUpgradeComponent 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlProducts 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlTopLevelFeatureProducts 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlFileRename 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlFollowComponents 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlLocalServers 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlVerIndependentProgID 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlServiceState 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlServiceProperty 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlServiceConfig 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlSupportFiles 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlDomainGroup 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: FeatureComponents 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Control 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: ControlEvent 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: ControlCondition 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: ListBox 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: ListView 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: ComboBox 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: CheckBox 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: EventMapping 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: RadioButton 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Upgrade 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: TextStyle 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: UIText 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Shortcut 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: SxsMsmGenComponents 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: MsiSFCBypass 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Environment 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlUpgradeFile 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlUpgradeRegistry 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlUpgradeFolders 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _MsiPatchTransformView 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: #_BaselineCost 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: #_BaselineFile 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: #_BaselineData 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: #_PatchCache 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Looking for storage transform: InstName01.mst
MSI (s) (1C:34) [17:59:06:035]: Validating transform 'InstName01.mst' with validation bits 0
MSI (s) (1C:34) [17:59:06:035]: Transform 'InstName01.mst' is valid.
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2205 2: 3: Patch
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _Tables 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _Columns 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: TRANSFORM: 'PatchPackage' table is missing or empty. No pre-transform fixup necessary.
MSI (s) (1C:34) [17:59:06:035]: TRANSFORM: Applying regular transform to database.
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _Tables 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _Columns 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Property 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _Validation 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: RegLocator 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: AppSearch 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Directory 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Registry 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlObjectSecurity 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Icon 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: InstallUISequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: AdminExecuteSequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: AdminUISequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: AdvtExecuteSequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: AdvtUISequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlActionsModule 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlDriveType 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Feature 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: ServiceControl 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: ModuleDependency 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: ModuleSignature 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: ModuleExclusion 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: ModuleComponents 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlBuiltInAccounts 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: MsiAssemblyName 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: ServiceInstall 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlNativeImage 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlPropertyValues 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlUserSecurity 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlRegistry 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlServiceControl 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlHiveCopy 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlRegSecurity 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlGroup 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlGroupMember 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlConfig 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlUpgradeScript 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlHotfixScript 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlScript 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: ActionText 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlSku 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlStart 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlServiceAccount 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlDelimitProperty 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlEquivalent 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlWizardSequence 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Dialog 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlMofcomp 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlWMISecurity 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlInstanceProperty 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlInstanceComponents 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlAssembly 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlCollation 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlExecutable 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlFileSR 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlUnmanagedComponent 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlUpgradeComponent 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlProducts 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlTopLevelFeatureProducts 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlFileRename 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlFollowComponents 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlLocalServers 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlVerIndependentProgID 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlServiceState 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlServiceProperty 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlServiceConfig 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlSupportFiles 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlDomainGroup 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: FeatureComponents 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Control 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: ControlEvent 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: ControlCondition 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: ListBox 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: ListView 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: ComboBox 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: CheckBox 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: EventMapping 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: RadioButton 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Upgrade 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: TextStyle 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: UIText 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Shortcut 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: SxsMsmGenComponents 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: MsiSFCBypass 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Environment 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlUpgradeFile 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlUpgradeRegistry 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _sqlUpgradeFolders 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: _MsiPatchTransformView 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: #_BaselineCost 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: #_BaselineFile 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: #_BaselineData 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: #_PatchCache 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: APPCOMPAT: looking for appcompat database entry with ProductCode '{2373A92B-1C1C-4E71-B494-5CA97F96AA19}'.
MSI (s) (1C:34) [17:59:06:035]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (1C:34) [17:59:06:035]: Transforms are not secure.
MSI (s) (1C:34) [17:59:06:035]: Transforming table Property.

MSI (s) (1C:34) [17:59:06:035]: Transforming table Property.

MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Property 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Transforming table Property.

MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: Property 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Command Line: USERNAME=Bank of America COMPANYNAME=Bank of America PIDKEY=********** INSTALLSQLSHAREDDIR=C:\Program Files\Microsoft SQL Server\ INSTANCENAME=MSSQLSERVER INSTALLSQLDIR=C:\Program Files\Microsoft SQL Server\ INSTALLSQLDATADIR=C:\Program Files\Microsoft SQL Server\ SECURITYMODE=SQL SAPWD=********** SQLCOLLATION=SQL_Latin1_General_CP1_CI_AS SQLACCOUNT=NT AUTHORITY\SYSTEM SQLAUTOSTART=1 AGTACCOUNT=NT AUTHORITY\SYSTEM AGTAUTOSTART=1 SQLBROWSERACCOUNT=NT AUTHORITY\SYSTEM SQLBROWSERAUTOSTART=0 ENABLERANU=1 STPSETUPTHREADID=2656 STPSETUPPROCESSID=616 EXTERNALCONTROL=1 ADDLOCAL=SQL_Engine,SQL_Data_Files,SQL_Replication,SQL_FullText,SQL_SharedTools,SQL_BC_DEP TRANSFORMS=:SqlRun01.mst;:InstID01.mst;:InstName01.mst MSINEWINSTANCE=1 REBOOT=ReallySuppress CURRENTDIRECTORY=C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap CLIENTUILEVEL=3 CLIENTPROCESSID=616 CURRENTMEDIAVOLUMELABEL=SQLDEVSEL
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{11FE9DE4-380B-45FE-985E-3EC1EFF9D159}'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding TRANSFORMS property. Its value is ':SqlRun01.mst;:InstID01.mst;:InstName01.mst'.
MSI (s) (1C:34) [17:59:06:035]: Product Code passed to Engine.Initialize: ''
MSI (s) (1C:34) [17:59:06:035]: Product Code from property table before transforms: '{0D7A094D-18F9-4A90-8DF3-A1F813BA8750}'
MSI (s) (1C:34) [17:59:06:035]: Product Code from property table after multiple instance transforms: '{2373A92B-1C1C-4E71-B494-5CA97F96AA19}'
MSI (s) (1C:34) [17:59:06:035]: Product Code from property table after transforms: '{2373A92B-1C1C-4E71-B494-5CA97F96AA19}'
MSI (s) (1C:34) [17:59:06:035]: Product not registered: beginning first-time install
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (s) (1C:34) [17:59:06:035]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (1C:34) [17:59:06:035]: User policy value 'DisableMedia' is 0
MSI (s) (1C:34) [17:59:06:035]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (1C:34) [17:59:06:035]: Adding new sources is allowed.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (s) (1C:34) [17:59:06:035]: Package name extracted from package path: 'SqlRun_SQL.msi'
MSI (s) (1C:34) [17:59:06:035]: Package to be registered: 'SqlRun_SQL.msi'
MSI (s) (1C:34) [17:59:06:035]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (1C:34) [17:59:06:035]: Machine policy value 'DisableMsi' is 0
MSI (s) (1C:34) [17:59:06:035]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (1C:34) [17:59:06:035]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (1C:34) [17:59:06:035]: Product installation will be elevated because user is admin and product is being installed per-machine.
MSI (s) (1C:34) [17:59:06:035]: Running product '{2373A92B-1C1C-4E71-B494-5CA97F96AA19}' with elevated privileges: Product is assigned.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Bank of America'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'Bank of America'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding INSTALLSQLSHAREDDIR property. Its value is 'C:\Program Files\Microsoft SQL Server\'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding INSTANCENAME property. Its value is 'MSSQLSERVER'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding INSTALLSQLDIR property. Its value is 'C:\Program Files\Microsoft SQL Server\'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding INSTALLSQLDATADIR property. Its value is 'C:\Program Files\Microsoft SQL Server\'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding SECURITYMODE property. Its value is 'SQL'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding SAPWD property. Its value is '**********'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding SQLCOLLATION property. Its value is 'SQL_Latin1_General_CP1_CI_AS'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding SQLACCOUNT property. Its value is 'NT AUTHORITY\SYSTEM'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding SQLAUTOSTART property. Its value is '1'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding AGTACCOUNT property. Its value is 'NT AUTHORITY\SYSTEM'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding AGTAUTOSTART property. Its value is '1'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding SQLBROWSERACCOUNT property. Its value is 'NT AUTHORITY\SYSTEM'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding SQLBROWSERAUTOSTART property. Its value is '0'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding ENABLERANU property. Its value is '1'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding STPSETUPTHREADID property. Its value is '2656'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding STPSETUPPROCESSID property. Its value is '616'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding EXTERNALCONTROL property. Its value is '1'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding ADDLOCAL property. Its value is 'SQL_Engine,SQL_Data_Files,SQL_Replication,SQL_FullText,SQL_SharedTools,SQL_BC_DEP'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding MSINEWINSTANCE property. Its value is '1'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding REBOOT property. Its value is 'ReallySuppress'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '616'.
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding CURRENTMEDIAVOLUMELABEL property. Its value is 'SQLDEVSEL'.
MSI (s) (1C:34) [17:59:06:035]: TRANSFORMS property is now: :SqlRun01.mst;:InstID01.mst;:InstName01.mst
MSI (s) (1C:34) [17:59:06:035]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '150'.
MSI (s) (1C:34) [17:59:06:035]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\NBK9KWQ\Application Data
MSI (s) (1C:34) [17:59:06:050]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\NBK9KWQ\Favorites
MSI (s) (1C:34) [17:59:06:050]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\NBK9KWQ\NetHood
MSI (s) (1C:34) [17:59:06:050]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\NBK9KWQ\My Documents
MSI (s) (1C:34) [17:59:06:050]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\NBK9KWQ\PrintHood
MSI (s) (1C:34) [17:59:06:050]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\NBK9KWQ\Recent
MSI (s) (1C:34) [17:59:06:050]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\NBK9KWQ\SendTo
MSI (s) (1C:34) [17:59:06:066]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\NBK9KWQ\Templates
MSI (s) (1C:34) [17:59:06:066]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (s) (1C:34) [17:59:06:066]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\NBK9KWQ\Local Settings\Application Data
MSI (s) (1C:34) [17:59:06:066]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\NBK9KWQ\My Documents\My Pictures
MSI (s) (1C:34) [17:59:06:066]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (s) (1C:34) [17:59:06:066]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI (s) (1C:34) [17:59:06:066]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (s) (1C:34) [17:59:06:066]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI (s) (1C:34) [17:59:06:066]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI (s) (1C:34) [17:59:06:066]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\NBK9KWQ\Start Menu\Programs\Administrative Tools
MSI (s) (1C:34) [17:59:06:066]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\NBK9KWQ\Start Menu\Programs\Startup
MSI (s) (1C:34) [17:59:06:081]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\NBK9KWQ\Start Menu\Programs
MSI (s) (1C:34) [17:59:06:081]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\NBK9KWQ\Start Menu
MSI (s) (1C:34) [17:59:06:081]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\NBK9KWQ\Desktop
MSI (s) (1C:34) [17:59:06:081]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Templates
MSI (s) (1C:34) [17:59:06:081]: SHELL32::SHGetFolderPath returned: C:\WINNT\Fonts
MSI (s) (1C:34) [17:59:06:081]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (s) (1C:34) [17:59:06:081]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (1C:34) [17:59:06:081]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINNT\Installer\22d183.msi'.
MSI (s) (1C:34) [17:59:06:081]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'X:\SQL Server x86\Servers\Setup\SqlRun_SQL.msi'.
MSI (s) (1C:34) [17:59:06:081]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (1C:34) [17:59:06:081]: Machine policy value 'DisableRollback' is 0
MSI (s) (1C:34) [17:59:06:081]: User policy value 'DisableRollback' is 0
MSI (s) (1C:34) [17:59:06:081]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
=== Logging started: 5/21/2009 17:59:06 ===
MSI (s) (1C:34) [17:59:06:081]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'.
MSI (s) (1C:34) [17:59:06:081]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (1C:34) [17:59:06:081]: Doing action: INSTALL
MSI (s) (1C:34) [17:59:06:081]: Running ExecuteSequence
MSI (s) (1C:34) [17:59:06:081]: Doing action: ProgramFilesFolder.68C6D15C_77E0_11D5_8528_00C04F68155C
Action start 17:59:06: INSTALL.
MSI (s) (1C:34) [17:59:06:081]: PROPERTY CHANGE: Adding ProgramFilesFolder.68C6D15C_77E0_11D5_8528_00C04F68155C property. Its value is 'C:\Program Files\'.
Action start 17:59:06: ProgramFilesFolder.68C6D15C_77E0_11D5_8528_00C04F68155C.
MSI (s) (1C:34) [17:59:06:097]: Doing action: CommonFilesFolder.D9BC9C10_2DCD_44D3_AACC_9C58CAF76128
Action ended 17:59:06: ProgramFilesFolder.68C6D15C_77E0_11D5_8528_00C04F68155C. Return value 1.
MSI (s) (1C:34) [17:59:06:097]: PROPERTY CHANGE: Adding CommonFilesFolder.D9BC9C10_2DCD_44D3_AACC_9C58CAF76128 property. Its value is 'C:\Program Files\Common Files\'.
Action start 17:59:06: CommonFilesFolder.D9BC9C10_2DCD_44D3_AACC_9C58CAF76128.
MSI (s) (1C:34) [17:59:06:097]: Doing action: SystemFolder.291EAD4C_0726_4504_A2A1_C9FF1E711B8C
Action ended 17:59:06: CommonFilesFolder.D9BC9C10_2DCD_44D3_AACC_9C58CAF76128. Return value 1.
MSI (s) (1C:34) [17:59:06:097]: PROPERTY CHANGE: Adding SystemFolder.291EAD4C_0726_4504_A2A1_C9FF1E711B8C property. Its value is 'C:\WINNT\system32\'.
Action start 17:59:06: SystemFolder.291EAD4C_0726_4504_A2A1_C9FF1E711B8C.
MSI (s) (1C:34) [17:59:06:097]: Doing action: SystemFolder.7188DA12_A95E_46B7_8623_9D93B5260E2A
Action ended 17:59:06: SystemFolder.291EAD4C_0726_4504_A2A1_C9FF1E711B8C. Return value 1.
MSI (s) (1C:34) [17:59:06:097]: PROPERTY CHANGE: Adding SystemFolder.7188DA12_A95E_46B7_8623_9D93B5260E2A property. Its value is 'C:\WINNT\system32\'.
Action start 17:59:06: SystemFolder.7188DA12_A95E_46B7_8623_9D93B5260E2A.
MSI (s) (1C:34) [17:59:06:097]: Doing action: SystemFolder.7F92F353_B3A2_4AE0_A288_5B746146B1B8
Action ended 17:59:06: SystemFolder.7188DA12_A95E_46B7_8623_9D93B5260E2A. Return value 1.
MSI (s) (1C:34) [17:59:06:097]: PROPERTY CHANGE: Adding SystemFolder.7F92F353_B3A2_4AE0_A288_5B746146B1B8 property. Its value is 'C:\WINNT\system32\'.
Action start 17:59:06: SystemFolder.7F92F353_B3A2_4AE0_A288_5B746146B1B8.
MSI (s) (1C:34) [17:59:06:097]: Doing action: ProgramFilesFolder.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF
Action ended 17:59:06: SystemFolder.7F92F353_B3A2_4AE0_A288_5B746146B1B8. Return value 1.
MSI (s) (1C:34) [17:59:06:097]: PROPERTY CHANGE: Adding ProgramFilesFolder.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF property. Its value is 'C:\Program Files\'.
Action start 17:59:06: ProgramFilesFolder.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF.
MSI (s) (1C:34) [17:59:06:097]: Doing action: CommonFilesFolder.808C44A0_9EC0_4446_A4CB_3E51F5C5D59F
Action ended 17:59:06: ProgramFilesFolder.EAD22282_F1AF_4119_B1F9_C9F1DCBC62FF. Return value 1.
MSI (s) (1C:34) [17:59:06:097]: PROPERTY CHANGE: Adding CommonFilesFolder.808C44A0_9EC0_4446_A4CB_3E51F5C5D59F property. Its value is 'C:\Program Files\Common Files\'.
Action start 17:59:06: CommonFilesFolder.808C44A0_9EC0_4446_A4CB_3E51F5C5D59F.
MSI (s) (1C:34) [17:59:06:097]: Doing action: CommonFilesFolder.1887A514_D285_4653_98A1_6B7128517683
Action ended 17:59:06: CommonFilesFolder.808C44A0_9EC0_4446_A4CB_3E51F5C5D59F. Return value 1.
MSI (s) (1C:34) [17:59:06:097]: PROPERTY CHANGE: Adding CommonFilesFolder.1887A514_D285_4653_98A1_6B7128517683 property. Its value is 'C:\Program Files\Common Files\'.
Action start 17:59:06: CommonFilesFolder.1887A514_D285_4653_98A1_6B7128517683.
MSI (s) (1C:34) [17:59:06:097]: Doing action: SystemFolder.60A85CA1_D9D8_43FA_9DD5_574BEF970F9F
Action ended 17:59:06: CommonFilesFolder.1887A514_D285_4653_98A1_6B7128517683. Return value 1.
MSI (s) (1C:34) [17:59:06:097]: PROPERTY CHANGE: Adding SystemFolder.60A85CA1_D9D8_43FA_9DD5_574BEF970F9F property. Its value is 'C:\WINNT\system32\'.
Action start 17:59:06: SystemFolder.60A85CA1_D9D8_43FA_9DD5_574BEF970F9F.
MSI (s) (1C:34) [17:59:06:097]: Doing action: WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E
Action ended 17:59:06: SystemFolder.60A85CA1_D9D8_43FA_9DD5_574BEF970F9F. Return value 1.
MSI (s) (1C:34) [17:59:06:097]: PROPERTY CHANGE: Adding WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNT\'.
Action start 17:59:06: WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E.
MSI (s) (1C:34) [17:59:06:097]: Doing action: SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E
Action ended 17:59:06: WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (1C:34) [17:59:06:113]: PROPERTY CHANGE: Adding SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNT\system32\'.
Action start 17:59:06: SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E.
MSI (s) (1C:34) [17:59:06:113]: Doing action: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
Action ended 17:59:06: SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (1C:34) [17:59:06:113]: PROPERTY CHANGE: Adding WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNT\'.
Action start 17:59:06: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E.
MSI (s) (1C:34) [17:59:06:113]: Doing action: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
Action ended 17:59:06: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (1C:34) [17:59:06:113]: PROPERTY CHANGE: Adding SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNT\system32\'.
Action start 17:59:06: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E.
MSI (s) (1C:34) [17:59:06:113]: Doing action: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
Action ended 17:59:06: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (1C:34) [17:59:06:113]: PROPERTY CHANGE: Adding WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNT\'.
Action start 17:59:06: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
MSI (s) (1C:34) [17:59:06:113]: Doing action: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
Action ended 17:59:06: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (1C:34) [17:59:06:113]: PROPERTY CHANGE: Adding SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNT\system32\'.
Action start 17:59:06: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
MSI (s) (1C:34) [17:59:06:113]: Doing action: WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E
Action ended 17:59:06: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (1C:34) [17:59:06:113]: PROPERTY CHANGE: Adding WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNT\'.
Action start 17:59:06: WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E.
MSI (s) (1C:34) [17:59:06:113]: Doing action: SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E
Action ended 17:59:06: WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (1C:34) [17:59:06:113]: PROPERTY CHANGE: Adding SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNT\system32\'.
Action start 17:59:06: SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E.
MSI (s) (1C:34) [17:59:06:113]: Doing action: WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E
Action ended 17:59:06: SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (1C:34) [17:59:06:113]: PROPERTY CHANGE: Adding WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNT\'.
Action start 17:59:06: WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E.
MSI (s) (1C:34) [17:59:06:113]: Doing action: SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E
Action ended 17:59:06: WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (1C:34) [17:59:06:113]: PROPERTY CHANGE: Adding SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNT\system32\'.
Action start 17:59:06: SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E.
MSI (s) (1C:34) [17:59:06:113]: Doing action: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
Action ended 17:59:06: SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (1C:34) [17:59:06:113]: PROPERTY CHANGE: Adding WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNT\'.
Action start 17:59:06: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E.
MSI (s) (1C:34) [17:59:06:113]: Doing action: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
Action ended 17:59:06: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (1C:34) [17:59:06:128]: PROPERTY CHANGE: Adding SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNT\system32\'.
Action start 17:59:06: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E.
MSI (s) (1C:34) [17:59:06:128]: Doing action: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
Action ended 17:59:06: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (1C:34) [17:59:06:128]: PROPERTY CHANGE: Adding WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNT\'.
Action start 17:59:06: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
MSI (s) (1C:34) [17:59:06:128]: Doing action: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
Action ended 17:59:06: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (1C:34) [17:59:06:128]: PROPERTY CHANGE: Adding SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNT\system32\'.
Action start 17:59:06: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
MSI (s) (1C:34) [17:59:06:128]: Doing action: WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
Action ended 17:59:06: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (1C:34) [17:59:06:128]: PROPERTY CHANGE: Adding WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNT\'.
Action start 17:59:06: WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E.
MSI (s) (1C:34) [17:59:06:128]: Doing action: SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
Action ended 17:59:06: WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (1C:34) [17:59:06:128]: PROPERTY CHANGE: Adding SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINNT\system32\'.
Action start 17:59:06: SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E.
MSI (s) (1C:34) [17:59:06:128]: Doing action: ProgramMenuFolder.ConfigurationTools1033
Action ended 17:59:06: SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (1C:34) [17:59:06:128]: PROPERTY CHANGE: Adding ProgramMenuFolder.ConfigurationTools1033 property. Its value is 'C:\Documents and Settings\All Users\Start Menu\Programs\'.
Action start 17:59:06: ProgramMenuFolder.ConfigurationTools1033.
MSI (s) (1C:34) [17:59:06:128]: Doing action: ProgramFilesFolder.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 17:59:06: ProgramMenuFolder.ConfigurationTools1033. Return value 1.
MSI (s) (1C:34) [17:59:06:128]: PROPERTY CHANGE: Adding ProgramFilesFolder.D20239D7_E87C_40C9_9837_E70B8D4882C2 property. Its value is 'C:\Program Files\'.
Action start 17:59:06: ProgramFilesFolder.D20239D7_E87C_40C9_9837_E70B8D4882C2.
MSI (s) (1C:34) [17:59:06:128]: Doing action: SetMDACSxS
Action ended 17:59:06: ProgramFilesFolder.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (1C:34) [17:59:06:128]: PROPERTY CHANGE: Adding MDACSXS property. Its value is '1'.
Action start 17:59:06: SetMDACSxS.
MSI (s) (1C:34) [17:59:06:128]: Doing action: SetInstanceName
Action ended 17:59:06: SetMDACSxS. Return value 1.
MSI (s) (1C:34) [17:59:06:128]: PROPERTY CHANGE: Adding SqlInstanceName property. Its value is 'MSSQLSERVER'.
Action start 17:59:06: SetInstanceName.
MSI (s) (1C:34) [17:59:06:128]: Doing action: SetCollation
Action ended 17:59:06: SetInstanceName. Return value 1.
MSI (s) (1C:34) [17:59:06:128]: PROPERTY CHANGE: Adding SqlCollation property. Its value is 'SQL_Latin1_General_CP1_CI_AS'.
Action start 17:59:06: SetCollation.
MSI (s) (1C:34) [17:59:06:128]: Doing action: SetSecurityMode
Action ended 17:59:06: SetCollation. Return value 1.
MSI (s) (1C:34) [17:59:06:144]: PROPERTY CHANGE: Adding SqlSecurityMode property. Its value is 'SQL'.
Action start 17:59:06: SetSecurityMode.
MSI (s) (1C:34) [17:59:06:144]: Doing action: SetUpgradeUser
Action ended 17:59:06: SetSecurityMode. Return value 1.
Action start 17:59:06: SetUpgradeUser.
MSI (s) (1C:34) [17:59:06:144]: Skipping action: ErrorDisableNetworkProtocols (condition is false)
MSI (s) (1C:34) [17:59:06:144]: Skipping action: SetCluster (condition is false)
MSI (s) (1C:34) [17:59:06:144]: Doing action: SetClusterSec
Action ended 17:59:06: SetUpgradeUser. Return value 1.
Action start 17:59:06: SetClusterSec.
MSI (s) (1C:34) [17:59:06:144]: Doing action: SetSaPwd
Action ended 17:59:06: SetClusterSec. Return value 1.
MSI (s) (1C:34) [17:59:06:144]: PROPERTY CHANGE: Adding saPWD property. Its value is '**********'.
Action start 17:59:06: SetSaPwd.
MSI (s) (1C:34) [17:59:06:144]: Doing action: SetUpgradePwd
Action ended 17:59:06: SetSaPwd. Return value 1.
Action start 17:59:06: SetUpgradePwd.
MSI (s) (1C:34) [17:59:06:144]: Doing action: StreamSupportFiles.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 17:59:06: SetUpgradePwd. Return value 1.
MSI (s) (1C:28) [17:59:06:144]: Invoking remote custom action. DLL: C:\WINNT\Installer\MSI4B4.tmp, Entrypoint: StreamSupportFiles
MSI (s) (1C:C8) [17:59:06:144]: Generating random cookie.
MSI (s) (1C:C8) [17:59:06:160]: Created Custom Action Server with PID 512 (0x200).
MSI (s) (1C:1C) [17:59:06:206]: Running as a service.
MSI (s) (1C:1C) [17:59:06:222]: Hello, I'm your 32bit Impersonated custom action server.
Action start 17:59:06: StreamSupportFiles.D20239D7_E87C_40C9_9837_E70B8D4882C2.
Property(SQL): Setup Bootstrap Directory = C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\
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) (1C:34) [17:59:06:347]: Doing action: Do_LogInstallStart.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 17:59:06: StreamSupportFiles.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (1C:A8) [17:59:06:363]: Invoking remote custom action. DLL: C:\WINNT\Installer\MSI4B5.tmp, Entrypoint: Do_LogInstallStart
Action start 17:59:06: 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'>
Function=Do_LogInstallStart
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
Doing Action: Do_LogInstallStart
PerfTime Start: Do_LogInstallStart : Thu May 21 17:59:07 2009
<Func Name='Do_LogInstallStart'>
<EndFunc Name='Do_LogInstallStart' Return='0' GetLastError='203'>
PerfTime Stop: Do_LogInstallStart : Thu May 21 17:59:07 2009
<EndFunc Name='LaunchFunction' Return='0' GetLastError='203'>
MSI (s) (1C:34) [17:59:07:628]: Doing action: GetDefaultDomain.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 17:59:07: Do_LogInstallStart.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (1C:9C) [17:59:07:628]: Invoking remote custom action. DLL: C:\WINNT\Installer\MSI4B6.tmp, Entrypoint: GetDefaultDomain
Action start 17:59:07: GetDefaultDomain.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
Function=GetDefaultDomain
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
Doing Action: GetDefaultDomain
PerfTime Start: GetDefaultDomain : Thu May 21 17:59:07 2009
<Func Name='GetDefaultDomain'>
MSI (s) (1C!48) [17:59:07:863]: PROPERTY CHANGE: Adding DefaultDomain property. Its value is 'ASIA'.
MSI (s) (1C!48) [17:59:07:863]: PROPERTY CHANGE: Adding QuotedDefaultDomain property. Its value is 'ASIA'.
MSI (s) (1C!48) [17:59:07:863]: PROPERTY CHANGE: Adding QuotedComputerName property. Its value is 'B001E4FAB1254'.
PerfTime Stop: GetDefaultDomain : Thu May 21 17:59:07 2009
<EndFunc Name='LaunchFunction' Return='0' GetLastError='0'>
MSI (s) (1C:34) [17:59:07:863]: Doing action: RestoreSetupParams.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 17:59:07: GetDefaultDomain.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (1C:68) [17:59:07:878]: Invoking remote custom action. DLL: C:\WINNT\Installer\MSI4B7.tmp, Entrypoint: RestoreSetupParams
Action start 17:59:07: RestoreSetupParams.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
Function=RestoreSetupParams
Skipping Action: RestoreSetupParams (Condition is false)
<EndFunc Name='LaunchFunction' Return='0' GetLastError='203'>
MSI (s) (1C:34) [17:59:08:035]: Doing action: LaunchConditions
Action ended 17:59:08: RestoreSetupParams.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (1C:34) [17:59:08:035]: Note: 1: 2205 2: 3: LaunchCondition
MSI (s) (1C:34) [17:59:08:035]: Note: 1: 2228 2: 3: LaunchCondition 4: SELECT `Condition`, `Description` FROM `LaunchCondition`
Action start 17:59:08: LaunchConditions.
MSI (s) (1C:34) [17:59:08:035]: Doing action: Collation.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616
Action ended 17:59:08: LaunchConditions. Return value 0.
MSI (s) (1C:34) [17:59:08:035]: PROPERTY CHANGE: Adding Collation.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 property. Its value is 'SQL_Latin1_General_CP1_CI_AS'.
Action start 17:59:08: Collation.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616.
MSI (s) (1C:34) [17:59:08:035]: Doing action: ShutdownServiceManager.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 17:59:08: Collation.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616. Return value 1.
MSI (s) (1C:44) [17:59:08:050]: Invoking remote custom action. DLL: C:\WINNT\Installer\MSI4B8.tmp, Entrypoint: ShutdownServiceManager
Action start 17:59:08: ShutdownServiceManager.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
Function=ShutdownServiceManager
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
Doing Action: ShutdownServiceManager
PerfTime Start: ShutdownServiceManager : Thu May 21 17:59:08 2009
<Func Name='ShutdownServiceManager'>
<EndFunc Name='ShutdownServiceManager' Return='0' GetLastError='2'>
PerfTime Stop: ShutdownServiceManager : Thu May 21 17:59:08 2009
<EndFunc Name='LaunchFunction' Return='0' GetLastError='2'>
MSI (s) (1C:34) [17:59:08:113]: Doing action: Write_sqlWellKnownAccountNames.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 17:59:08: ShutdownServiceManager.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (1C:3C) [17:59:08:113]: Invoking remote custom action. DLL: C:\WINNT\Installer\MSI4B9.tmp, Entrypoint: Write_sqlWellKnownAccountNames
Action start 17:59:08: Write_sqlWellKnownAccountNames.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
Function=Write_sqlWellKnownAccountNames
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
Doing Action: Write_sqlWellKnownAccountNames
PerfTime Start: Write_sqlWellKnownAccountNames : Thu May 21 17:59:08 2009
<Func Name='Write_sqlWellKnownAccountNames'>
MSI (s) (1C!64) [17:59:08:238]: PROPERTY CHANGE: Adding AdministratorsGroup property. Its value is 'BUILTIN\Administrators'.
MSI (s) (1C!64) [17:59:08:253]: PROPERTY CHANGE: Adding UsersGroup property. Its value is 'BUILTIN\Users'.
MSI (s) (1C!64) [17:59:08:253]: PROPERTY CHANGE: Adding NetworkServiceAccount property. Its value is 'NT AUTHORITY\NETWORK SERVICE'.
MSI (s) (1C!64) [17:59:08:253]: PROPERTY CHANGE: Adding SCMNetworkServiceAccount property. Its value is 'NT AUTHORITY\NetworkService'.
MSI (s) (1C!64) [17:59:08:253]: PROPERTY CHANGE: Adding LocalSystemAccount property. Its value is 'NT AUTHORITY\SYSTEM'.
MSI (s) (1C!64) [17:59:08:253]: PROPERTY CHANGE: Adding LocalServiceAccount property. Its value is 'NT AUTHORITY\LOCAL SERVICE'.
MSI (s) (1C!64) [17:59:08:253]: PROPERTY CHANGE: Adding SCMLocalServiceAccount property. Its value is 'NT AUTHORITY\LocalService'.
<EndFunc Name='Write_sqlWellKnownAccountNames' Return='0' GetLastError='1008'>
PerfTime Stop: Write_sqlWellKnownAccountNames : Thu May 21 17:59:08 2009
<EndFunc Name='LaunchFunction' Return='0' GetLastError='1008'>
MSI (s) (1C:34) [17:59:08:253]: Doing action: PropSetSQLAutoStart.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 17:59:08: Write_sqlWellKnownAccountNames.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
Action start 17:59:08: PropSetSQLAutoStart.D20239D7_E87C_40C9_9837_E70B8D4882C2.
MSI (s) (1C:34) [17:59:08:253]: Doing action: CheckIIS.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 17:59:08: PropSetSQLAutoStart.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (1C:28) [17:59:08:253]: Invoking remote custom action. DLL: C:\WINNT\Installer\MSI4BA.tmp, Entrypoint: CheckIIS
Action start 17:59:08: CheckIIS.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
Function=CheckIIS
<Func Name='SetCAContext'>
<EndFunc Name='Se

» Report offensive content

Leave a comment

You must read and type the 6 chars within 0..9 and A..F

* indicates mandatory fields.

26

Srini - 21/05/09

Hi, Im receiving the following error while installing SQL Server 2005 Developer Edition. Error 29528. The setup has encountered an unexpected error while ... more

25

Dapamoga.Org - 05/11/09

www.Dapamoga.Org - charity in Belarus Hello world! ... more

24

Elysa - 19/08/08

Hi - Thanks for the documentation. Microsoft seems intent to obfuscate its software...what was once simple and obvious is now ... more

Log in


Sign up | Forgot your password?

  • Staff Aussies to pay more for Win 7

    If you are looking to make some money in these troubled times, perhaps importing copies of Windows 7 could be for you. Read more »

    -- posted by Staff

  • Staff Firefox: Greens want it, 3.5rc2 not up to par

    This week's roundup looks at the situation surrounding a campaign to change Outlook HTML renderer, a Greens MP wants to install Firefox but is restricted and all the photos from the iPhone 3GS launch. Read more »

    -- posted by Staff

  • Chris Duckett Microsoft misses the Outlook point

    Ask designers which mail program is the bane of their existence, and you'll find that Outlook tops the list. The reason why the most popular email reader is also the most painful is simple: it uses Word to render HTML emails. Read more »

    -- posted by Chris Duckett

What's on?