SQL Express Setup Failure

Mar 1, 2008

When I install SQL Express I get a setup failure for the following:
MSXML6-Setup Failed
SQLServer Database Services-Setup Failed

I had SQL Express installed before and I remember having a little trouble uninstalling it at the time. My machine is a Dell Inspiron with 2GB RAM and a 60GB hard drive with 50GB available.

Here are the logs:


Microsoft SQL Server 2005 9.00.2047.00
==============================
OS Version : Microsoft Windows XP Professional Service Pack 2 (Build 2600)
Time : Fri Feb 29 19:46:55 2008

Machine : ELYKMAIN
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.2047.00
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0005_ELYKMAIN_SQLSupport_1.log
--------------------------------------------------------------------------------
Machine : ELYKMAIN
Product : Microsoft SQL Server Native Client
Product Version : 9.00.2047.00
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0005_ELYKMAIN_SQLNCLI_1.log
--------------------------------------------------------------------------------
Machine : ELYKMAIN
Product : Microsoft SQL Server VSS Writer
Product Version : 9.00.2047.00
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0005_ELYKMAIN_SqlWriter_1.log
--------------------------------------------------------------------------------

=== Verbose logging started: 2/29/2008 19:48:24 Build type: SHIP UNICODE 3.01.4000.4039 Calling process: c:Program FilesMicrosoft SQL Server90Setup Bootstrapsetup.exe ===
MSI (c) (14:50) [19:48:24:014]: Resetting cached policy values
MSI (c) (14:50) [19:48:24:014]: Machine policy value 'Debug' is 0
MSI (c) (14:50) [19:48:24:014]: ******* RunEngine:
******* Product: {A43BF6A5-D5F0-4AAA-BF41-65995063EC44}
******* Action:
******* CommandLine: **********
MSI (c) (14:50) [19:48:24:014]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (14:50) [19:48:24:014]: Grabbed execution mutex.
MSI (c) (14:50) [19:48:24:030]: Cloaking enabled.
MSI (c) (14:50) [19:48:24:030]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (14:50) [19:48:24:030]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (A0:FC) [19:48:24:030]: Grabbed execution mutex.
MSI (s) (A0:F4) [19:48:24:030]: Resetting cached policy values
MSI (s) (A0:F4) [19:48:24:030]: Machine policy value 'Debug' is 0
MSI (s) (A0:F4) [19:48:24:030]: ******* RunEngine:
******* Product: {A43BF6A5-D5F0-4AAA-BF41-65995063EC44}
******* Action:
******* CommandLine: **********
MSI (s) (A0:F4) [19:48:24:030]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (A0:F4) [19:48:24:030]: MainEngineThread is returning 1605
MSI (c) (14:50) [19:48:24:030]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (14:50) [19:48:24:030]: MainEngineThread is returning 1605
=== Verbose logging stopped: 2/29/2008 19:48:24 ===

Any help would be appreciated.

View 4 Replies


ADVERTISEMENT

Sql Setup Install Failure I

May 6, 2008

Hi there,

I am trying to analyze log files from a failed install of Sql Server Dev. Ed. on 4/1/08. I have a Windows Installer Verbose Log Anlyzer for that.

The core log says in part:
Running: OpenPipeAction at: 2008/4/1 13:56:3
Complete: OpenPipeAction at: 2008/4/1 13:56:33, returned fals
Error: Action "OpenPipeAction" failed during execution
Running: CreatePipeAction at: 2008/4/1 13:56:3
Complete: CreatePipeAction at: 2008/4/1 13:56:33, returned fals
Error: Action "CreatePipeAction" failed during execution
Action "RunRemoteSetupAction" will be skipped due to the following restrictions:
Condition "Action: CreatePipeAction has finished and passed." returned false
I appears named pipes failed. My question is why?

From Core_log (Local) in part:
<Func Name='PerformDetections'
0
<EndFunc Name='PerformDetections' Return='0' GetLastError='0'
Error: Action "InvokeSqlSetupDllAction" threw an exception during execution
Failed to find feature:ADDLOCAL=ALL : 7000
Message displayed to use
The feature(s) specified are not valid for any SQL Server products
Error: Failed to add file :"C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DDMNVT61_.NET Framework 2.0.log" to cab file : "C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGSqlSetup0001.cab" Error Code :
Error: Failed to add file :"C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DDMNVT61_.NET Framework 2.0 LangPack.log" to cab file : "C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGSqlSetup0001.cab" Error Code :
Error: Failed to add file :"C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DDMNVT61_.NET Framework Upgrade Advisor.log" to cab file : "C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGSqlSetup0001.cab" Error Code :
Error: Failed to add file :"C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DDMNVT61_.NET Framework Upgrade Advisor LangPack.log" to cab file : "C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGSqlSetup0001.cab" Error Code :
Error: Failed to add file :"C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DDMNVT61_.NET Framework Windows Installer.log" to cab file : "C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGSqlSetup0001.cab" Error Code :
Error: Failed to add file :"C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DDMNVT61_.NET Framework Windows Installer LangPack.log" to cab file : "C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGSqlSetup0001.cab" Error Code :
Delay load of action "UploadDrWatsonLogAction" returned nothing. No action will occur as a result
Message pump returning: 7000
Message pump returning: 7000

There are other log files but I've decided to limit the "damage."

Thanks.

View 2 Replies View Related

There Was An Unexpected Failure During The Setup Wizard.

Dec 20, 2005

Hello!

I'm trying to install Microsoft SQL Server (en_SQL2005_DEV_Servers_Sept2005). But when I do so I get:

TITLE: Microsoft SQL Server 2005 CTP Setup
------------------------------

There was an unexpected failure during the setup wizard. You may review the setup logs and/or click the help button for more information.


For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&ProdVer=9.00.1314.06&EvtSrc=setup.rll&EvtID=50000&EvtType=packageengine%5cinstallpackageaction.cpp%40InstallToolsAction.10%40sqls%3a%3aInstallPackageAction%3a%3aperform%400x643

------------------------------
BUTTONS:

OK
------------------------------


Doeas anyone know what is going on?


Thank you in advance and best regards
John

View 6 Replies View Related

SQl 2005 Setup Failure For Cluster

Oct 19, 2006

Installing SQl2005 into on Win2003 2 node cluster, at the very end of the
setup receive a message 'Remote Setup failed'. Referred to some sql logs
and found this;
Error: Action "LaunchLocalBootstrapAction" threw an exception during
execution. Error information reported during run:
"C:Program FilesMicrosoft SQL Server90Setup Bootstrapsetup.exe"
finished and returned: 1603
Aborting queue processing as nested installer has completed
Message pump returning: 1603

I've seen some similar errors on the web and suggestions about the Task
Scheduler being started on both nodes, but I ensured these were both started
before the install. SQL2005 does seem to be ok on the node1 where the
install was made, but fails when trying to failover to node 2.

Any help would be much appreciated here.

Thanks
Darren

View 1 Replies View Related

There Was An Unexpected Failure During The Setup Wizard.

Jul 14, 2006

I keep getting this error message at the same point everytime I try to install SQL 2005. I have tried everything I can find on the website and nothing works! Any ideas???

View 2 Replies View Related

SQL2005 Setup Fails: How To: Work Around COM+ Check Failure?

Nov 17, 2005

SQL Server 2005 Setup Fails. I've followed all the instructions but keep

View 12 Replies View Related

SQL2005 Database Service Fails OWC11 Setup Failure --missing 4c483c.msi--HELP Please!!

Nov 8, 2006

Hi all,
I had to uninstall SQL2005 Service, client-tools & BI studio applications on my laptop running XP SP-2. Now, I'm trying a fresh install, a simple install of >>just<< the 2005 DB service is failing.
Snippet of log file-------------------------
MSI (s) (F8:80) [22:35:02:484]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (F8:80) [22:35:02:484]: Warning: Local cached package 'C:WINDOWSInstaller4c483c.msi' is missing.
Snippet of log file-------------------------


CSetupBootstrapWizard returned 1
<EndFunc Name='DisplaySCCWizard' Return='0' GetLastError='183'>
Failed to find help file for LCID :3081
Loaded DLL:C:Program FilesMicrosoft SQL Server90Setup Bootstrapsqlsval.dll Version:2005.90.1399.0
<EndFunc Name='DwLaunchMsiExec' Return='0' GetLastError='0'>
Complete: InvokeSqlSetupDllAction at: 2006/10/8 22:18:10, returned true
Running: SetPackageInstallStateAction at: 2006/10/8 22:18:10
Complete: SetPackageInstallStateAction at: 2006/10/8 22:18:12, returned true
Running: DeterminePackageTransformsAction at: 2006/10/8 22:18:12
Complete: DeterminePackageTransformsAction at: 2006/10/8 22:18:25, returned true
Running: ValidateSetupPropertiesAction at: 2006/10/8 22:18:25
Complete: ValidateSetupPropertiesAction at: 2006/10/8 22:18:25, returned true
Running: OpenPipeAction at: 2006/10/8 22:18:25
Complete: OpenPipeAction at: 2006/10/8 22:18:25, returned false
Error: Action "OpenPipeAction" failed during execution.
Running: CreatePipeAction at: 2006/10/8 22:18:25
Complete: CreatePipeAction at: 2006/10/8 22:18:25, returned false
Error: Action "CreatePipeAction" failed during execution.
Action "RunRemoteSetupAction" will be skipped due to the following restrictions:
Condition "Action: CreatePipeAction has finished and passed." returned false.

The OWC11 setup failure is triggerring SQL DB Service installation to fail as well.
Please help!!!

Regards,
Uday

View 7 Replies View Related

Install Fails On SQL Express (part Of Setup For Accounting Express 2007)

Apr 4, 2007

I am having the same problem as Michael, with the exception that my laptop is running windows XP SP2.

BUT when I look at the SETUP LOG FILE there is NOTHING in it. This is what I get:





Microsoft SQL Server 2005 9.00.2047.00
==============================
OS Version : Microsoft Windows XP Professional Service Pack 2 (Build 2600)
Time : Tue Apr 03 19:36:54 2007

(LAPTOP NAME HERE) : Unknown article Result.

SQL Server Setup failed. For more information, review the Setup log file in %ProgramFiles%Microsoft SQL Server90Setup BootstrapLOGSummary.txt.


Time : Tue Apr 03 19:36:56 2007



(As you can see, there is nothing in the file)





Any ideas what could be wrong?



Thanks





Pedro






View 6 Replies View Related

Install Fails On SQL Express (part Of Setup For Accounting Express 2007)

Mar 4, 2007

Am running vista premium and am trying to complete the installation of Office 2007 Professional (disc 2) and keep getting an error message that SQL Service 2005 (Express) cannot install. Logfile below:


Microsoft SQL Server 2005 9.00.3042.00
==============================
OS Version : Home Edition (Build 6000)
Time : Sun Mar 04 15:25:13 2007

Machine : MICHAELTODD-PC
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.3042.00
Install : Successful
Log File : c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0008_MICHAELTODD-PC_SQLSupport_1.log
--------------------------------------------------------------------------------
Machine : MICHAELTODD-PC
Product : Microsoft SQL Server Native Client
Product Version : 9.00.3042.00
Install : Successful
Log File : c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0008_MICHAELTODD-PC_SQLNCLI_1.log
--------------------------------------------------------------------------------
Machine : MICHAELTODD-PC
Product : Microsoft SQL Server VSS Writer
Product Version : 9.00.3042.00
Install : Successful
Log File : c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0008_MICHAELTODD-PC_SqlWriter_1.log
--------------------------------------------------------------------------------
Machine : MICHAELTODD-PC
Product : SQL Server Database Services
Error : SQL Server Setup Failed to compile the Managed Object Format (MOF) file c:Program FilesMicrosoft SQL Server90Sharedsqlmgmproviderxpsp2up.mof. To proceed, see "Troubleshooting an Installation of SQL Server 2005" or "How to: View SQL Server 2005 Setup Log Files" in SQL Server 2005 Setup Help documentation.
--------------------------------------------------------------------------------
Machine : MICHAELTODD-PC
Product : SQL Server Database Services
Error : SQL Server Setup Failed to compile the Managed Object Format (MOF) file c:Program FilesMicrosoft SQL Server90Sharedsqlmgmproviderxpsp2up.mof. To proceed, see "Troubleshooting an Installation of SQL Server 2005" or "How to: View SQL Server 2005 Setup Log Files" in SQL Server 2005 Setup Help documentation.
--------------------------------------------------------------------------------
Machine : MICHAELTODD-PC
Product : Microsoft SQL Server 2005 Express Edition
Product Version : 9.1.2047.00
Install : Failed
Log File : c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0008_MICHAELTODD-PC_SQL.log
Last Action : InstallFinalize
Error String : SQL Server Setup Failed to compile the Managed Object Format (MOF) file c:Program FilesMicrosoft SQL Server90Sharedsqlmgmproviderxpsp2up.mof. To proceed, see "Troubleshooting an Installation of SQL Server 2005" or "How to: View SQL Server 2005 Setup Log Files" in SQL Server 2005 Setup Help documentation.
Error Number : 29513
--------------------------------------------------------------------------------

SQL Server Setup failed. For more information, review the Setup log file in %ProgramFiles%Microsoft SQL Server90Setup BootstrapLOGSummary.txt.


Time : Sun Mar 04 15:27:03 2007


List of log files:
c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0008_MICHAELTODD-PC_Core(Patched).log
c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0008_MICHAELTODD-PC_SQLSupport_1.log
c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0008_MICHAELTODD-PC_SQLNCLI_1.log
c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0008_MICHAELTODD-PC_SqlWriter_1.log
c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0008_MICHAELTODD-PC_SQL.log
c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0008_MICHAELTODD-PC_Datastore.xml
c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0008_MICHAELTODD-PC_.NET Framework 2.0.log
c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0008_MICHAELTODD-PC_Support.log
c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0008_MICHAELTODD-PC_Core.log
c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGSummary.txt
c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0008_MICHAELTODD-PC_SCC.log

View 8 Replies View Related

SQL Express Installation Failure

Apr 11, 2008

I wanted to add SQL Express to my VS 2008 installation. When I installed VS, i didn't install SQL E, so popped in the disk and clicked modify install, checked SQL Express and next. it said it was successful but with errors. i check the error log and it said it didn't install it at all:[01/08/08,13:51:00] Microsoft .NET Framework 3.5: [2] Error code 1602 for this component means "User cancelled installation."[01/08/08,13:51:00] Microsoft .NET Framework 3.5: [2] Setup Failed on component Microsoft .NET Framework 3.5[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft .NET Framework 3.5 is not installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft Document Explorer 2008 was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio Web Authoring Component was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2008 Professional Edition - ENU was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft .NET Compact Framework 2.0 SP2 was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft .NET Compact Framework 3.5 was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0 Runtime) was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System Runtime was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 Design Tools was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 For Devices was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Windows Mobile 5.0 SDK R2 for Pocket PC was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Windows Mobile 5.0 SDK R2 for Smartphone was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft Device Emulator version 3.0 was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2005 Express Edition (x86) was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Crystal Reports Basic for Visual Studio 2008 was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 Tools (x86) was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 Headers and Libraries (x86) was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 Win32 Tools (x86) was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 .NET Framework Tools (x86) was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 SDK Reference Assemblies and IntelliSense (x86) was not attempted to be installed.[01/08/08,13:51:01] VS70pgui: [2] DepCheck indicates Microsoft SQL Publishing Wizard was not attempted to be installed.***EndOfSession***[04/11/08,11:24:28] Microsoft SQL Server 2005 Express Edition (x86): [2] Component Microsoft SQL Server 2005 Express Edition (x86) returned an unexpected value.***EndOfSession***[04/11/08,11:24:28] Microsoft SQL Server 2005 Express Edition (x86): [2] Component Microsoft SQL Server 2005 Express Edition (x86) returned an unexpected value.[04/11/08,11:46:19] Microsoft SQL Server 2005 Express Edition (x86): [2] Component Microsoft SQL Server 2005 Express Edition (x86) returned an unexpected value.***EndOfSession***================= Here's the setup log: [01/08/08,13:49:38] Setup.exe: [01/08/08,13:49:38] Setup.exe: ========== Logging started ==========[01/08/08,13:49:38] Setup.exe: =====================================[01/08/08,13:49:38] Setup.exe: Command line: "C:[files]VS 2008 PROsetupsetup.exe" /LAUNCHER="C:DOCUME~1ryancLOCALS~1Temp" /HWND="263260" /NoExclude[01/08/08,13:49:39] Setup.exe: GetGlobalCustomProperty - Property: {481CEF9F-033A-11D3-ACE2-00C04F8EEBA1} - PropertyName: Disable Error Logging - Value: 0[01/08/08,13:49:39] Setup.exe: ISetupManager::LoadSetupLog() completed[01/08/08,13:49:39] Setup.exe: ISetupManager::RunIntro() : LoadManagers[01/08/08,13:49:39] Setup.exe: MoveLoadProgress()[01/08/08,13:49:39] Setup.exe: inside ISetupManager::LoadUIManager()[01/08/08,13:49:39] vs70uimgr: Entering InitializeModule() method.[01/08/08,13:49:39] Setup.exe: AddGlobalCustomProperty[01/08/08,13:49:39] Setup.exe: CSetupManager::CopyTempFiles() - Installing setup files...[01/08/08,13:49:39] Setup.exe: CSetupManager::InstallSetupFiles() starting[01/08/08,13:49:39] vs70uimgr: Entering ShowSmallProgress() method.[01/08/08,13:49:43] Setup.exe: CSetupManager::CopyTempFiles() - Successfuly copied files to temp; rerunning Setup...[01/08/08,13:49:46] Setup.exe: CSetupManager::CopyTempFiles() - Finished Rerunning Setup...[01/08/08,13:49:46] Setup.exe: UnloadSuiteComponents()[01/08/08,13:49:46] Setup.exe: GetGlobalCustomProperty - Property: {383F0141-C682-4665-A69B-756E719C968D} - PropertyName: Process Return Code - Value: [01/08/08,13:49:46] Setup.exe: SETUP EXIT CODE - 0[01/08/08,13:49:47] Setup.exe: [01/08/08,13:49:47] Setup.exe: ========== Logging started ==========[01/08/08,13:49:47] Setup.exe: =====================================[01/08/08,13:49:47] Setup.exe: Command line: "C:Documents and SettingsryancLocal SettingsTempSIT11328.tmpsetup.exe" /LAUNCHER="C:DOCUME~1ryancLOCALS~1Temp" /HWND="263260" /NoExclude /CreatedTemp /NoExclude /InstalledFrom "C:[files]VS 2008 PROsetup"[01/08/08,13:49:47] Setup.exe: GetGlobalCustomProperty - Property: {481CEF9F-033A-11D3-ACE2-00C04F8EEBA1} - PropertyName: Disable Error Logging - Value: 0[01/08/08,13:49:48] Setup.exe: ISetupManager::LoadSetupLog() completed[01/08/08,13:49:48] UTILS::RunNGENAction: Started[01/08/08,13:49:48] UTILS::RunNGENAction: starting "C:WINDOWSMicrosoft.NETFrameworkv2.0.50727gen.exe queue pause"[01/08/08,13:49:50] UTILS::RunNGENAction: ngen.exe returned 0[01/08/08,13:49:50] Setup.exe: ISetupManager::RunIntro() : LoadManagers[01/08/08,13:49:50] Setup.exe: MoveLoadProgress()[01/08/08,13:49:50] Setup.exe: inside ISetupManager::LoadDependencyMgr()[01/08/08,13:49:50] Setup.exe: inside ISetupManager::LoadCDInfoMgr()[01/08/08,13:49:50] Setup.exe: inside ISetupManager::LoadDiskInfoMgr()[01/08/08,13:49:50] Setup.exe: inside ISetupManager::LoadUIManager()[01/08/08,13:49:50] vs70uimgr: Entering InitializeModule() method.[01/08/08,13:49:50] Setup.exe: AddGlobalCustomProperty[01/08/08,13:49:50] Setup.exe: MoveLoadProgress()[01/08/08,13:49:50] Setup.exe: ISetupManager::RunIntro() : LoadDatabaseValues[01/08/08,13:49:50] Setup.exe: MoveLoadProgress()[01/08/08,13:49:51] MSITOSIT: Attempting to pre-load file: C:WINDOWSsystem32msimsg.dll[01/08/08,13:49:51] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:49:51] Setup.exe: GetGlobalCustomProperty - Property: {E0875D42-A33D-4C64-81C9-167795F29CA4} - PropertyName: PathFromCartmanToRoot - Value: ..[01/08/08,13:49:51] Setup.exe: AddGlobalCustomProperty[01/08/08,13:49:54] Setup.exe: AddGlobalCustomProperty[01/08/08,13:49:57] Setup.exe: MoveLoadProgress()[01/08/08,13:49:57] Microsoft Visual Studio 2008 Professional Edition - ENU: Starting dynamic costing Sequence[01/08/08,13:49:57] Microsoft Visual Studio 2008 Professional Edition - ENU: Starting pre CostFinalize CA Sequence[01/08/08,13:49:58] Microsoft Visual Studio 2008 Professional Edition - ENU: Ending pre CostFinalize CA Sequence[01/08/08,13:49:58] Setup.exe: MoveLoadProgress()[01/08/08,13:49:59] Setup.exe: MoveLoadProgress()[01/08/08,13:49:59] Microsoft Visual Studio 2008 Professional Edition - ENU: Starting post CostFinalize dynamic Sequence[01/08/08,13:49:59] Microsoft Visual Studio 2008 Professional Edition - ENU: Ending post CostFinalize Sequence[01/08/08,13:49:59] Setup.exe: MoveLoadProgress()[01/08/08,13:49:59] Setup.exe: MoveLoadProgress()[01/08/08,13:49:59] Setup.exe: GetGlobalCustomProperty - Property: {092114C2-997D-4D68-8F3A-8BC2584FD23B} - PropertyName: Quiet Mode Setup - Value: [01/08/08,13:49:59] Setup.exe: MoveLoadProgress()[01/08/08,13:49:59] Setup.exe: MoveLoadProgress()[01/08/08,13:50:00] Setup.exe: MoveLoadProgress()[01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Microsoft Visual Studio 2008 Professional Edition [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Remote Debugging [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Language Tools [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Visual C# [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VCsh_for_VS_Pro_ATL_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VCsh_for_VS_Pro_CRT_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VCsh_for_VS_Pro_DebugCRT_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VCsh_for_VS_Pro_MFC_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VCsh_for_VS_Pro_DebugMFC_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VCsh_for_VS_Pro_MFCLOC_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Smart Device Programmability [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Visual Studio Tools for Office [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Visual C++ [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VCpp_for_VS_Pro_ATL_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VCpp_for_VS_Pro_CRT_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VCpp_for_VS_Pro_DebugCRT_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VCpp_for_VS_Pro_MFC_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VCpp_for_VS_Pro_DebugMFC_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VCpp_for_VS_Pro_MFCLOC_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VCpp_for_VS_Pro_OpenMP_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VCpp_for_VS_Pro_DebugOpenMP_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Smart Device Programmability [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: X64 Compilers and Tools [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_UNKNOWN][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_x64_Toolset_ATL_x64 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_UNKNOWN][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_x64_Toolset_CRT_x64 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_UNKNOWN][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_x64_Toolset_DebugCRT_x64 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_UNKNOWN][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_x64_Toolset_MFC_x64 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_UNKNOWN][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_x64_Toolset_DebugMFC_x64 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_UNKNOWN][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_x64_Toolset_MFCLOC_x64 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_UNKNOWN][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_x64_Toolset_OpenMP_x64 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_UNKNOWN][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_x64_Toolset_DebugOpenMP_x64 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_UNKNOWN][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Visual C++ Tools [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VCpp_Tools_MFC_i64 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VCpp_Tools_MFCLOC_i64 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VCpp_Tools_MFC_x64 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VCpp_Tools_MFCLOC_x64 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: MFC Trace Utility [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Visual C++ Error Lookup [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Win32 Tools [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Visual C++ Run-Time Libraries [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Visual C++ CRT Source Code [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Visual C++ Static Multi-Threaded CRT Libraries [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Visual C++ Dynamic CRT Libraries [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Visual C++ Class & Template Libraries [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: ATL MFC Source Code [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: ATL MFC Static Libraries ANSI [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: ATL MFC Static Libraries Unicode [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: ATL MFC Shared Libraries ANSI [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: ATL MFC Shared Libraries Unicode [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Visual Basic [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VB_for_VS_Pro_ATL_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VB_for_VS_Pro_CRT_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VB_for_VS_Pro_DebugCRT_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VB_for_VS_Pro_MFC_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VB_for_VS_Pro_DebugMFC_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VB_for_VS_Pro_MFCLOC_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Smart Device Programmability [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Visual Studio Tools for Office [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Visual Basic PowerPacks [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Visual Web Developer [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VWD_for_VS_Pro_ATL_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: FT_VWD_for_VS_Pro_CRT_x86 [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Dotfuscator Community Edition [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Tools for Redistributing Applications [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Graphics Library [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Redistributable Merge Modules [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Unit Testing Tools [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: Servicing [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Microsoft Visual Studio 2008 Professional Edition - ENU: Begining CSubComponent creation for: ARP_REG_KEYS_HIDDEN [eCurrentState = INSTALLSTATE_ABSENT eDesiredState = INSTALLSTATE_LOCAL][01/08/08,13:50:00] Setup.exe: MoveLoadProgress()[01/08/08,13:50:00] Setup.exe: AddGlobalCustomProperty[01/08/08,13:50:00] Setup.exe: AddGlobalCustomProperty[01/08/08,13:50:00] Setup.exe: GetGlobalCustomProperty - Property: {0969412C-7281-11D2-AF01-00C04F797FB8} - PropertyName: Suite Directory - Value: C:Program FilesMicrosoft Integration[01/08/08,13:50:00] Setup.exe: MoveLoadProgress()[01/08/08,13:50:03] Another version of Visual Studio is already installed: Return type:[01/08/08,13:50:03] Another version of Visual Studio is already installed: IeReturnCheck[01/08/08,13:50:03] IA64 blocker: Return type:[01/08/08,13:50:03] IA64 blocker: IeReturnCheck[01/08/08,13:50:03] Windows XP Service Pack 2 Update Information: Return type:[01/08/08,13:50:03] Windows XP Service Pack 2 Update Information: IeReturnCheck[01/08/08,13:50:03] Windows 2000 Service Pack 4 Update Information: Return type:[01/08/08,13:50:03] Windows 2000 Service Pack 4 Update Information: IeReturnCheck[01/08/08,13:50:03] Windows 2003 Server Service Pack 1 Update Information: Return type:[01/08/08,13:50:03] Windows 2003 Server Service Pack 1 Update Information: IeReturnCheck[01/08/08,13:50:03] Microsoft Windows Installer 3.1: Return type:[01/08/08,13:50:03] Microsoft Windows Installer 3.1: Win32ReturnCheck[01/08/08,13:50:03] Internet Explorer Version 6.0 Service Pack 1 Update Information: Return type:[01/08/08,13:50:03] Internet Explorer Version 6.0 Service Pack 1 Update Information: IeReturnCheck[01/08/08,13:50:03] Runtime Pre-requisites: Return type:[01/08/08,13:50:03] Runtime Pre-requisites: NetRtReturnCheck[01/08/08,13:50:03] Microsoft .NET Framework 3.5: Return type:[01/08/08,13:50:03] Microsoft .NET Framework 3.5: NetRtReturnCheck[01/08/08,13:50:03] Microsoft .NET Framework v3.5: Return type:[01/08/08,13:50:03] Microsoft .NET Framework v3.5: NetRtReturnCheck[01/08/08,13:50:03] Microsoft .NET Framework 3.5 (x64): Return type:[01/08/08,13:50:03] Microsoft .NET Framework 3.5 (x64): NetRtReturnCheck[01/08/08,13:50:03] Microsoft .NET Framework v3.5 (x64): Return type:[01/08/08,13:50:03] Microsoft .NET Framework v3.5 (x64): NetRtReturnCheck[01/08/08,13:50:03] Microsoft Visual Studio 2008 64bit Prerequisites (x64): Return type:[01/08/08,13:50:03] Microsoft Visual Studio 2008 64bit Prerequisites (x64): NetRtReturnCheck[01/08/08,13:50:03] Microsoft Document Explorer 2008: Return type:[01/08/08,13:50:03] Microsoft Document Explorer 2008: NetRtReturnCheck[01/08/08,13:50:03] Microsoft Visual Studio Web Authoring Component: Return type:[01/08/08,13:50:03] Microsoft Visual Studio Web Authoring Component: NetRtReturnCheck[01/08/08,13:50:03] Microsoft .NET Compact Framework 2.0 SP2: Return type:[01/08/08,13:50:03] Microsoft .NET Compact Framework 2.0 SP2: NetRtReturnCheck[01/08/08,13:50:03] Microsoft .NET Compact Framework 3.5: Return type:[01/08/08,13:50:03] Microsoft .NET Compact Framework 3.5: NetRtReturnCheck[01/08/08,13:50:03] Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0 Runtime): Return type:[01/08/08,13:50:03] Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0 Runtime): NetRtReturnCheck[01/08/08,13:50:03] Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System Runtime: Return type:[01/08/08,13:50:03] Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System Runtime: NetRtReturnCheck[01/08/08,13:50:03] Microsoft SQL Server Compact 3.5: Return type:[01/08/08,13:50:03] Microsoft SQL Server Compact 3.5: NetRtReturnCheck[01/08/08,13:50:03] Microsoft SQL Server Compact 3.5 Design Tools: Return type:[01/08/08,13:50:03] Microsoft SQL Server Compact 3.5 Design Tools: NetRtReturnCheck[01/08/08,13:50:03] Microsoft SQL Server Compact 3.5 For Devices: Return type:[01/08/08,13:50:03] Microsoft SQL Server Compact 3.5 For Devices: NetRtReturnCheck[01/08/08,13:50:03] Windows Mobile 5.0 SDK R2 for Pocket PC: Return type:[01/08/08,13:50:03] Windows Mobile 5.0 SDK R2 for Pocket PC: NetRtReturnCheck[01/08/08,13:50:03] Windows Mobile 5.0 SDK R2 for Smartphone: Return type:[01/08/08,13:50:04] Windows Mobile 5.0 SDK R2 for Smartphone: NetRtReturnCheck[01/08/08,13:50:04] Microsoft Device Emulator version 3.0 (x64): Return type:[01/08/08,13:50:04] Microsoft Device Emulator version 3.0 (x64): NetRtReturnCheck[01/08/08,13:50:04] Microsoft Device Emulator version 3.0 (x86): Return type:[01/08/08,13:50:04] Microsoft Device Emulator version 3.0 (x86): NetRtReturnCheck[01/08/08,13:50:04] Microsoft Device Emulator version 3.0: Return type:[01/08/08,13:50:04] Microsoft Device Emulator version 3.0: NetRtReturnCheck[01/08/08,13:50:04] Microsoft SQL Server 2005 Express Edition: Return type:[01/08/08,13:50:04] Microsoft SQL Server 2005 Express Edition: NetRtReturnCheck[01/08/08,13:50:04] Microsoft SQL Server 2005 Express Edition (x86): Return type:[01/08/08,13:50:04] Microsoft SQL Server 2005 Express Edition (x86): NetRtReturnCheck[01/08/08,13:50:04] Microsoft Visual Studio 2008 Remote Debugger (x64): Return type:[01/08/08,13:50:04] Microsoft Visual Studio 2008 Remote Debugger (x64): NetRtReturnCheck[01/08/08,13:50:04] Crystal Reports Basic for Visual Studio 2008: Return type:[01/08/08,13:50:04] Crystal Reports Basic for Visual Studio 2008: NetRtReturnCheck[01/08/08,13:50:04] Crystal Reports Basic 64-Bit Runtime for Visual Studio 2008: Return type:[01/08/08,13:50:04] Crystal Reports Basic 64-Bit Runtime for Visual Studio 2008: NetRtReturnCheck[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 Tools (x86): Return type:[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 Tools (x86): NetRtReturnCheck[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 Tools (x64): Return type:[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 Tools (x64): NetRtReturnCheck[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 Headers and Libraries (x86): Return type:[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 Headers and Libraries (x86): NetRtReturnCheck[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 Headers and Libraries (x64): Return type:[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 Headers and Libraries (x64): NetRtReturnCheck[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 Win32 Tools (x86): Return type:[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 Win32 Tools (x86): NetRtReturnCheck[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 Win32 Tools (x64): Return type:[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 Win32 Tools (x64): NetRtReturnCheck[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 .NET Framework Tools (x86): Return type:[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 .NET Framework Tools (x86): NetRtReturnCheck[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 .NET Framework Tools (x64): Return type:[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 .NET Framework Tools (x64): NetRtReturnCheck[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 SDK Reference Assemblies and IntelliSense (x86): Return type:[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 SDK Reference Assemblies and IntelliSense (x86): NetRtReturnCheck[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 SDK Reference Assemblies and IntelliSense (x64): Return type:[01/08/08,13:50:04] Microsoft Windows SDK for Visual Studio 2008 SDK Reference Assemblies and IntelliSense (x64): NetRtReturnCheck[01/08/08,13:50:04] Microsoft SQL Publishing Wizard: Return type:[01/08/08,13:50:04] Microsoft SQL Publishing Wizard: NetRtReturnCheck[01/08/08,13:50:04] Setup.exe: ISetupManager::RunIntro() : CheckForRemove[01/08/08,13:50:04] Setup.exe: MoveLoadProgress()[01/08/08,13:50:04] Setup.exe: MoveLoadProgress()[01/08/08,13:50:04] Setup.exe: MoveLoadProgress()[01/08/08,13:50:04] Setup.exe: inside ISetupManager::LoadActionOverrides()[01/08/08,13:50:04] Setup.exe: MoveLoadProgress()[01/08/08,13:50:04] Setup.exe: ISetupManager::RunIntro() : LoadScenarioFactory[01/08/08,13:50:04] Setup.exe: MoveLoadProgress()[01/08/08,13:50:04] Setup.exe: inside ISetupManager::LoadScenarioFactory()[01/08/08,13:50:04] Setup.exe: CSetupManager::LoadSetupObject((): Loading vsscenario.dll[01/08/08,13:50:04] Setup.exe: AddGlobalCustomProperty[01/08/08,13:50:04] Setup.exe: AddGlobalCustomProperty[01/08/08,13:50:04] Setup.exe: AddGlobalCustomProperty[01/08/08,13:50:04] Setup.exe: AddGlobalCustomProperty[01/08/08,13:50:04] VS Scenario: Entering CVSScenario::EnableScriptsInHtml[01/08/08,13:50:04] VS Scenario: CoInternetSetFeatureEnabled succeed[01/08/08,13:50:04] Watson UX Data Logging started: [01/08/08,13:50:04] ==============================: [01/08/08,13:50:04] UserID: {75802921-9B8C-4E39-ADF4-75158DFF2F75}[01/08/08,13:50:04] SessionID: {484398E8-8E63-4BC1-8259-8674CCA92171}[01/08/08,13:50:04] ProductCode: {D7DAD1E4-45F4-3B2B-899A-EA728167EC4F}[01/08/08,13:50:04] ProductVersion: 9.0.21022.08_ORCAS_X86_NET[01/08/08,13:50:04] ProductLang: 0x409[01/08/08,13:50:04] Begin_Session: [01/08/08,13:50:04] VS Scenario: Pending Reboot Table state : Logging start [01/08/08,13:50:04] VS Scenario: _________________________________________[01/08/08,13:50:04] VS Scenario: There are no queued up pending reboot entries.[01/08/08,13:50:04] SysInfo: x86x2, 5.1.2600, Service Pack 2, 0x409[01/08/08,13:50:04] HWInfo: GenuineIntel, 0x95b, 0x547, 0x1[01/08/08,13:50:04] AppsRunning: [01/08/08,13:50:04] IsInternal: 0x0[01/08/08,13:50:04] WebInstall: 0x0[01/08/08,13:50:04] Setup.exe: GetGlobalCustomProperty - Property: {9AB7F66B-DBC6-4D44-8C09-E16F0EB162E7} - PropertyName: /LAUNCHER - Value: C:DOCUME~1ryancLOCALS~1Temp[01/08/08,13:50:04] Setup.exe: AddGlobalCustomProperty[01/08/08,13:50:04] Setup.exe: AddGlobalCustomProperty[01/08/08,13:50:04] Setup.exe: AddGlobalCustomProperty[01/08/08,13:50:04] Setup.exe: ISetupManager::RunIntro() : LoadSetupLocationInformation[01/08/08,13:50:04] Setup.exe: MoveLoadProgress()[01/08/08,13:50:04] Setup.exe: MoveLoadProgress()[01/08/08,13:50:04] Setup.exe: ISetupManager::RunIntro() : SelectAllComponents[01/08/08,13:50:04] Setup.exe: MoveLoadProgress()[01/08/08,13:50:04] Setup.exe: MoveLoadProgress()[01/08/08,13:50:04] Setup.exe: MoveLoadProgress()[01/08/08,13:50:04] Setup.exe: ISetupManager::RunIntro() : InitializeUIManager[01/08/08,13:50:04] Setup.exe: inside ISetupManager::InitializeUIManager()[01/08/08,13:50:04] vs70uimgr: Entering Start() method.[01/08/08,13:50:04] vs70uimgr: CUIMgr::Start(): Setting the Default INI.[01/08/08,13:50:04] vs70uimgr: CUIMgr::Start(): Finished setting the Default INI.[01/08/08,13:50:04] vs70uimgr: CUIMgr::Start(): Getting the Install Mode.[01/08/08,13:50:04] Setup.exe: GetGlobalCustomProperty - Property: {340F7930-0E41-11D3-ACE2-00C04F8EEBA1} - PropertyName: Output Unattend File - Value: [01/08/08,13:50:04] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:04] vs70uimgr: CUIMgr::Start(): Finished getting the Install Mode : 1[01/08/08,13:50:04] vs70uimgr: CUIMgr::Start(): Getting the Reboot Mode.[01/08/08,13:50:04] Setup.exe: GetGlobalCustomProperty - Property: {BCC78D7A-89AE-11D2-AF03-00C04F797FB8} - PropertyName: Post Reboot State - Value: 0[01/08/08,13:50:04] vs70uimgr: CUIMgr::Start(): Finished getting the Reboot Mode : 0[01/08/08,13:50:04] vs70uimgr: CUIMgr::Start(): Getting the Admin Mode.[01/08/08,13:50:04] vs70uimgr: Entering GetAdminMode.[01/08/08,13:50:04] Setup.exe: AddGlobalCustomProperty[01/08/08,13:50:04] vs70uimgr: CUIMgr::GetAdminMode m_AdminMode = AM_NOMODE[01/08/08,13:50:04] vs70uimgr: CUIMgr::Start(): Finished getting the Admin Mode : 0[01/08/08,13:50:04] vs70uimgr: CUIMgr::Start(): Loading Pages[01/08/08,13:50:04] vs70uimgr: Entering LoagPages() method.[01/08/08,13:50:04] vs70uimgr: CUIMgr::LoadPages(): Parsing SDB and Loading pages[01/08/08,13:50:04] vs70uimgr: Entering AddPageToList() method. Loading: vs70pgui.dll : {bb81d810-3f9b-11d3-a50c-00c04f5e0ba5}[01/08/08,13:50:04] VS70pgui: Entered InitializeModule Method of Start Page[01/08/08,13:50:04] vs70uimgr: Entering AddPageToList() method. Loading: vs70pgui.dll : {9fe307c0-3646-11d3-a508-00c04f5e0ba5}[01/08/08,13:50:04] VS70pgui: Entered InitializeModule Method of Start Page[01/08/08,13:50:04] vs70uimgr: Entering AddPageToList() method. Loading: vs70pgui.dll : {bb81d811-3f9b-11d3-a50c-00c04f5e0ba5}[01/08/08,13:50:04] VS70pgui: CInstallPage::InitializeModule[01/08/08,13:50:04] vs70uimgr: Entering AddPageToList() method. Loading: vs70pgui.dll : {1920cc5d-5be5-45d4-9c1c-3513d334c71c}[01/08/08,13:50:04] vs70uimgr: CUIMgr::LoadPages(): Adding Global Property: CustomCoreProp_AutoLoginAvailable[01/08/08,13:50:04] Setup.exe: AddGlobalCustomProperty[01/08/08,13:50:04] vs70uimgr: CUIMgr::LoadPages(): Finished adding Global Property: CustomCoreProp_AutoLoginAvailable[01/08/08,13:50:04] vs70uimgr: CUIMgr::Start(): Finished loading Pages[01/08/08,13:50:04] vs70uimgr: CUIMgr::Start(): Creating Main Thread Events[01/08/08,13:50:04] vs70uimgr: Entering DisplayStartup() method. - not custom implemented[01/08/08,13:50:04] Setup.exe: ISetupManager::ResetBaselineActions() : SMP_SUITEBASELINE[01/08/08,13:50:04] Setup.exe: ISetupManager::GetBaslineComponents()[01/08/08,13:50:04] vs70uimgr: Entering ThreadUI() method.[01/08/08,13:50:04] vs70uimgr: CUIMGr::SetWindowTitle(): Getting Property Value for: VS Custom;ProdDesc[01/08/08,13:50:04] vs70uimgr: CUIMGr::SetWindowTitle(): Finished getting Property Value for: VS Custom;ProdDesc[01/08/08,13:50:04] Setup.exe: ISetupManager::ResetBaselineActions() : SMP_SUITEBASELINE[01/08/08,13:50:04] Setup.exe: ISetupManager::GetBaslineComponents()[01/08/08,13:50:04] Setup.exe: ISetupManager::ResetBaselineActions() : SMP_SCENARIOBASELINE[01/08/08,13:50:04] VS Scenario: IVSSetupScenarioImpl::GetBaslineComponents()[01/08/08,13:50:04] vs70uimgr: Entering SelectScenario() method. - not custom implemented[01/08/08,13:50:05] Setup.exe: ISetupManager::RunIntro() : CheckBaselines[01/08/08,13:50:05] Setup.exe: MoveLoadProgress()[01/08/08,13:50:05] Setup.exe: ISetupManager::RunIntro() : StartUIManager[01/08/08,13:50:05] Setup.exe: MoveLoadProgress()[01/08/08,13:50:05] Setup.exe: StartUIManager()[01/08/08,13:50:05] vs70uimgr: Entering RunScenario() method.[01/08/08,13:50:05] vs70uimgr: CUIMgr::RunScenario(): Starting the active scenario[01/08/08,13:50:05] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:05] Setup.exe: GetGlobalCustomProperty - Property: {340F7930-0E41-11D3-ACE2-00C04F8EEBA1} - PropertyName: Output Unattend File - Value: [01/08/08,13:50:05] Setup.exe: GetGlobalCustomProperty - Property: {9AB7F66B-DBC6-4D44-8C09-E16F0EB162E7} - PropertyName: /LAUNCHER - Value: C:DOCUME~1ryancLOCALS~1Temp[01/08/08,13:50:05] VS Scenario: Validating system requirements[01/08/08,13:50:05] VS Scenario: Running warn and block checks[01/08/08,13:50:06] Setup.exe: MoveLoadProgress()[01/08/08,13:50:06] Setup.exe: GetComponents()[01/08/08,13:50:06] Setup.exe: get_Components()[01/08/08,13:50:06] Setup.exe: MoveLoadProgress()[01/08/08,13:50:06] VS Scenario: Building component lists[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] VS Scenario: Running VSCompsToInstall for baseline components[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:06] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:07] Setup.exe: MoveLoadProgress()[01/08/08,13:50:07] VS Scenario: Running VSCompsAlreadyInstalled[01/08/08,13:50:07] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:07] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:07] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:07] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:07] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:07] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:07] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:07] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:07] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:07] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:07] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:07] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:07] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:07] Setup.exe: AddGlobalCustomProperty[01/08/08,13:50:07] Setup.exe: AddGlobalCustomProperty[01/08/08,13:50:07] Setup.exe: MoveLoadProgress()[01/08/08,13:50:07] Setup.exe: AddGlobalCustomProperty[01/08/08,13:50:07] Setup.exe: AddGlobalCustomProperty[01/08/08,13:50:07] Setup.exe: MoveLoadProgress()[01/08/08,13:50:07] Setup.exe: MoveLoadProgress()[01/08/08,13:50:07] VS Scenario: Building component dispatch lists[01/08/08,13:50:07] Setup.exe: MoveLoadProgress()[01/08/08,13:50:07] Setup.exe: MoveLoadProgress()[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:07] Setup.exe: MoveLoadProgress()[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {674F51AB-D488-48DA-8240-FF7330CB9872} - PropertyName: Cmd Line Uninstall Mode Setup - Value: [01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {9EEA4DFB-733A-4349-B43E-F564351AC503} - PropertyName: Passive Mode - Value: [01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {092114C2-997D-4D68-8F3A-8BC2584FD23B} - PropertyName: Quiet Mode Setup - Value: [01/08/08,13:50:07] vs70uimgr: CUIMgr::RunScenario(): Setting the UIThread Event[01/08/08,13:50:07] vs70uimgr: CUIMgr::RunScenario(): Finished setting the UIThread Event[01/08/08,13:50:07] vs70uimgr: CUIMgr::ThreadUI(): Creating the main window[01/08/08,13:50:07] vs70uimgr: CUIMgr::ThreadUI(): Finished creating the main window[01/08/08,13:50:07] vs70uimgr: CUIMgr::ThreadUI(): Initializing the Pages[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {9EEA4DFB-733A-4349-B43E-F564351AC503} - PropertyName: Passive Mode - Value: [01/08/08,13:50:07] vs70uimgr: CUIMgr::ThreadUI(): Processing Page #1[01/08/08,13:50:07] vs70uimgr: CUIMgr::ThreadUI(): Setting the parent.[01/08/08,13:50:07] vs70uimgr: CUIMgr::ThreadUI(): Finished setting the parent.[01/08/08,13:50:07] vs70uimgr: CUIMgr::ThreadUI(): Creating the page.[01/08/08,13:50:07] VS70pgui: Creating Start Page[01/08/08,13:50:07] VS70pgui: Initializing the Start Page dialog[01/08/08,13:50:07] VS70pgui: Entered InitGDIResources method[01/08/08,13:50:07] Setup.exe: GetComponents()[01/08/08,13:50:07] Setup.exe: get_Components()[01/08/08,13:50:07] Setup.exe: GetGlobalCustomProperty - Property: {CE6EA7C5-0F0C-4D91-B597-092B82E2128B} - PropertyName: AlreadyInstalled - Value: Another version of Visual Studio is already installedWindows XP Service Pack 2 Update InformationMicrosoft Windows Installer 3.1[01/08/08,13:50:07] VS70pgui: Entered InitStaticControls method[01/08/08,13:50:07] VS70pgui: Entered InitStaticToolTips method[01/08/08,13:50:07] VS70pgui: Entered OnClickedAccept method[01/08/08,13:50:07] EULA_Accept: 0x0[01/08/08,13:50:07] VS70pgui: Created the Start Page[01/08/08,13:50:07] vs70uimgr: CUIMgr::ThreadUI(): Finished creating the page.[01/08/08,13:50:07] vs70uimgr: CUIMgr::ThreadUI(): Getting the Header.[01/08/08,13:50:07] vs70uimgr: CUIMgr::ThreadUI(): Finished Getting the Header.[01/08/08,13:50:07] vs70uimgr: CUIMgr::ThreadUI(): Setting the Header Parent[01/08/08,13:50:07] vs70uimgr: CUIMgr::ThreadUI(): Finished setting the Header Parent[01/08/08,13:50:07] vs70uimgr: CUIMgr::ThreadUI(): Creating the Header[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Finished Creating the Header[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Setting the position[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Finished setting the position[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Setting visibility of header[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Finished setting visibility of header[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Setting page position[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Finished setting page position[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Setting page visibility[01/08/08,13:50:08] VS70pgui: Entered OnShowWindow method[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Finished setting page visibility[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Processing Page #2[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Setting the parent.[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Finished setting the parent.[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Creating the page.[01/08/08,13:50:08] VS70pgui: Entered COptionsPage::OnInitDialog method[01/08/08,13:50:08] Setup.exe: GetGlobalCustomProperty - Property: {BCC78D7A-89AE-11D2-AF03-00C04F797FB8} - PropertyName: Post Reboot State - Value: 0[01/08/08,13:50:08] VS70pgui: Entered COptionsPage::InitStaticControls method[01/08/08,13:50:08] VS70pgui: Entered COptionsPage::InitGDIResources method[01/08/08,13:50:08] VS70pgui: Entered COptionsPage::InitPropertyList method[01/08/08,13:50:08] VS70pgui: Entered COptionsPage::InitNavLinks method[01/08/08,13:50:08] VS70pgui: Entered COptionsPage::InitStaticToolTips method[01/08/08,13:50:08] VS70pgui: COptionsPage::OnInitDialog(): Creating the CComponentTree object[01/08/08,13:50:08] VS70pgui: CComponentTree::CComponentTree(): Populating the selection tree...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:08] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:08] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:08] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:08] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:08] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:08] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:08] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Creating a new CComponent Object...[01/08/08,13:50:08] VS70pgui: CComponentTree::PopulateTree(): Finished creating a new CComponent Object[01/08/08,13:50:08] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:08] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:08] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:08] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:08] Setup.exe: ISetupManager::GetFullComponents()[01/08/08,13:50:08] VS70pgui: CComponentTree::CComponentTree(): Finished populating the selection tree[01/08/08,13:50:08] VS70pgui: COptionsPage::OnInitDialog(): Finished creating the CComponentTree object[01/08/08,13:50:08] Setup.exe: GetGlobalCustomProperty - Property: {AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode - Value: 0[01/08/08,13:50:08] Setup.exe: GetComponents()[01/08/08,13:50:08] Setup.exe: get_Components()[01/08/08,13:50:08] VS70pgui: Entered COptionsPage::InitFeatureTips method[01/08/08,13:50:08] VS70pgui: COptionsPage::PrepareProView setting up VS.[01/08/08,13:50:08] VS70pgui: Exiting OnInitDialog()[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Finished creating the page.[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Getting the Header.[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Finished Getting the Header.[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Setting the Header Parent[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Finished setting the Header Parent[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Creating the Header[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Finished Creating the Header[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Setting the position[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Finished setting the position[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Setting visibility of header[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Finished setting visibility of header[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Setting page position[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Finished setting page position[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Setting page visibility[01/08/08,13:50:08] VS70pgui: Entered COptionsPage::OnShowWindow method[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Finished setting page visibility[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Processing Page #3[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Setting the parent.[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Finished setting the parent.[01/08/08,13:50:08] vs70uimgr: CUIMgr::ThreadUI(): Creating the page.[01/08/08,13:50:09] VS70pgui: CInstallPage::InitBrowser(): Initializing Browser...[01/08/08,13:50:09] VS70pgui: CInstallPage::InitBrowser(): Finished initializing Browser[01/08/08,13:50:09] Setup.exe: in RegisterSetupService()[01/08/08,13:50:09] Setup.exe: in RegisterSetupService()[01/08/08,13:50:09] VS70pgui: Entered CPageHeaderDynamic::SetCallingPageBrowser method[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Finished creating the page.[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Getting the Header.[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Finished Getting the Header.[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Setting the Header Parent[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Finished setting the Header Parent[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Creating the Header[01/08/08,13:50:09] VS70pgui: Entered CPageHeaderDynamic::OnInitDialog method[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Finished Creating the Header[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Setting the position[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Finished setting the position[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Setting visibility of header[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Finished setting visibility of header[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Setting page position[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Finished setting page position[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Setting page visibility[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Finished setting page visibility[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Processing Page #4[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Setting the parent.[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Finished setting the parent.[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Creating the page.[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Finished creating the page.[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Getting the Header.[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Finished Getting the Header.[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Setting the Header Parent[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Finished setting the Header Parent[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Creating the Header[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Finished Creating the Header[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Setting the position[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Finished setting the position[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Setting visibility of header[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Finished setting visibility of header[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Setting page position[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Finished setting page position[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Setting page visibility[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Finished setting page visibility[01/08/08,13:50:09] vs70uimgr: CUIMgr::Thread(): Finished Initializing the pages[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Setting Current Page & Header visibility[01/08/08,13:50:09] VS70pgui: Entered OnShowWindow method[01/08/08,13:50:09] VS70pgui: Entered OnClickedAccept method[01/08/08,13:50:09] EULA_Accept: 0x0[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Finished setting Current Page & Header visibility[01/08/08,13:50:09] vs70uimgr: CUIMgr::ThreadUI(): Releasing the Waiting dialog[01/08/08,13:50:09] Setup.exe: GetGlobalCustomProperty - Property: DF8FF64A-1967-4871-9E32-CA2F819BAB81 - PropertyName: HWNDForLoadingDialog - Value: 132224[01/08/08,13:50:09] Setup.exe: WaitForUserDuringLoad()[01/08/08,13:50:09] Setup.exe: GetGlobalCustomProperty - Property: {BCC78D7A-89AE-11D2-AF03-00C04F797FB8} - PropertyName: Post Reboot State - Value: 0[01/08/08,13:50:37] Welcome_Next: [01/08/08,13:50:37] Setup.exe: AddGlobalCustomProperty[01/08/08,13:50:37] Setup.exe: HasWelcomePage()[01/08/08,13:50:38] VS70pgui: Entered OnClickedAccept method[01/08/08,13:50:38] EULA_Accept: 0x0[01/08/08,13:50:38] Setup.exe: CCoreEngine-Proc() - Finished Main

View 1 Replies View Related

Express SP2 Install Failure

Feb 27, 2007

Hi,

I'm running SP2 to upgrade my current instance of SP1. At the point of "SQL Server Database Services | Configuring components..." it stops with the following error:

#####
Microsoft SQL Server 2005 Setup
------------------------------
The installer has encountered an unexpected error. The error code is 2259. Database: Table(s) Update failed
#####

The setup log contains the following detail in the "LaunchFunction"

#####
<Func Name='LaunchFunction'>
Function=ValidateUpgrade
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
Doing Action: ValidateUpgrade
PerfTime Start: ValidateUpgrade : Tue Feb 27 09:47:13 2007
<Func Name='ValidateUpgrade'>
<Func Name='updateFeatureSellection'>
<Func Name='SqlComponentUpgrade'>
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
<Func Name='ProcessHeaderTable'>
<Func Name='ProcessScriptTable'>
<Func Name='GetFileTargetPath'>
<Func Name='GetFileTargetPath'>
<Func Name='GetFileTargetPath'>
<Func Name='GetFileTargetPath'>
<Func Name='GetFileTargetPath'>
<Func Name='GetFileTargetPath'>
<Func Name='GetFileTargetPath'>
<Func Name='ProcessScriptTable'>
<Func Name='GetFileTargetPath'>
MSI (s) (34!60) [09:47:13:296]: Note: 1: 2205 2: 3: _sqlSqlUpgradeInstallSequence
MSI (s) (34!60) [09:47:13:296]: Note: 1: 2228 2: 3: _sqlSqlUpgradeInstallSequence 4: CREATE TABLE `_sqlSqlUpgradeInstallSequence` (`Action` CHAR(255) NOT NULL, `Sequence` INT NOT NULL, `Param` CHAR(0), `Retryable` INT NOT NULL, `Fatal` INT NOT NULL PRIMARY KEY `Action`, `Sequence`)
MSI (s) (34!60) [09:47:13:296]: Note: 1: 2262 2: _sqlSqlUpgradeInstallSequence 3: -2147287038
<Func Name='GetFileTargetPath'>
MSI (s) (34!60) [09:47:13:328]: PROPERTY CHANGE: Adding Sql_sqlSqlUpgradeInstallSequence property. Its value is '15000000'.
MSI (s) (34!60) [09:47:13:328]: PROPERTY CHANGE: Modifying Sql_sqlSqlUpgradeInstallSequence property. Its current value is '15000000'. Its new value: '15040000'.
MSI (s) (34!60) [09:47:13:328]: PROPERTY CHANGE: Modifying Sql_sqlSqlUpgradeInstallSequence property. Its current value is '15040000'. Its new value: '15050000'.
MSI (s) (34!60) [09:47:13:343]: PROPERTY CHANGE: Modifying Sql_sqlSqlUpgradeInstallSequence property. Its current value is '15050000'. Its new value: '85050000'.
MSI (s) (34!60) [09:47:13:343]: PROPERTY CHANGE: Modifying Sql_sqlSqlUpgradeInstallSequence property. Its current value is '85050000'. Its new value: '265604600'.
MSI (s) (34!60) [09:47:13:343]: PROPERTY CHANGE: Modifying Sql_sqlSqlUpgradeInstallSequence property. Its current value is '265604600'. Its new value: '280604600'.
MSI (s) (34!60) [09:47:13:343]: PROPERTY CHANGE: Modifying Sql_sqlSqlUpgradeInstallSequence property. Its current value is '280604600'. Its new value: '310604600'.
MSI (s) (34!60) [09:47:13:343]: PROPERTY CHANGE: Modifying Sql_sqlSqlUpgradeInstallSequence property. Its current value is '310604600'. Its new value: '310704600'.
Couldn't find SQL Agent service SQLAgent$GATEKEEPER. Skipping service stop
<EndFunc Name='SqlComponentUpgrade' Return='0' GetLastError='0'>
Added REPL to SqlUpgrade property
<Func Name='updateFeatureSellection'>
Attempt to start service when it is already running
SQL service MSSQL$GATEKEEPER started successfully waiting for SQL service to accept client connections
SQL_SUCCESS_WITH_INFO (1) in OdbcConnection::connect
sqlstate=01000, level=-1, state=-1, native_error=5701, msg=[Microsoft][SQL Native Client][SQL Server]Changed database context to 'master'.
sqlstate=01000, level=-1, state=-1, native_error=5703, msg=[Microsoft][SQL Native Client][SQL Server]Changed language setting to us_english.

<Func Name='SqlComponentUpgrade'>
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
<Func Name='ProcessHeaderTable'>
<Func Name='ProcessScriptTable'>
<Func Name='GetFileTargetPath'>
<Func Name='GetFileTargetPath'>
<Func Name='GetFileTargetPath'>
<Func Name='GetFileTargetPath'>
<Func Name='GetFileTargetPath'>
<Func Name='GetFileTargetPath'>
<Func Name='GetFileTargetPath'>
<Func Name='ProcessScriptTable'>
<Func Name='GetFileTargetPath'>
MSI (s) (34!60) [09:47:13:906]: Note: 1: 2259 2: 3: 4:
<Func Name='GetFileTargetPath'>
Error Code: 0x8007065b (1627)
Windows Error Text: Function failed during execution.
Source File Name: darlibviewinstaller.cpp
Compiler Timestamp: Wed Jun 14 16:19:22 2006
Function Name: sqls::ViewInstaller::modify
Source Line Number: 137



---- Context -----------------------------------------------


Setting status of unmanaged components and removing unmanaged resources
Failed to modify installer view
1: 2259 2: 3: 4:



Error Code: 1627
MSI (s) (34!60) [09:53:40:125]: Product: Microsoft SQL Server 2005 Express Edition -- Error 2259. The installer has encountered an unexpected error. The error code is 2259. Database: Table(s) Update failed

Error 2259. The installer has encountered an unexpected error. The error code is 2259. Database: Table(s) Update failed
<Failure Type='Fatal' Error='1627'>
<EndFunc Name='LaunchFunction' Return='1627' GetLastError='203'>

#####

I have installed the same SP2 on another machine (Both XP SP2) without further problems. The only difference between the two machines is the one with errors has another instance of SQL 2005 (Not express) as the default instance and the Express named instance I am upgraded. The second machine only has Express named instance.

Any help appreciated.

Rab

View 10 Replies View Related

SQL Express Installation Failure

Mar 1, 2007

I have installed SQL Express from the download file SQLEXPR32.EXE but for some reason it is missing some directories. The install appears to complete successfully (with a minor warning about minimum hardware; bogus I think) but when it tries to start the service, the start fails. On investigating it appears that the MSSQL.1 directory has not been installed, so there are no executables for the server part. I selected default options only and have even tried removing the installation files, registry keys etc, and rebooting to ensure a clean system but still to no avail. Having reviewed the logs I can't find anything obvious that I have done wrong, but I assume this install is working for other people.Any suggestions as to where else I should look to see what I may have missed?

many thanks,
Richard.

View 1 Replies View Related

SQL Express Intallation Failure

Apr 10, 2007

I have tried many times to install Microsoft's SQL Express Server 2005 whenever I try to install the server it says that setup has unexpectedly failed and tells me to reveiw the set up summery log file, I looked at the log file and it did not have much inside of it I would like help in getting the SQL Server to work so if some one could kindly help me that would be great.



Thank You

Anonymous

View 8 Replies View Related

SQL Express Installation Failure.

Feb 28, 2007

I am experiencing problem in the installation of SQL Express Editon -

Following is the error what i am getting

Error 1304. Error writing to file: Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll. Verify that you have access to that directory.

I have verified that the path at which file is to be extracted exists and the user doing the installation has rights to that directory.

Also what i am using is the extracted SQL Express Advance setup.

White using the same (not extracted setup) with installshield the error do not persists.

Any body Please Suggest a solution, it is hurdling my work big way.

Thanks in advance.

View 12 Replies View Related

Failure During Insatallation Of The SQL Express

Mar 20, 2007

Hello,

I am getting this message:

Setup failed because Service MSSQL$SQLExpress is disabled for the current hardware profile. Services must be set with the current Hardware Profile logon property profile enabled.

Any idea how to resolve this problem?

Thanks,
Eitan

View 1 Replies View Related

How To Setup SQL Express For Course Use

Jul 10, 2007

I will be teaching a web scripting course, and I would like to switch from using MS Access to MS SQL as a database. Please forgive my ignorance, as have much to learn about SQL Express. We have installed SQL Express on a web server (windows box).

Question1:
is SQL like MS Access, in that the SQL Express software should be installed locally on the users machine. The user will create databases and tables locally, then upload the resulting database(s) to the appropriate folder on the web server along with web scripting files?
-------- OR ---------
is MS SQL like MySQL, where the db is installed on the remote server, and user accounts are created within the database with appropriate priv.'s. The user logs in to the db application remotely to create tables within a given database.

View 1 Replies View Related

SQL Express 2005 Installation Failure

Feb 22, 2008

I cannot get SQL Express 2005 to install. I have tried numerous things, including uninstalling practically everything on my machine, reinstalling all .NET versions, using cleanup tools, etc. I have the log files. If anyone can help, what info should I post?

Thanks.
-Thomas

View 4 Replies View Related

Failure To Install SQL Agent For SQL Express

Nov 4, 2006

I just tried to install the file:

D:WINDOWSMicrosoft.NETFrameworkv2.0.50727InstallUtil.exe SQLAgent.exe by running it from a command prompt.

and got an error that the system could not find the file or one of its components. It is a farily new install. I do not think I've lost any files any time.

What is the problem?

Thanks.

View 1 Replies View Related

SQL Server Express Login Failure

Nov 21, 2007

I am using and learning Visual Basic 2005 Express edtion
I have created a project and wriiten/adapted code, as below, to connect to sql server 2005 express edition, that works well.

=============================================================

Dim ConnectionString As String = "Integrated Security=SSPI;" + "Initial Catalog=JIMDbase2;" + "Data Source=.SQLEXPRESS;"

conn = New SqlConnection(ConnectionString)

' Open the connection
If conn.State <> ConnectionState.Open Then
Try
conn.Open()
Catch ae As SqlException
MsgBox(ae.Message.ToString())
End Try

End If
=============================================================

Later and in the same Project, via Database explorer I 'Add connection' to the same sql database to review tables etc.
After this when I run the same code, as above, I get an error that the database is in use

If I then 'Close Connection' or even Delete the connection via Database explorer I receive the error


"Cannot open Database, "JimDbase2" requested by the login. The login failed.
Login failed for User "..".

Can anyone help on this matter?

Thanks and regards,

Jim

View 7 Replies View Related

SQL Server Express SP1 Setup Changes

Apr 20, 2006

The just released SP1 version of SQL Server Express has a file name of sqlexpr.exe. The previous setup file was named sqlexpr32.exe. Why would Microsoft change the file name?

Anyway, the file name change obviously breaks the file name that is coded in the bootstrapper package.xml file. Also, the link address will need to change (I suppose Microsoft couldn't just put a new version at the same link with the same file name so that everything would just keep working?)

Is there a revised package.xml file we can use? If not, do we use the same publickey?

Are the necessary changes documented anywhere?

Thanks

Russ Stevens

View 28 Replies View Related

SQL Server Express Setup

Aug 27, 2007



I downloaded Visual Studio Express CD Image named "vcs.iso". I did not do the installation because I'm not the admin.
Does it comes with SQL Express and the SQL Server Management Studio Express?

Another question is, Is it possible to move the database (with the data as well) from SQL Express to SQL Server?
I have a pc for developing application using all the express edition and There is a Server with SQL Server edition.
Its 2 different pc so will there be a problem?

Thanks,
Max

View 1 Replies View Related

SQL 2005 Express Edition Installation Failure

Sep 12, 2007

I'm trying to install SQL 2005 Express Edition in a PC running Windows XP Proffesional Edition SP2. I have .Net Framework 2.0 properly installed. I downloaded the software but setup is not working. This is the log registering the problem:

Microsoft SQL Server 2005 Setup beginning at Wed Sep 12 07:51:27 2007
Process ID : 2796
f:dc17aef5dcc0f0613f2745378bsetup.exe Version: 2005.90.1399.0
Running: LoadResourcesAction at: 2007/8/12 7:51:26
Complete: LoadResourcesAction at: 2007/8/12 7:51:26, returned true
Running: ParseBootstrapOptionsAction at: 2007/8/12 7:51:26
Loaded DLL:f:dc17aef5dcc0f0613f2745378bxmlrw.dll Version:2.0.3604.0
Complete: ParseBootstrapOptionsAction at: 2007/8/12 7:51:27, returned false
Error: Action "ParseBootstrapOptionsAction" failed during execution. Error information reported during run:
Could not parse command line due to datastore exception.
Source File Name: utillibpersisthelpers.cpp
Compiler Timestamp: Fri Jul 29 01:13:55 2005
Function Name: writeEncryptedString
Source Line Number: 124
----------------------------------------------------------
writeEncryptedString() failed
Source File Name: utillibpersisthelpers.cpp
Compiler Timestamp: Fri Jul 29 01:13:55 2005
Function Name: writeEncryptedString
Source Line Number: 123
----------------------------------------------------------
Error Code: 0x80070002 (2)
Windows Error Text: El sistema no puede hallar el archivo especificado.
Source File Name: cryptohelpercryptsameusersamemachine.cpp
Compiler Timestamp: Mon Jun 13 14:30:00 2005
Function Name: sqls::CryptSameUserSameMachine:rotectData
Source Line Number: 50
2
Could not skip Component update due to datastore exception.
Source File Name: datastorecachedpropertycollection.cpp
Compiler Timestamp: Fri Jul 29 01:13:49 2005
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
----------------------------------------------------------
Failed to find property "InstallMediaPath" {"SetupBootstrapOptionsScope", "", "2796"} in cache
Source File Name: datastorepropertycollection.cpp
Compiler Timestamp: Fri Jul 29 01:13:50 2005
Function Name: SetupBootstrapOptionsScope.InstallMediaPath
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupBootstrapOptionsScope"
Running: ValidateWinNTAction at: 2007/8/12 7:51:27
Complete: ValidateWinNTAction at: 2007/8/12 7:51:27, returned true
Running: ValidateMinOSAction at: 2007/8/12 7:51:27
Complete: ValidateMinOSAction at: 2007/8/12 7:51:27, returned true
Running: PerformSCCAction at: 2007/8/12 7:51:27
Complete: PerformSCCAction at: 2007/8/12 7:51:27, returned true
Running: ActivateLoggingAction at: 2007/8/12 7:51:27
Error: Action "ActivateLoggingAction" threw an exception during execution. Error information reported during run:
Datastore exception while trying to write logging properties.
Source File Name: datastorecachedpropertycollection.cpp
Compiler Timestamp: Fri Jul 29 01:13:49 2005
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
----------------------------------------------------------
Failed to find property "primaryLogFiles" {"SetupStateScope", "", ""} in cache
Source File Name: datastorepropertycollection.cpp
Compiler Timestamp: Fri Jul 29 01:13:50 2005
Function Name: SetupStateScope.primaryLogFiles
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupStateScope"
00E3CFC4Unable to proceed with setup, there was a command line parsing error. : 2
Error Code: 0x80070002 (2)
Windows Error Text: El sistema no puede hallar el archivo especificado.
Source File Name: datastorepropertycollection.cpp
Compiler Timestamp: Fri Jul 29 01:13:50 2005
Function Name: SetupBootstrapOptionsScope.InstallMediaPath
Source Line Number: 44
Class not registered.
Failed to create CAB file due to datastore exception
Source File Name: datastorecachedpropertycollection.cpp
Compiler Timestamp: Fri Jul 29 01:13:49 2005
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
----------------------------------------------------------
Failed to find property "HostSetup" {"SetupBootstrapOptionsScope", "", "2796"} in cache
Source File Name: datastorepropertycollection.cpp
Compiler Timestamp: Fri Jul 29 01:13:50 2005
Function Name: SetupBootstrapOptionsScope.HostSetup
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupBootstrapOptionsScope"
Message pump returning: 2

I don't understand why this is happening and any help is appreciated (I don't wan't to install MySQL!!!!). Thanks.

View 3 Replies View Related

SQL Server Express 2005 Install Failure

Aug 21, 2007

I am attempting to install SQL Server express on an XP (SP2) machine with a Pentium processor. The .NET framework version is 2.0. All previous versions of SQL server and related components have been uninstalled, and all related files deleted. Also, during installation, I installed SQL Express using the local service account (vs. network service) per a suggestion in a related thread. I have installed/unistalled numerous times, and continue to receive the same error. At this point, this is becoming a critical issue related to a client ASP.NET application using a SQL express 2005 database. I was hoping by now that MS would have released a new version or patch that would solve this problem, but that does not seem to be the case, that I'm aware of.

Summary Log:

Microsoft SQL Server 2005 9.00.3042.00
==============================
OS Version : Microsoft Windows XP Professional Service Pack 2 (Build 2600)
Time : Tue Aug 21 14:59:31 2007

Machine : DEBASER1
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.3042.00
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DEBASER1_SQLSupport_1.log
--------------------------------------------------------------------------------
Machine : DEBASER1
Product : Microsoft SQL Server Native Client
Product Version : 9.00.3042.00
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DEBASER1_SQLNCLI_1.log
--------------------------------------------------------------------------------
Machine : DEBASER1
Product : Microsoft SQL Server VSS Writer
Product Version : 9.00.3042.00
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DEBASER1_SqlWriter_1.log
--------------------------------------------------------------------------------
Machine : DEBASER1
Product : MSXML 6.0 Parser (KB933579)
Product Version : 6.10.1200.0
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DEBASER1_MSXML6_1.log
--------------------------------------------------------------------------------
Machine : DEBASER1
Product : SQL Server Database Services
Error : The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually."
--------------------------------------------------------------------------------
Machine : DEBASER1
Product : Microsoft SQL Server 2005 Express Edition
Product Version : 9.2.3042.00
Install : Failed
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DEBASER1_SQL.log
Last Action : InstallFinalize
Error String : The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually."
The error is (3) The system cannot find the path specified.
Error Number : 29503
--------------------------------------------------------------------------------

SQL Server Setup failed. For more information, review the Setup log file in %ProgramFiles%Microsoft SQL Server90Setup BootstrapLOGSummary.txt.


Time : Tue Aug 21 15:15:34 2007


List of log files:
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DEBASER1_Core(Local).log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DEBASER1_SQLSupport_1.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DEBASER1_SQLNCLI_1.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DEBASER1_SqlWriter_1.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DEBASER1_MSXML6_1.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DEBASER1_SQL.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DEBASER1_Datastore.xml
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DEBASER1_.NET Framework 2.0.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DEBASER1_Support.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DEBASER1_Core.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGSummary.txt
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DEBASER1_SCC.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DEBASER1_WI.log


Core Log:

Microsoft SQL Server 2005 Setup beginning at Tue Aug 21 14:59:31 2007
Process ID : 2960
c:Program FilesMicrosoft SQL Server90Setup Bootstrapsetup.exe Version: 2005.90.3042.0
Running: LoadResourcesAction at: 2007/7/21 14:59:31
Complete: LoadResourcesAction at: 2007/7/21 14:59:31, returned true
Running: ParseBootstrapOptionsAction at: 2007/7/21 14:59:31
Loaded DLL:c:Program FilesMicrosoft SQL Server90Setup Bootstrapxmlrw.dll Version:2.0.3609.0
Complete: ParseBootstrapOptionsAction at: 2007/7/21 14:59:31, returned true
Running: ValidateWinNTAction at: 2007/7/21 14:59:31
Complete: ValidateWinNTAction at: 2007/7/21 14:59:31, returned true
Running: ValidateMinOSAction at: 2007/7/21 14:59:31
Complete: ValidateMinOSAction at: 2007/7/21 14:59:31, returned true
Running: PerformSCCAction at: 2007/7/21 14:59:31
Complete: PerformSCCAction at: 2007/7/21 14:59:31, returned true
Running: ActivateLoggingAction at: 2007/7/21 14:59:31
Complete: ActivateLoggingAction at: 2007/7/21 14:59:31, returned true
Running: DetectPatchedBootstrapAction at: 2007/7/21 14:59:31
Complete: DetectPatchedBootstrapAction at: 2007/7/21 14:59:31, returned true
Action "LaunchPatchedBootstrapAction" will be skipped due to the following restrictions:
Condition "EventCondition: __STP_LaunchPatchedBootstrap__2960" returned false.
Action "BeginBootstrapLogicStage" will be skipped due to the following restrictions:
Condition "Setup is running locally." returned true.
Running: PerformDotNetCheck2 at: 2007/7/21 14:59:31
Complete: PerformDotNetCheck2 at: 2007/7/21 14:59:31, returned true
Running: InvokeSqlSetupDllAction at: 2007/7/21 14:59:31
Loaded DLL:c:Program FilesMicrosoft SQL Server90Setup Bootstrapsqlspars.dll Version:2005.90.3042.0
<Func Name='DwLaunchMsiExec'>
Examining 'sqlspars' globals to initialize 'SetupStateScope'
Opening 'MachineConfigScope' for [DEBASER1]
Trying to find Product Code from command line or passed transform
If possible, determine install id and type
Trying to find Instance Name from command line.
No Instance Name provided on the command line
If possible, determine action
Machine = DEBASER1, Article = WMIServiceWin32OSWorking, Result = 0 (0x0)
Machine = DEBASER1, Article = WMIServiceWin32CompSystemWorking, Result = 0 (0x0)
Machine = DEBASER1, Article = WMIServiceWin32ProcessorWorking, Result = 0 (0x0)
Machine = DEBASER1, Article = WMIServiceReadRegWorking, Result = 0 (0x0)
Machine = DEBASER1, Article = WMIServiceWin32DirectoryWorking, Result = 0 (0x0)
Machine = DEBASER1, Article = WMIServiceCIMDataWorking, Result = 0 (0x0)
Machine = DEBASER1, Article = XMLDomDocument, Result = 0 (0x0)
Machine = DEBASER1, Article = Processor, Result = 0 (0x0)
Machine = DEBASER1, Article = PhysicalMemory, Result = 0 (0x0)
Machine = DEBASER1, Article = DiskFreeSpace, Result = 0 (0x0)
Machine = DEBASER1, Article = OSVersion, Result = 0 (0x0)
Machine = DEBASER1, Article = OSServicePack, Result = 0 (0x0)
Machine = DEBASER1, Article = OSType, Result = 0 (0x0)
Machine = DEBASER1, Article = AdminShare, Result = 0 (0x0)
Machine = DEBASER1, Article = PendingReboot, Result = 0 (0x0)
Machine = DEBASER1, Article = IEVersion, Result = 0 (0x0)
Machine = DEBASER1, Article = DriveWriteAccess, Result = 0 (0x0)
Machine = DEBASER1, Article = COMPlus, Result = 0 (0x0)
Machine = DEBASER1, Article = ASPNETVersionRegistration, Result = 0 (0x0)
Machine = DEBASER1, Article = MDAC25Version, Result = 0 (0x0)
Machine = DEBASER1, Article = SKUUpgrade, Result = 0 (0x0)
*******************************************
Setup Consistency Check Report for Machine: DEBASER1
*******************************************
Article: WMI Service Requirement, Result: CheckPassed
Article: MSXML Requirement, Result: CheckPassed
Article: Operating System Minimum Level Requirement, Result: CheckPassed
Article: Operating System Service Pack Level Requirement, Result: CheckPassed
Article: SQL Compatibility With Operating System, Result: CheckPassed
Article: Minimum Hardware Requirement, Result: CheckPassed
Article: Pending Reboot Requirement, Result: CheckPassed
Article: Default Installation Path Permission Requirement, Result: CheckPassed
Article: Internet Explorer Requirement, Result: CheckPassed
Article: Check COM+ Catalogue, Result: CheckPassed
Article: ASP.Net Registration Requirement, Result: CheckPassed
Article: Minimum MDAC Version Requirement, Result: CheckPassed
Article: Edition Upgrade Check, Result: CheckPassed
<Func Name='PerformDetections'>
0
<EndFunc Name='PerformDetections' Return='0' GetLastError='0'>
<Func Name='DisplaySCCWizard'>
CSetupBootstrapWizard returned 1
<EndFunc Name='DisplaySCCWizard' Return='0' GetLastError='183'>
Loaded DLL:c:Program FilesMicrosoft SQL Server90Setup Bootstrapsqlsval.dll Version:2005.90.3042.0
<EndFunc Name='DwLaunchMsiExec' Return='0' GetLastError='0'>
Complete: InvokeSqlSetupDllAction at: 2007/7/21 15:0:29, returned true
Running: SetPackageInstallStateAction at: 2007/7/21 15:0:29
Complete: SetPackageInstallStateAction at: 2007/7/21 15:0:29, returned true
Running: DeterminePackageTransformsAction at: 2007/7/21 15:0:29
Complete: DeterminePackageTransformsAction at: 2007/7/21 15:0:30, returned true
Running: ValidateSetupPropertiesAction at: 2007/7/21 15:0:30
Complete: ValidateSetupPropertiesAction at: 2007/7/21 15:0:30, returned true
Running: OpenPipeAction at: 2007/7/21 15:0:30
Complete: OpenPipeAction at: 2007/7/21 15:0:30, returned false
Error: Action "OpenPipeAction" failed during execution.
Running: CreatePipeAction at: 2007/7/21 15:0:30
Complete: CreatePipeAction at: 2007/7/21 15:0:30, returned false
Error: Action "CreatePipeAction" failed during execution.
Action "RunRemoteSetupAction" will be skipped due to the following restrictions:
Condition "Action: CreatePipeAction has finished and passed." returned false.
Running: PopulateMutatorDbAction at: 2007/7/21 15:0:30
Complete: PopulateMutatorDbAction at: 2007/7/21 15:0:30, returned true
Running: GenerateRequestsAction at: 2007/7/21 15:0:30
SQL_Engine = 3
SQL_Data_Files = 3
SQL_Replication = -1
SQL_FullText = -1
SQL_SharedTools = 3
SQL_BC_DEP = -1
Analysis_Server = -1
AnalysisDataFiles = -1
AnalysisSharedTools = -1
RS_Server = -1
RS_Web_Interface = -1
RS_SharedTools = -1
Notification_Services = -1
NS_Engine = -1
NS_Client = -1
SQL_DTS = -1
Client_Components = -1
Connectivity = -1
SQL_Tools90 = -1
SQL_WarehouseDevWorkbench = -1
SDK = -1
SQLXML = -1
Tools_Legacy = -1
TOOLS_BC_DEP = -1
SQL_SSMSEE = -1
SQL_Documentation = -1
SQL_BooksOnline = -1
SQL_DatabaseSamples = -1
SQL_AdventureWorksSamples = -1
SQL_AdventureWorksDWSamples = -1
SQL_AdventureWorksASSamples = -1
SQL_Samples = -1
Complete: GenerateRequestsAction at: 2007/7/21 15:0:32, returned true
Running: CreateProgressWindowAction at: 2007/7/21 15:0:32
Complete: CreateProgressWindowAction at: 2007/7/21 15:0:32, returned true
Running: ScheduleActionAction at: 2007/7/21 15:0:32
Complete: ScheduleActionAction at: 2007/7/21 15:0:33, returned true
Skipped: InstallASAction.11
Skipped: Action "InstallASAction.11" was not run. Information reported during analysis:
No install request found for package: "sqlsupport", referred by package: "as", install will be skipped as a result.
Skipped: InstallASAction.18
Skipped: Action "InstallASAction.18" was not run. Information reported during analysis:
No install request found for package: "owc11", referred by package: "as", install will be skipped as a result.
Skipped: InstallASAction.22
Skipped: Action "InstallASAction.22" was not run. Information reported during analysis:
No install request found for package: "bcRedist", referred by package: "as", install will be skipped as a result.
Skipped: InstallASAction.9
Skipped: Action "InstallASAction.9" was not run. Information reported during analysis:
No install request found for package: "msxml6", referred by package: "as", install will be skipped as a result.
Skipped: InstallDTSAction
Skipped: Action "InstallDTSAction" was not run. Information reported during analysis:
No install request found for package: "dts", install will be skipped as a result.
Skipped: InstallDTSAction.11
Skipped: Action "InstallDTSAction.11" was not run. Information reported during analysis:
No install request found for package: "sqlsupport", referred by package: "dts", install will be skipped as a result.
Skipped: InstallDTSAction.12
Skipped: Action "InstallDTSAction.12" was not run. Information reported during analysis:
No install request found for package: "sqlncli", referred by package: "dts", install will be skipped as a result.
Skipped: InstallDTSAction.18
Skipped: Action "InstallDTSAction.18" was not run. Information reported during analysis:
No install request found for package: "owc11", referred by package: "dts", install will be skipped as a result.
Skipped: InstallDTSAction.22
Skipped: Action "InstallDTSAction.22" was not run. Information reported during analysis:
No install request found for package: "bcRedist", referred by package: "dts", install will be skipped as a result.
Skipped: InstallDTSAction.9
Skipped: Action "InstallDTSAction.9" was not run. Information reported during analysis:
No install request found for package: "msxml6", referred by package: "dts", install will be skipped as a result.
Skipped: InstallNSAction
Skipped: Action "InstallNSAction" was not run. Information reported during analysis:
No install request found for package: "ns", install will be skipped as a result.
Skipped: InstallNSAction.11
Skipped: Action "InstallNSAction.11" was not run. Information reported during analysis:
No install request found for package: "sqlsupport", referred by package: "ns", install will be skipped as a result.
Skipped: InstallNSAction.12
Skipped: Action "InstallNSAction.12" was not run. Information reported during analysis:
No install request found for package: "sqlncli", referred by package: "ns", install will be skipped as a result.
Skipped: InstallNSAction.18
Skipped: Action "InstallNSAction.18" was not run. Information reported during analysis:
No install request found for package: "owc11", referred by package: "ns", install will be skipped as a result.
Skipped: InstallNSAction.22
Skipped: Action "InstallNSAction.22" was not run. Information reported during analysis:
No install request found for package: "bcRedist", referred by package: "ns", install will be skipped as a result.
Skipped: InstallNSAction.9
Skipped: Action "InstallNSAction.9" was not run. Information reported during analysis:
No install request found for package: "msxml6", referred by package: "ns", install will be skipped as a result.
Skipped: InstallRSAction.11
Skipped: Action "InstallRSAction.11" was not run. Information reported during analysis:
No install request found for package: "sqlsupport", referred by package: "rs", install will be skipped as a result.
Skipped: InstallRSAction.18
Skipped: Action "InstallRSAction.18" was not run. Information reported during analysis:
No install request found for package: "owc11", referred by package: "rs", install will be skipped as a result.
Skipped: InstallRSAction.22
Skipped: Action "InstallRSAction.22" was not run. Information reported during analysis:
No install request found for package: "bcRedist", referred by package: "rs", install will be skipped as a result.
Running: InstallSqlAction.11 at: 2007/7/21 15:0:33
Installing: sqlsupport on target: DEBASER1
Complete: InstallSqlAction.11 at: 2007/7/21 15:11:8, returned true
Running: InstallSqlAction.12 at: 2007/7/21 15:11:8
Installing: sqlncli on target: DEBASER1
Complete: InstallSqlAction.12 at: 2007/7/21 15:11:17, returned true
Skipped: InstallSqlAction.18
Skipped: Action "InstallSqlAction.18" was not run. Information reported during analysis:
No install request found for package: "owc11", referred by package: "sql", install will be skipped as a result.
Running: InstallSqlAction.21 at: 2007/7/21 15:11:17
Installing: sqlwriter on target: DEBASER1
Complete: InstallSqlAction.21 at: 2007/7/21 15:11:22, returned true
Skipped: InstallSqlAction.22
Skipped: Action "InstallSqlAction.22" was not run. Information reported during analysis:
No install request found for package: "bcRedist", referred by package: "sql", install will be skipped as a result.
Running: InstallSqlAction.9 at: 2007/7/21 15:11:22
Installing: msxml6 on target: DEBASER1
Complete: InstallSqlAction.9 at: 2007/7/21 15:11:24, returned true
Skipped: InstallToolsAction.11
Skipped: Action "InstallToolsAction.11" was not run. Information reported during analysis:
No install request found for package: "sqlsupport", referred by package: "tools", install will be skipped as a result.
Skipped: InstallToolsAction.12
Skipped: Action "InstallToolsAction.12" was not run. Information reported during analysis:
No install request found for package: "sqlncli", referred by package: "tools", install will be skipped as a result.
Skipped: InstallToolsAction.13
Skipped: Action "InstallToolsAction.13" was not run. Information reported during analysis:
No install request found for package: "PPESku", referred by package: "tools", install will be skipped as a result.
Skipped: InstallToolsAction.18
Skipped: Action "InstallToolsAction.18" was not run. Information reported during analysis:
No install request found for package: "owc11", referred by package: "tools", install will be skipped as a result.
Skipped: InstallToolsAction.20
Skipped: Action "InstallToolsAction.20" was not run. Information reported during analysis:
No install request found for package: "BOL", referred by package: "tools", install will be skipped as a result.
Skipped: InstallToolsAction.22
Skipped: Action "InstallToolsAction.22" was not run. Information reported during analysis:
No install request found for package: "bcRedist", referred by package: "tools", install will be skipped as a result.
Skipped: InstallToolsAction.23
Skipped: Action "InstallToolsAction.23" was not run. Information reported during analysis:
No install request found for package: "ssmsee", referred by package: "tools", install will be skipped as a result.
Skipped: InstallToolsAction.9
Skipped: Action "InstallToolsAction.9" was not run. Information reported during analysis:
No install request found for package: "msxml6", referred by package: "tools", install will be skipped as a result.
Skipped: InstallNSAction.10
Skipped: Action "InstallNSAction.10" was not run. Information reported during analysis:
No install request found for package: "sqlxml4", referred by package: "ns", install will be skipped as a result.
Running: InstallSqlAction at: 2007/7/21 15:11:25
Installing: sql on target: DEBASER1
Failed to install package
Fatal error during installation.
Setting package return code to: 29503
Complete: InstallSqlAction at: 2007/7/21 15:15:29, returned false
Error: Action "InstallSqlAction" failed during execution. Error information reported during run:
Target collection includes the local machine.
Invoking installPackage() on local machine.
Skipped: InstallToolsAction.10
Skipped: Action "InstallToolsAction.10" was not run. Information reported during analysis:
No install request found for package: "sqlxml4", referred by package: "tools", install will be skipped as a result.
Skipped: InstallASAction
Skipped: Action "InstallASAction" was not run. Information reported during analysis:
No install request found for package: "as", install will be skipped as a result.
Skipped: InstallRSAction
Skipped: Action "InstallRSAction" was not run. Information reported during analysis:
No install request found for package: "rs", install will be skipped as a result.
Skipped: InstallToolsAction
Skipped: Action "InstallToolsAction" was not run. Information reported during analysis:
No install request found for package: "tools", install will be skipped as a result.
Skipped: RepairForBackwardsCompatRedistAction
Skipped: Action "RepairForBackwardsCompatRedistAction" was not run. Information reported during analysis:
Action: "RepairForBackwardsCompatRedistAction" will be skipped due to the following condition:
Condition "sql was successfully upgraded." returned false. Condition context:
sql failed to upgrade and so the uninstall of the upgraded product will not occur.
Error: Action "UninstallForMSDE2000Action" failed during execution. Error information reported during run:
Action: "UninstallForMSDE2000Action" will be marked as failed due to the following condition:
Condition "sql was successfully upgraded." returned false. Condition context:
sql failed to upgrade and so the uninstall of the upgraded product will not occur.
Installation of package: "patchMSDE2000" failed due to a precondition.
Error: Action "UninstallForSQLAction" failed during execution. Error information reported during run:
Action: "UninstallForSQLAction" will be marked as failed due to the following condition:
Condition "sql was successfully upgraded." returned false. Condition context:
sql failed to upgrade and so the uninstall of the upgraded product will not occur.
Installation of package: "patchLibertySql" failed due to a precondition.
Skipped: UninstallForRS2000Action
Skipped: Action "UninstallForRS2000Action" was not run. Information reported during analysis:
Action: "UninstallForRS2000Action" will be skipped due to the following condition:
Condition "Action: InstallRSAction was skipped." returned true.
Error: Action "ExposeVistaClusteredResources" failed during execution. Error information reported during run:
Action: "ExposeVistaClusteredResources" will be marked as failed due to the following condition:
Condition "The Clustered SQL Server instance that hosts is installed." returned false.
Running: ReportChainingResults at: 2007/7/21 15:15:29
Error: Action "ReportChainingResults" threw an exception during execution.
One or more packages failed to install. Refer to logs for error details. : 3
Error Code: 0x80070003 (3)
Windows Error Text: The system cannot find the path specified.

Source File Name: sqlchainingsqlchainingactions.cpp
Compiler Timestamp: Thu Nov 16 20:31:57 2006
Function Name: sqls::ReportChainingResults:erform
Source Line Number: 3521

---- Context -----------------------------------------------
sqls::HostSetupPackageInstallerSynch:ostCommit
sqls::HighlyAvailablePackage:reInstall
led due to cancel code received from cancel source: 29539

Error: Failed to add file :"C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_DEBASER1_.NET Framework 2.0.log" to cab file : "C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGSqlSetup0001.cab" Error Code : 2
Running: UploadDrWatsonLogAction at: 2007/7/21 15:15:42
Message pump returning: 3



Any ideas ... ?

Carlo

View 5 Replies View Related

Microsoft SQL Express 2005 Installation Failure

Apr 20, 2007

I can get SQL SERVER 2005 to install it goes through the extracting files then gives me an error message that says "SQL Server Setup unexpectedly failed. for more information, review the setup summery log file " . I don't think i have any beta versons of Visual Studio or SQL I do have Accouting Express with has something with SQL I don't know if that will stop my installation. I really need SQL to work for my business.

Please Help ME!!!







Heres a copy of my log file:[SQLSetup0017_DSTRETCH_Core]



Microsoft SQL Server 2005 Setup beginning at Wed Apr 18 19:28:35 2007
Process ID : 5244
c:84d9dbbedcbb7eee6c8eeabf58setup.exe Version: 2005.90.3042.0
Running: LoadResourcesAction at: 2007/3/18 19:28:35
Complete: LoadResourcesAction at: 2007/3/18 19:28:35, returned true
Running: ParseBootstrapOptionsAction at: 2007/3/18 19:28:35
Loaded DLL:c:84d9dbbedcbb7eee6c8eeabf58xmlrw.dll Version:2.0.3609.0
Complete: ParseBootstrapOptionsAction at: 2007/3/18 19:28:35, returned false
Error: Action "ParseBootstrapOptionsAction" failed during execution. Error information reported during run:
Could not parse command line due to datastore exception.
Source File Name: utillibpersisthelpers.cpp
Compiler Timestamp: Wed Jun 14 16:30:14 2006
Function Name: writeEncryptedString
Source Line Number: 124
----------------------------------------------------------
writeEncryptedString() failed
Source File Name: utillibpersisthelpers.cpp
Compiler Timestamp: Wed Jun 14 16:30:14 2006
Function Name: writeEncryptedString
Source Line Number: 123
----------------------------------------------------------
Error Code: 0x80070002 (2)
Windows Error Text: The system cannot find the file specified.

Source File Name: cryptohelpercryptsameusersamemachine.cpp
Compiler Timestamp: Wed Jun 14 16:28:04 2006
Function Name: sqls::CryptSameUserSameMachine:rotectData
Source Line Number: 50

2
Could not skip Component update due to datastore exception.
Source File Name: datastorecachedpropertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:27:59 2006
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
----------------------------------------------------------
Failed to find property "InstallMediaPath" {"SetupBootstrapOptionsScope", "", "5244"} in cache
Source File Name: datastorepropertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:28:01 2006
Function Name: SetupBootstrapOptionsScope.InstallMediaPath
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupBootstrapOptionsScope"
Running: ValidateWinNTAction at: 2007/3/18 19:28:35
Complete: ValidateWinNTAction at: 2007/3/18 19:28:35, returned true
Running: ValidateMinOSAction at: 2007/3/18 19:28:35
Complete: ValidateMinOSAction at: 2007/3/18 19:28:35, returned true
Running: PerformSCCAction at: 2007/3/18 19:28:35
Complete: PerformSCCAction at: 2007/3/18 19:28:35, returned true
Running: ActivateLoggingAction at: 2007/3/18 19:28:35
Error: Action "ActivateLoggingAction" threw an exception during execution. Error information reported during run:
Datastore exception while trying to write logging properties.
Source File Name: datastorecachedpropertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:27:59 2006
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
----------------------------------------------------------
Failed to find property "primaryLogFiles" {"SetupStateScope", "", ""} in cache
Source File Name: datastorepropertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:28:01 2006
Function Name: SetupStateScope.primaryLogFiles
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupStateScope"
02E7CFC0Unable to proceed with setup, there was a command line parsing error. : 2
Error Code: 0x80070002 (2)
Windows Error Text: The system cannot find the file specified.

Source File Name: datastorepropertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:28:01 2006
Function Name: SetupBootstrapOptionsScope.InstallMediaPath
Source Line Number: 44

Class not registered.
Failed to create CAB file due to datastore exception
Source File Name: datastorecachedpropertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:27:59 2006
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
----------------------------------------------------------
Failed to find property "HostSetup" {"SetupBootstrapOptionsScope", "", "5244"} in cache
Source File Name: datastorepropertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:28:01 2006
Function Name: SetupBootstrapOptionsScope.HostSetup
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupBootstrapOptionsScope"
Message pump returning: 2

View 3 Replies View Related

SQL Server 2005 Express : Installation Failure !

Apr 5, 2006

When i try to install SQL server 2005 Express, French version (after installation of : Framework 2.0, Visual Web Developper), i get the following error :

"Le programme d'installation de SQL server 2005 a détecté des composants incompatibles des versions bêta de visual studio, de .NET Framework ou de SQL server 2005. Supprimer ces composants à l'aide de Ajout ou suppression de programmes, puis exécuter à nouveau le programme d'installation de SQL server 2005. Pour des instructions détaillées sur la désinstallation de SQL Server 2005, voir le fichier lisez-moi de SQL server 2005."

I removed all old versions !

Thank's for help



View 1 Replies View Related

SQL Server Express Setup Snafu

Jul 23, 2005

I've installed and unistalled SQL Server 2000 and MSDE on my computeras I needed it (my machine is a development machine).I've tested SQL Server B2 and then uninstalled it, now when I try toinstall SQL Server Express B3 I can't get the client side tools toinstall (the command lines).The server is apperantly working, but I can't log into it because Idon't get any of the clients.How do I fix this?

View 2 Replies View Related

SQL Server Express Setup Question

Jul 10, 2006



Hi, I just installed the Express version locally and then tried to simply connect to the

Northwind database from a .aspx web page. I get the following:

Error reading the database. 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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

Do I have to do anything for setup?

Thanks, Eric

View 1 Replies View Related

URGENT - Sql Express - Can Not Setup Database. Why?

Mar 4, 2006

Im a beginner in ASP.NET and SQL. Please tell me how to run and paste a few tags on "SQLCMD T-SQL execution command line utility" (90ToolsBinn). Its SQL Express 2005. I cant paste a tag of an ASP.NET beginners site http://www.asp.net/GuidedTour/default.aspx). I cant set up a data base without doing it.

When attempting to run this installer (SQLCMD T-SQL execution command line utility), I get the DOS screen but not the 1> command prompt. If I leave the screen alone, the DOD command window closes after about 5 seconds.
"C:Program FilesMicrosoft SQL Server90ToolsinnSQLCMD" -S "machine-nameSqlExpress"

If I retry the prompt, same thing happens. Attempts to Paste the script are unsuccessful, and the DOS command screen closes on it's own.


Tank you very much,

nuno vieira

View 3 Replies View Related

SQL Server Express SP1 Setup Failed

Dec 6, 2006

One of my customers is trying to setup SQL Server 2005 Express SP1 on his Windows XP Home SP2 machine.

Setup failed with the following in the Summary.txt file:

-------

Microsoft SQL Server 2005 9.00.2047.00
==============================
OS Version : Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
Time : Mon Dec 04 23:59:22 2006

D86VH461 : Unknown article Result.

SQL Server Setup failed. For more information, review the Setup log file in %ProgramFiles%Microsoft SQL Server90Setup BootstrapLOGSummary.txt.


Time : Mon Dec 04 23:59:23 2006

---------

What is this D86VH461 error code? I seached the Internet and could not find any information on it.

Thanks,

Herbert

View 7 Replies View Related

How To Setup Merge Replication With Sql Express

Jun 12, 2007

I have a Windows Mobile aplication that uses merge replication to synchronize between sql compact and full sql Enterprise edition and It works great. Instantiating the SqlCeReplication object setting it's properties and calling Synchronize on it is pretty simple assuming everything is setup properly at the publisher.



For the life of me I can't figure out how to do this on the desktop (Programatically setup a subscription and create a database using objects in the System.Replication Namespace and hopefully call Synchronize on it).



Someone please point me in the right direction.



Thanks,


Patrick

View 2 Replies View Related

Setup ODBC Problem Using SQL Express

Mar 24, 2006

Hi,

I have install Microsoft Visual C# Express Editon 2005 from MSDN site. I have follow this step

.


Uninstall beta versions
Before installing, you must uninstall any previous versions of SQL Server 2005, Visual Studio 2005, and the .NET Framework 2.0.




2.


Download and install
Download and install Visual C# 2005 Express Edition!!

Download
Note: Having network issues or need to burn a CD for offline installation?
Follow the manual installation instructions.





3.


Register
Why
register? You€™ll need to get your registration key. Additionally,
you€™ll get a lot of free stuff including royalty-free images from
Corbis, online training from Microsoft Learning, E-books from Microsoft
Press and more. Learn more about registration benefits.

before that i also insatl IIS from windows service pack 2

My problem starting when I'm trying to enable connection to the database with setup the ODBC my step
1.Start>>Control Panel>>Administrative Tools>>Data Sources(ODBC)
2.System DSN>>Add
3.Select>>SQL Server>>Finish
4.Put Name:>>>Choose Server:>>>Next
5.Select>>>With SQL Server authenticationusing a ID and password enter by user>>>Connect to SQL Server>>>put Login ID:sa>>>Next
6. Test Data Source
7.Error

Connection failed:
SQL State:'01000'
SQL Server Error: 2
[Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (Connect( )).
Connection faild:
SQL State:'08001'
SQL Server Error: 7
[Microsoft][ODBC SQL Server Driver][Shared Memory]SQL Server does not exist or access denied.

Please help me step by step. I'm using C# to build application that can pullout data from card using chip like smartcard or chip based card. The data then save to database in SQL. Using Macromedia I'm build a website that can publish the data to web site. My mission to set up my CPU as Server using SQL Server. I'm build all my project in the same CPU with the server.

tq.

View 4 Replies View Related

SQl Express Edition Install Failure With ODBC Error

Dec 29, 2006

Can some one help me with this ?



C:WINDOWSsystem32Odbc32.dll
Version:
3.525.1117.0


SQL_SUCCESS_WITH_INFO (1) in OdbcConnection::connect
sqlstate=01000, level=-1, state=-1, native_error=444, msg=The driver returned invalid (or failed to return) SQL_DRIVER_ODBC_VER:
sqlstate=01000, level=-1, state=-1, native_error=5701, msg=[Microsoft][SQL Native Client][SQL Server]Changed database context to 'master'.
sqlstate=01000, level=-1, state=-1, native_error=5703, msg=[Microsoft][SQL Native Client][SQL Server]Changed language setting to us_english.

SQL_ERROR (-1) in OdbcConnectionHandle::set_attr
sqlstate=IM001, level=-1, state=-1, native_error=0, msg=[Microsoft][ODBC Driver Manager] Driver does not support this function

SQL_ERROR (-1) in OdbcConnectionHandle::get_attr
sqlstate=IM001, level=-1, state=-1, native_error=0, msg=[Microsoft][ODBC Driver Manager] Driver does not support this function

SQL_ERROR (-1) in OdbcHandle::release
sqlstate=HY010, level=-1, state=-1, native_error=0, msg=[Microsoft][ODBC Driver Manager] Function sequence error

SQL_ERROR (-1) in OdbcHandle::release
sqlstate=HY010, level=-1, state=-1, native_error=0, msg=[Microsoft][ODBC Driver Manager] Function sequence error

Error Code: 0x8007ea74 (60020)
Windows Error Text: Source File Name: libodbc_handle.h
Compiler Timestamp: Wed Oct 26 16:37:41 2005
Function Name: OdbcConnectionHandle::set_attr@connect
Source Line Number: 168



---- Context -----------------------------------------------


Connecting to SQL Server
ExecuteSqlCommands
Originial error was 8007ea74 (60020)
ipt
SqlScriptHlpr



Error Code: 60020
MSI (s) (D0!0C) [18:24:47:187]: Product: Microsoft SQL Server 2005 Express Edition -- Error 29521. SQL Server Setup failed to execute a command for server configuration. The error was [Microsoft][ODBC Driver Manager] Driver does not support this function. Refer to the server error logs and Setup logs for detailed error information.

View 1 Replies View Related

Windows App Cannot Access SQL Server Express DB (login Failure)

Jul 6, 2007

I am using an unattended install script to install the database on the client machine. All the settings look correct. But my application cannot access the db -



Error: Cannot open database requested by the login.



Now when I install SQL Server Express manually, it works fine. I have the service running under local system and enabled user instances is true. I cannot figure out the problem(been working on it for 2 days).



Any ideas?



View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved