Installs fails
When I try to install I get the following:
[06/21/06,09:34:18] Microsoft SQL Server Management Objects Collection: f:\setup\..\wcu\RunMSI.exe exited with return value 1603
[06/21/06,09:34:18] InstallReturnValue: GFN_MID XMO, 0x643
[06/21/06,09:34:18] Setup.exe: AddGlobalCustomProperty
[06/21/06,09:34:18] Microsoft SQL Server Management Objects Collection: ***ERRORLOG EVENT*** : Error code 1603 for this component means "Fatal error during installation.
"
[06/21/06,09:34:18] Setup.exe: AddGlobalCustomProperty
[06/21/06,09:34:18] Microsoft SQL Server Management Objects Collection: ***ERRORLOG EVENT*** : Setup Failed on component Microsoft SQL Server Management Objects Collection
Are there some prerequisites missing?
[1048 byte] By [
Branch] at [2008-2-17]
Branch -
Do you have SQLExpress or another version of Microsoft SQL Server installed on the computer where you are attempting to install the CTP? Checking the prerequisites in the readme, it would appear that you must have SQLExpress (or another version of SQL) installed before the product can be successfully installed. I know that error isn't terribly informative. Feel free to submit a bug on that via the Connect site:
http://connect.microsoft.com Log in using your Passport Follow the Available Connections link on the left of the page Follow the Visual Studio and .NET Framework link Click the Feedback link Click the Submit Feedback link Search for your issue (no way around this, I believe) Click Submit Feedback Bug submission or suggestion form Sorry for not having the CTP3 setup automatically detect that Microsoft SQL Server was not installed.
The Team Data setup is installing the Microsoft SQL Server Management Objects Collection in silent mode, which has two dependencies:
- Microsoft SQL Server
- MSXML 6
If either is not installed then it generates the error you recieved.
I have a work item for setup to detect SQLExpress and MSXML 6 and installing them if needed and I am looking at whether or not I should install the Microsoft SQL Server Management Objects Collection in silent mode.
Let me know if you have more issues with setup as I own that feature.
Thanks.