SQL Express Silent Installation.

Mar 14, 2006

I am writing an application that requires SQL Express to be installed alongside.

So I try to do the following - Before installing my application, I pop-up a link which leads to "SQLEXPR.exe ADDLOCAL=SQL_Engine INSTANCENAME=MSSQLServer <other parameters> /qb " .
But this displays only a basic GUI, which means that the pre-requisite checks for SQL express are not displayed to the user. So if MDAC version 2.8 is not present on the system the installation of SQLexpress fails without any error messages (except in the log files).
( This is not a problem with all pre-requisites :: If .NET is not present on the system, the failure is much more elegant. There is a nice GUI pop-up which requests the user to install .NET 2.0 before installing SQL express.)

On the other hand, If I remove the "/qb" switch, I can get the pre-requisites GUI to display and the end-user can figure out the cause of failure easily enough. But this means that the optional parameters I use, for example the instancename or the authentication mode will not be used during the install

Is there a good commandline switch I can use so that
1) The pre-requisites check screen is displayed
2) All the commandline options are used for installation.

Thanks

View 5 Replies


ADVERTISEMENT

How To Build A Own Silent Setup Of MS-SQL-Server 2005 Express For Installation On Customers PC ...

Feb 21, 2008

Hi,

I want to build a silent setup/installation of MS-SQL-Server-Express 2005 for installation on customers computers.
I want to integrate it in my own setup/installation routine of my application.
How can I do that?
Where can I get Infos or tutorials? Perhaps here ?

Sorry for my bad english

Regards Tron

View 7 Replies View Related

Configuring SQL Express During Installation And Attaching Smart Client DB / Silent Install For One Click?

Oct 9, 2006



Hey all,

Cool place! Has anyone deployed SQL Express silently using one click and an attached a smart client DB from within the app ... would love to see some of the best practices or horror stories! Just kidding... :) I'm about to deploy a smart client using SQL Express and could use some tips from someone who has been there.

Thanks in advance,

Bill

View 7 Replies View Related

What Is Silent Installation?

Sep 13, 2007

Could someone tell me what a silent inatallation is please?

Many thanks

View 2 Replies View Related

64 Bit Silent Installation

Dec 7, 2006

Hi:

Is it possible to install a 64 bit SQL Server 2005 silently?. I am wondering what are the command options that are needed to do a quiet Install of Enterprise Edition of SQL Server 2005 (x64) on a x64 OS.

Any info is appreciated.

Thanks

Ankith

View 1 Replies View Related

Silent Installation Of SQL Server

Apr 16, 2007

Hi There,



My ASP.Net application needs AJAX and SQL Server to be installed on the server.

How can I make AJAX and SQL Server installation as a part of my application installation?



Is it possible to automate the install of SQL Server? So user dont need to write in anything, all the answers will be prewritten.



I heard, using Microsoft Setup manager we can generate Setup.iss files to automate the silent install of SQL Server. But I cant find information about how to implement and where can I find this tool.



My main motive is to save my client from installation questions of SQL Server.



One version of my application uses SQL Server 2005 Express and another one uses Standard version.



Please help and guide me.

View 3 Replies View Related

Silent Installation Via Vbscript

Aug 21, 2007


Hi..
i am new to vbscripting.i need to create the vbscript for
( .netframework2.0,MDAC2.7,XML4.0,VC++2005,windowsinstaller3.0,OWC10)
with silent installation via VBscript.before that i need to check the
machine have my pre-requisites or not,which machine does not have my
pre-requisites through script i have to install.
Kindly provide any solution for this.you can reach me at
senthil...@tcs.com.
thanks,
N.senthil

View 1 Replies View Related

Silent Installation Setup Problem

Feb 19, 2007

Hi,

I'm trying to create a silent installation which will create a new instance of the express version
on my clients machine, the problem is that i can't set the service account to local service

i.e AGTACCOUNT="NT AUTHORITYLOCAL SERVICE"

if im running the normal setup (GUI) i can set this property easly,
but from the command line all i get is
"NT AUTHORITYLOCAL SYSTEM" which is the default i think

how can i do it from the command line???

Thanks

View 8 Replies View Related

2014 Silent Installation Not Working (windows 7)

Dec 23, 2014

I tried SQL server 2014 express edition for Silent installation using the below procedure. The process got exited without completion in few minutes.

Command used for silent installation is

SQLEXPRADV_x86_ENU /q ConfigurationFile="ConfigurationFile.ini"

Created Configuration File Manually: Below is the File Data

;SQLSERVER2008 Configuration File
[SQLSERVER2008]
IACCEPTSQLSERVERLICENSETERMS="True"

; Specify the Instance ID for the SQL Server features you have specified. SQL Server directory structure, registry structure, and service names will reflect the instance ID of the SQL Server instance.

INSTANCEID="SHAREPOINT"

; Specifies a Setup work flow, like INSTALL, UNINSTALL, or UPGRADE. This is a required parameter.

ACTION="Install"

; Specifies features to install, uninstall, or upgrade. The list of top-level features include SQL, AS, RS, IS, and Tools. The SQL feature will install the database engine, replication, and full-text. The Tools feature will install Management Tools, Books online, Business Intelligence Development Studio, and other shared components.

FEATURES=SQLENGINE,REPLICATION

; Displays the command line parameters usage

HELP="False"

; Specifies that the detailed Setup log should be piped to the console.

INDICATEPROGRESS="False"

; Setup will not display any user interface.

QUIET="True"

; Setup will display progress only without any user interaction.

QUIETSIMPLE="False"

; Specifies that Setup should install into WOW64. This command line argument is not supported on an IA64 or a 32-bit system.

X86="False"

; The directory for the extracted service pack files used to update the setup media.

PCUSOURCE="d:d8ad8f24d77c0777a5PCUSOURCE"

; Specify if errors can be reported to Microsoft to improve future SQL Server releases. Specify 1 or True to enable and 0 or False to disable this feature.

ERRORREPORTING="False"

; Specify the root installation directory for native shared components.

INSTALLSHAREDDIR="C:Program FilesMicrosoft SQL Server"

; Specify the root installation directory for the WOW64 shared components.

INSTALLSHAREDWOWDIR="C:Program Files (x86)Microsoft SQL Server"

[code].....

View 1 Replies View Related

Silent Installation - SQL 2000 Reporting Services

Feb 14, 2008



Hi,
I'm trying to install SQL 2000 Server Reporting Services silently.

I've read that I need to customize template.ini file. This is my file:

[Options]
USERNAME=user
COMPANYNAME="Company Name"
PIDKEY=*******************************
INSTALLDIR="C:Program FilesMicrosoft SQL Server"
;Components to install
ADDLOCAL=RS_Server,RS_Manager,RS_Designer,RS_Admin_Tools,RS_BooksOnline_EN
RSACCOUNT=
RSPASSWORD=
RSAUTOSTART=1
RSVIRTUALDIRECTORYSERVER=ReportServer
RSVIRTUALDIRECTORYMANAGER=
RSREDIRECTTOMANAGER=0
RSUSESSL=1
RSDATABASESERVER=
RSDATABASENAME="ReportServer"
RSDATABASEFILELOCATION=
RSDATABASELOGFILELOCATION=
RSSQLACCOUNT=
RSSQLPASSWORD=
RSSETUPACCOUNT=
RSSETUPPASSWORD=
PERSEAT=1



I don't know if I missing something essencial or if I did it in a wrong way, but when I ran the installation from the command line, I get, after a while, a minimized window with "ERROR REPORTING" as title that I can't restore.

I could install it manually without problems (as a test). I've made ISS files for the SQL 2000 Server Developer Edition, but I couldn't for reporting services. Is this possible? Is there an error in my template.ini?

Thank you in advance!!

View 4 Replies View Related

Silent - Unattended Setup - Getting Informed About Running Installation Progress Status.

Apr 10, 2007

I 'm trying to install Sql Server 2005 Express Edition using c# 2.0 by starting a process and launching setup. I also want to informed about installation progress. For instance i want to inform end user if any installation error return or if setup has successfully completed etc. I think i need a callback... I have no problem about silent - unattended install but how can i informed about running installation progress ? and send these info to end user 's form ?

Regards.

Yusuf Incekara

View 5 Replies View Related

Silent Install New SQL Express Instance Via MSI

Aug 4, 2006

I'm currently building an MSI to install SQL Express and want to install as a new instance, not the default instance, and not into the SQLEXPRESS instance either.

I saw the package.xml for Express in my VS Studio install. How would I go about using this? Or would I have to modify the MSI via Orca or something? I hope not. Wouldn't have a clue where to start.

In short, regardless if there is already an SQL Express instance on the machine or not, I need to silently install a fresh new instance of the server engine only, no client tools except sqlcmd.exe

I have seen that MS would advise that everyone use the SQLEXPRESS instance but I don't agree with it. I don't want other application installs trampling over my server settings and I don't want to trample over others. For example, expose others to TCPIP and CLR when they don't need it, and conversely others swithing them off in a shared server instance when I do need them.

View 7 Replies View Related

Run Querys After Silent Installtion SQL 2005 Express

Mar 1, 2006

Hi,

I'm looking for a solution to run querys (create databases ed) after a silent installation of SQL 2005 Express edition (example with a .sql file). So users can run a installation unattended with all databases installed and so on.

What I got is a document about how to run a silent installation (document " Using Command Prompt Options to install SQL Server Express") but this docs there's no solution how to run querys after the installation.

Thanks

Robert-Paul

View 4 Replies View Related

SQL 2005 Express SP2 Silent Install Fails

May 16, 2007

Hello,
I'm using the latest version of SQLEXPR32.EXE found here :
http://www.microsoft.com/downloads/details.aspx?FamilyID=31711d5d-725c-4afa-9d65-e4465cdff1e7&DisplayLang=en

Here is the command line that fails :

"sqlexpr32.exe -q /norebootchk /qn reboot=ReallySuppress
INSTANCENAME=MYINSTANCE SECURITYMODE=SQL SAPWD=mypassword SQLAUTOSTART=1"

Interrestingly, when the following command line is used to launch the setup,
it completes successfully :

"sqlexpr32.exe /norebootchk reboot=ReallySuppress INSTANCENAME=MYINSTANCE
SECURITYMODE=SQL SAPWD=mypassword SQLAUTOSTART=1"

The only difference between the two is the quiet switches used in the first
case : "-q" and "/qn"

After spending some time to understand what is going wrong, it seems that in
quied mode, Setup Prerequisite 'SQL Native Client' is not installed. Then
the remaining part of the setup fails because of this.

Any help appreciated.

View 7 Replies View Related

Sql Server Express Setup Installs The Silent Instattion, Can This Be Customized

May 25, 2007

Hi!



I have created a setup in visual studio and set the sql server as a pre-requsites.



now when the setup is run from

setup.exe

it checks whether sql server is installed... if installed then continues otherwise install sql server express edition, now this installation is silent,



I need to set the sa password during installation of sql server . i have no option to set the password during installation, can any one help



View 1 Replies View Related

Unattended (Silent) Install SQL Server Express How Do I Specify A The Built In System Account???

Aug 15, 2006

When doing a unattended install of Microsoft SQL Server Express, I have a problem specifing the service to installed to be run under the as local system account.

I'm using: SQLACCOUNT & SQLPASSWORD parameters but it just won't work.

As default SQL Server is installed using the NETWORK SERVICE account, this causes the database to be read-only. What I want is to specifiy in the script that the service should run under the LOCAL SYSTEM account instead. This must also be OS-language independent.

I've tried:

SQLACCOUNT=NT AUTHORITYSYSTEM
SQLACCOUNT=NT AUTHORITYLOCAL SYSTEM
SQLACCOUNT=NT AUTHORITYLOCAL SERVICE
SQLACCOUNT=SYSTEM

SQLACCOUNT=BUILT-INSYSTEM


etc.

and even some different SID as:

S-1-5-18
S-1-5-19

All with no password with the SQLPASSWORD parameter:

SQLPASSWORD=

I still getting the same error while validating the service account.

Is there someone else who knows what I'm doing wrong?

Best regards,

Mattias

View 5 Replies View Related

Installing SQL Server 2005 Express Via Command Prompt (silent / Basic GUI Install)

Feb 20, 2008

Hi,

I would be very grateful if someone could take a look at my command line install and offer advice on if I am doing it correctly.

The reason I am asking is because I cannot seem to get the server installed without having errors during the installation:
"The SQL Server (MSSQLSERVER) service terminated with service-specific error 17113 (0x42D9)"

Looking at the server error log indicates that master.mdf was not in the data directory (I have however specified a different data directory for ease of backup by our software and this is created during the install but does not have this database in the data directory - it is however in the template data directory!

I also get this error when the SQL Server service is started:
"The SQL Server (SQLEXPRESS) service terminated with service-specific error 3417 (0xD59)."


All advice is welcome. Please see below my batch file. Also, if you think I should do this in a different way then please let me know. I basically want to install SQL server on a customer computer and automate the install so the custoemr does not need to enter any information.

The goal of this install is:
[1] Deply a custom .Net application and SQL server at the same time on the same computer without user input.
[2] Allow remote .Net applications (designed by myself also) to connect over a LAN (and later maybe over a WAN) to the database to the above database.

The command line is this (I have also included the batch file I am usign below). For ease of reading I have put the parameters on a new line below:

setup.exe /qb
username="CustomerUsername"
companyname="OurCompany"
addlocal="SQL_Engine,SQL_Data_Files,SQL_Replication,Connectivity,SDK"
disablenetworkprotocols="0"
instancename="MSSQLSERVER"
INSTALLSQLDATADIR="c:SqlData"
USESYSDB="c:SqlData"
SAVESYSDB="1"
SQLAUTOSTART="1"
SECURITYMODE="SQL"
SAPWD="#StrongPaSSword#"



======= Batch file Start ======

SET MODE=/qb
SET SETUP_EXE=sqlfilessetup.exe %MODE%
SET SQLDATADIR=c:SqlData


SET SET_USERNAME=username="CustomerUsername"
SET SET_COMPANYNAME=companyname="OurCompany"
SET SET_ADDLOCAL=addlocal="SQL_Engine,SQL_Data_Files,SQL_Replication,Connectivity,SDK"
SET SET_DISABLENETWORKPROTOCOLS=disablenetworkprotocols="0"
SET SET_INSTANCENAME=instancename="MSSQLSERVER"

SET SET_INSTALLSQLDATADIR=INSTALLSQLDATADIR="%SQLDATADIR%"

SET SET_SAVESYSDB=SAVESYSDB="1"
SET SET_USESYSDB=USESYSDB="%SQLDATADIR%"

SET SET_SQLAUTOSTART=SQLAUTOSTART="1"
SET SET_SECURITYMODE=SECURITYMODE="SQL"

@REM === RE-INSTALL PARAMS - NOT CURRENTLY BEING USED?? SHOULD I ADD THESE ALSO? ===
SET SET_REINSTALLMODE=REINSTALLMODE="omus"
SET SET_REINSTALL=REINSTALL="SQL_Engine,SQL_Data_Files,SQL_Replication,Connectivity,SDK"
SET SET_REBUILDDATABASE=REBUILDDATABASE="1"

SET SET_SAPWD=SAPWD="#StrongPaSSword#"


@REM === START THE SETUP / RE-INSTALL ===

START %SETUP_EXE% %SET_USERNAME% %SET_COMPANYNAME% %SET_ADDLOCAL% %SET_DISABLENETWORKPROTOCOLS% %SET_INSTANCENAME% %SET_INSTALLSQLDATADIR% %SET_USESYSDB% %SET_SAVESYSDB% %SET_SQLAUTOSTART% %SET_SECURITYMODE% %SET_SAPWD%

======= Batch file End ======


Your advice is kindly welcome.

Thank you

Kind regards

Paul

View 2 Replies View Related

Apparent BUG With SQL Server 2005 Express Silent Install /qb Command Line ( SQLEXPR.EXE/qb ) And Displaying Errors.

Dec 12, 2005

I am using installshield to distribute SQL Server 2005 Express. I have the SQLEXPR.EXE file and I want to run it in /qb mode so the user can see the pretty dialogs pop up but not have to click anything.

View 6 Replies View Related

Express Installation Fails With Invalid Installation Package

May 3, 2006

I get an error when trying to install the SQL Native Client. It
says it cannot find the installation package and to use a valid copy of
'sqlncli.msi'. I've downloaded the Express setup twice and get
the same error from both of them.



I'm attempting this in a VMWare session setup for Windows 2K, Advanced
Server. I am trying to test my installation and setup
procedures. This is not a production setup, just install testing
and documentation. I have allocated only 272MB to the VMWare
session, which is why the system doesn't meet the recommended settings.



Any help would be greatly appreciated.



Below is the Summary.txt output file.



Microsoft SQL Server 2005 9.00.2047.00

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

OS Version : Microsoft Windows 2000 Advanced Server Service Pack 4 (Build 2195)

Time : Wed May 03 09:54:23 2006



CPCWIN2KVM1 : The current system does not meet recommended hardware
requirements for this SQL Server release. For detailed hardware
requirements, see the readme file or SQL Server Books Online.

Machine : CPCWIN2KVM1

Product : Microsoft SQL Server Setup Support Files (English)

Product Version : 9.00.2047.00

Install : Successful

Log File : c:Program
FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0003_CPCWIN2KVM1_SQLSupport_1.log

--------------------------------------------------------------------------------

Machine : CPCWIN2KVM1

Product : SQL Native Client

Error : An
installation package for the product Microsoft SQL Server Native Client
cannot be found. Try the installation again using a valid copy of the
installation package 'sqlncli.msi'.

--------------------------------------------------------------------------------

Machine : CPCWIN2KVM1

Product : Microsoft SQL Server Native Client

Product Version : 9.00.2047.00

Install : Failed

Log File : c:Program
FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0003_CPCWIN2KVM1_SQLNCLI_1.log

Last Action : InstallFinalize

Error String : An installation package for the
product Microsoft SQL Server Native Client cannot be found. Try the
installation again using a valid copy of the installation package
'sqlncli.msi'.

Error Number : 1706

--------------------------------------------------------------------------------

Machine : CPCWIN2KVM1

Product : Microsoft SQL Server VSS Writer

Product Version : 9.00.2047.00

Install : Successful

Log File : c:Program
FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0003_CPCWIN2KVM1_SqlWriter_1.log

--------------------------------------------------------------------------------

Machine : CPCWIN2KVM1

Product : MSXML 6.0 Parser

Product Version : 6.00.3883.8

Install : Successful

Log File : c:Program
FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0003_CPCWIN2KVM1_MSXML6_1.log

--------------------------------------------------------------------------------

View 4 Replies View Related

SQl Express Installation

May 8, 2006

We are getting Error 1603 while installing SQL Express

View 1 Replies View Related

SQL Express Installation

Aug 5, 2007

I am trying to install SQL express on XP home and I am getting a message that my system does not meet the hardware and software requirements. I verified my system meets the requirements. The only thing I saw that I needed to download was MDAC 2.8SPI. I downloaded this after SQL express was downloaded, but I still receive the message. Any assistance would be greatly appreciated.
Michael

View 8 Replies View Related

New SQL Express Installation

Mar 17, 2006

I just installed SQL Express in my workstation but when I try to create and ODBC connection, the new server does not show in the drop down. Do you have any tips...? Thanks.

View 5 Replies View Related

Express Installation

Feb 6, 2007

Hi,

I have tried to install the SQL 2005 Server Express and get the following message:

Your operating system does not meet service pack level requiements for this SQL server release. Install the service pack.

Can anyone tell me what service pack it will be and where I can get it.

View 2 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

SQL Express Installation Problems

Dec 11, 2005

I realize that I have created my own problem...
I unstalled asp.net framework 2.0 (one of the beta versions) prior to removing sql express.  I now have successfully installed vwd express without sql express -- sql express uninstalled failed, even with the uninstall tool.
Can anyone point me to documentation on how to complete the uninstall process for sql express so that I can reinstall? (I also have sql server 2000 installed on the same machine and I don't want to damage that installation.)
Also, will the start kits work with sql 2000 or do they need sql express?
Thanks in advance -- any help is much appreciated.
 
 
 
 

View 3 Replies View Related

SQL SERVER Express Installation

Apr 10, 2006

Hi, I am planning to install Sql server Express version on my machine. I already have Vs.NET 2005 Professional and SQL server 2000 installed and was wondering that if the installation of sql server expresss edition will cause any problems? If not then I can proceed  with the installation!

View 1 Replies View Related

Challenge With SQL Express Installation

Oct 31, 2006

I am having a problem with the installation of SQL Express. the uninstall program says that part of the Beta is still installed. then the uninstall program crashes with a syntax error saying that &nbsp; in wrong place. found it deleted it and then the program will not continue. i cant find any remnants of the beta but SQL Server express will not install!! Please help.

View 2 Replies View Related

Configuring Sql Express On Installation

Nov 10, 2006

Can someone explain to me what SQLACCOUNT=<domainuser> is or should be set to? I get an error telling me to specify a built in account or give a username domain and password for each service. How do I specify these things I didnt see those in the 1 msdn page that explains this. I asked this before but I still cant figure it out. Thanks.

View 1 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 Server Express Installation

Nov 19, 2007



Sql server express edition 2005 Installation fails!
Its says processor not supported.
I got HP Laptop and intel T750 2.2 GHz processor.
Please help me to install it

View 3 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

Sql Express Installation Error

Dec 11, 2006

Hi,

I have tried to install sql express several times and each time it fails to start the sql service during the install process. I am copying part of the three log files below.

File Name :C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0008_REHMANK-PC_Core.log

Running: ActivateLoggingAction at: 2006/11/11 13:33:57
Complete: ActivateLoggingAction at: 2006/11/11 13:33:57, returned true
Running: DetectPatchedBootstrapAction at: 2006/11/11 13:33:57
Complete: DetectPatchedBootstrapAction at: 2006/11/11 13:33:57, returned true
Action "LaunchPatchedBootstrapAction" will be skipped due to the following restrictions:
Condition "EventCondition: __STP_LaunchPatchedBootstrap__2836" returned false.
Running: PerformSCCAction2 at: 2006/11/11 13:33:57
Loaded DLL:C:WINDOWSsystem32msi.dll Version:3.1.4000.2435
Loaded DLL:C:WINDOWSsystem32msi.dll Version:3.1.4000.2435
Complete: PerformSCCAction2 at: 2006/11/11 13:33:57, returned true
Running: PerformDotNetCheck at: 2006/11/11 13:33:57
Complete: PerformDotNetCheck at: 2006/11/11 13:33:58, returned true
Running: ComponentUpdateAction at: 2006/11/11 13:33:58
Complete: ComponentUpdateAction at: 2006/11/11 13:46:49, returned true
Running: DetectLocalBootstrapAction at: 2006/11/11 13:46:49
Complete: DetectLocalBootstrapAction at: 2006/11/11 13:46:49, returned true
Running: LaunchLocalBootstrapAction at: 2006/11/11 13:46:49
Error: Action "LaunchLocalBootstrapAction" threw an exception during execution.  Error information reported during run:
"c:Program FilesMicrosoft SQL Server90Setup Bootstrapsetup.exe" finished and returned: 1067
Aborting queue processing as nested installer has completed
Message pump returning: 1067


File Name :C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0008_REHMANK-PC_SQL.log

Property(S): SOURCEDIR = c:2047371f3917d7caabSetup
Property(S): SourcedirProduct = {2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}
Property(S): InstallNgenTicks = 100000
Property(S): SQLBROWSERSCMACCOUNT = NT AUTHORITYNetworkService
Property(S): SQLSCMACCOUNT = NT AUTHORITYNetworkService
Property(S): DebugClsid.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = {AE0605D0-EBAD-411B-B292-2975E83A76D2}
Property(S): ProductToBeRegistered = 1
MSI (s) (F0:04) [13:53:09:168]: Note: 1: 1708
MSI (s) (F0:04) [13:53:09:168]: Product: Microsoft SQL Server 2005 Express Edition -- Installation failed.

MSI (s) (F0:04) [13:53:09:184]: Cleaning up uninstalled install packages, if any exist
MSI (s) (F0:04) [13:53:09:184]: MainEngineThread is returning 1603


FileName :C:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLLOGERRORLOG

2006-12-11 13:52:02.59 Server      Command Line Startup Parameters:
2006-12-11 13:52:02.59 Server        -m SqlSetup
2006-12-11 13:52:02.59 Server        SqlSetup
2006-12-11 13:52:02.59 Server        -Q
2006-12-11 13:52:02.59 Server        -q SQL_Latin1_General_CP1_CI_AS
2006-12-11 13:52:02.59 Server        -T 4022
2006-12-11 13:52:02.59 Server        -T 3659
2006-12-11 13:52:02.59 Server        -T 3610
2006-12-11 13:52:02.59 Server        -T 4010
2006-12-11 13:52:02.89 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
2006-12-11 13:52:02.89 Server      Detected 1 CPUs. This is an informational message; no user action is required.
2006-12-11 13:52:03.86 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
2006-12-11 13:52:05.11 Server      Database Mirroring Transport is disabled in the endpoint configuration.
2006-12-11 13:52:05.26 spid5s      Warning ******************
2006-12-11 13:52:05.28 spid5s      SQL Server started in single-user mode. This an informational message only. No user action is required.
2006-12-11 13:52:05.54 spid5s      Starting up database 'master'.
2006-12-11 13:52:06.03 spid5s      Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
2006-12-11 13:52:06.76 spid5s      SQL Trace ID 1 was started by login "sa".
2006-12-11 13:52:06.90 spid5s      Starting up database 'mssqlsystemresource'.
2006-12-11 13:52:06.97 spid5s      The resource database build version is 9.00.3027. This is an informational message only. No user action is required.
2006-12-11 13:52:14.15 spid5s      Error: 15209, Severity: 16, State: 1.
2006-12-11 13:52:14.15 spid5s      An error occurred during encryption.
2006-12-11 13:52:14.26 spid5s      SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.


I searched the forum but could not find any solution. Can anyone help, please.

TIA.

Khalique

View 8 Replies View Related

Installation SQL Server Express

Mar 6, 2008

Hi
I have SQL Server 2005 and VS 2005 sp1 installed in my machine, however, i need SQL Server 2005 Management Studio and some of the key features in it.

What is the correct proccess to 'upgrade' my system without alter the programs referred?

Thank u for your help.

N. O.

View 1 Replies View Related







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