Groups | Blog | Home
all groups > visual studio .net general > august 2003 >

visual studio .net general : Deployment Issues


Allen Holman
8/27/2003 6:44:57 AM
I am having issues with deployment on customer computers
that I am not having on my development computer.

When a customer tries to install the .msi file, they get
several hundred errors in the event log. They are always
in pairs and are:


Detection of product '{E09B48B5-E141-427A-AB0C-
D3605127224A}', feature 'SqlRun' failed during request
for component '{436D7A23-36BE-11D2-ACBB-0080C7FCBB84}'


Detection of product '{E09B48B5-E141-427A-AB0C-
D3605127224A}', feature 'SqlRun', component '{072BBB16-
FE7A-405F-BBCC-54622D21CE3A}' failed. The
resource 'HKEY_CURRENT_USER\SOFTWARE\Microsoft\Microsoft
SQL Server\80\Tools\Service Manager\' does not exist.

These cause the installation to take 20 minutes to
complete instead of 1 minute on my development computer.

This problem is relatively new (did not happen as late as
June) and we don't know what is causing the problem.
What has changed since June is:

Changed to Service Pack #3 of MSDE.
Changed to VS Studio 2003

On my development computer I have SQL Server 2000 instead
of MSDE.

Any ideas of what might be causing these errors?

Thanks in advance, Allen Holman

bradleyj NO[at]SPAM online.microsoft.com
8/28/2003 5:02:36 AM
Hi,

Please unregister and re-register atl.dll.

The issue is typically caused by installer resiliency when it fails to
validate something related to atl.dll. When the repair starts, the MSDE SP3
starts repairing but fails because starting from SP3, BLANKSAPWD=1 is
required for setup if we need to have sa password blank.

Search your hard disk for atl.dll and run

regsvr32 /u <path>\atl.dll
regsvr32 <path>\atl.dll


Best regards,
Bradley Jiang

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
|Content-Class: urn:content-classes:message
|From: "Allen Holman" <allen@mechanicaldata.com>
|Sender: "Allen Holman" <allen@mechanicaldata.com>
|Subject: Deployment Issues
|Date: Wed, 27 Aug 2003 06:44:57 -0700
|Lines: 37
|Message-ID: <062601c36ca1$678379f0$a001280a@phx.gbl>
|MIME-Version: 1.0
|Content-Type: text/plain;
| charset="iso-8859-1"
|Content-Transfer-Encoding: 7bit
|X-Newsreader: Microsoft CDO for Windows 2000
|X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
|Thread-Index: AcNsoWeDjdgJfQjvQv+n8+KnJg9iXg==
|Newsgroups: microsoft.public.vsnet.general
|Path: cpmsftngxa06.phx.gbl
|Xref: cpmsftngxa06.phx.gbl microsoft.public.vsnet.general:11868
|NNTP-Posting-Host: TK2MSFTNGXA08 10.40.1.160
|X-Tomcat-NG: microsoft.public.vsnet.general
|
|I am having issues with deployment on customer computers
|that I am not having on my development computer.
|
|When a customer tries to install the .msi file, they get
|several hundred errors in the event log. They are always
|in pairs and are:
|
|
|Detection of product '{E09B48B5-E141-427A-AB0C-
|D3605127224A}', feature 'SqlRun' failed during request
|for component '{436D7A23-36BE-11D2-ACBB-0080C7FCBB84}'
|
|
|Detection of product '{E09B48B5-E141-427A-AB0C-
|D3605127224A}', feature 'SqlRun', component '{072BBB16-
|FE7A-405F-BBCC-54622D21CE3A}' failed. The
|resource 'HKEY_CURRENT_USER\SOFTWARE\Microsoft\Microsoft
|SQL Server\80\Tools\Service Manager\' does not exist.
|
|These cause the installation to take 20 minutes to
|complete instead of 1 minute on my development computer.
|
|This problem is relatively new (did not happen as late as
|June) and we don't know what is causing the problem.
|What has changed since June is:
|
|Changed to Service Pack #3 of MSDE.
|Changed to VS Studio 2003
|
|On my development computer I have SQL Server 2000 instead
|of MSDE.
|
|Any ideas of what might be causing these errors?
|
|Thanks in advance, Allen Holman
|
|
|
AddThis Social Bookmark Button