dbTalk Databases Forums  

SQL Server 2008 Setup

microsoft.public.sqlserver.setup microsoft.public.sqlserver.setup


Discuss SQL Server 2008 Setup in the microsoft.public.sqlserver.setup forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jim Hewitt
 
Posts: n/a

Default SQL Server 2008 Setup - 04-20-2010 , 07:31 AM






I successfully installed the developer eddition of SQL Server 2008 on a
Windows XP SP 3 Machine from the ISO download in my MSDN downloads. The
tools and DB are working fine ... however, following the install, my Visual
Studio Team System 2008 (Version 9.0.30729.1 sp) launches the SQL Server 2008
R2 Management Studio install dialogs when compiling any install package.

The specific install package that I am currently dealing with is ONLY
copying a VC6 COM DLL to the target directory and registering it using
vsdrfCOMSelfReg, it is not installing any SQL components, Managed assemblies,
etc. The MSI produced by the setup project is correct and only contains the
COM DLL as verified in ORCA.

What did not complete correctly in the SQL 2008 install and how do I correct
the condition? I have used the SQL DB and Tools to design several Databases
and Stored Procedures, Profiled those databases ... I have no reason to
suspect the install to be incorrect. What is launching it's install when
compiling a setup project in VS 2008???

I am able to compile and build other project types in VS 2008 successfully
without invoking the SQL setup dialogs.

Jim Hewitt

Reply With Quote
  #2  
Old   
Sylvain Lafontaine
 
Posts: n/a

Default Re: SQL Server 2008 Setup - 04-24-2010 , 12:43 AM






Possibly because the database file is included in your project instead of
connecting to a database permanently attached to a sql-server.

Remove the database file from your project and you should be OK.

--
Sylvain Lafontaine, ing.
MVP - Windows Live Platform
Blog/web site: http://coding-paparazzi.sylvainlafontaine.com
Independent consultant and remote programming for Access and SQL-Server
(French)


"Jim Hewitt" <JimHewitt (AT) discussions (DOT) microsoft.com> wrote

Quote:
I successfully installed the developer eddition of SQL Server 2008 on a
Windows XP SP 3 Machine from the ISO download in my MSDN downloads. The
tools and DB are working fine ... however, following the install, my
Visual
Studio Team System 2008 (Version 9.0.30729.1 sp) launches the SQL Server
2008
R2 Management Studio install dialogs when compiling any install package.

The specific install package that I am currently dealing with is ONLY
copying a VC6 COM DLL to the target directory and registering it using
vsdrfCOMSelfReg, it is not installing any SQL components, Managed
assemblies,
etc. The MSI produced by the setup project is correct and only contains
the
COM DLL as verified in ORCA.

What did not complete correctly in the SQL 2008 install and how do I
correct
the condition? I have used the SQL DB and Tools to design several
Databases
and Stored Procedures, Profiled those databases ... I have no reason to
suspect the install to be incorrect. What is launching it's install when
compiling a setup project in VS 2008???

I am able to compile and build other project types in VS 2008 successfully
without invoking the SQL setup dialogs.

Jim Hewitt

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.