Bug 33898 - Apache .msi installs fail at ResolveServerName
Summary: Apache .msi installs fail at ResolveServerName
Status: RESOLVED DUPLICATE of bug 26938
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Win32 MSI Installer (show other bugs)
Version: 2.2-HEAD
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
: 35770 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-08 11:49 UTC by bluecat
Modified: 2007-12-21 22:11 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bluecat 2005-03-08 11:49:23 UTC
This problem looks like Bug #33663.

When trying to install MSI binary distribution of apache_1.3.33-win32-x86-no_src.msi
the installer says that installation has been interrupted and nothing has been
installed.
The MSI log file contains the following fragment:

   ...

MSI (c) (E8:28): Skipping action: CCPSearch (condition is false)
MSI (c) (E8:28): Skipping action: RMCCPSearch (condition is false)
MSI (c) (E8:28): Doing action: ResolveServerName
Action start 9:36:36: ResolveServerName.
MSI (c) (E8:28): Creating MSIHANDLE (1) of type 790542 for thread 2088
Action ended 9:36:36: ResolveServerName. Return value 3.
MSI (c) (E8:28): Doing action: SetupCompleteError

   ...

The problem does not appear with Apache 1.3.31, 29, 28, 27.
The OS is Windows XP SP1a, SP2.

Probably,
when the following conditions, the problem appears.

(1)  On [Control Panel] - [System Properties] - [Computer Name] tab -
     [Change] button - [More] button -
     "DNS Suffix and NetBIOS Computer Name" window,
     "Primary DNS suffix of this computer"@field is blank.
 AND
(2)  On [Control Panel] - [Network Connections] - [LocalAreaConnection] -
     [LocalAreaConnection Properties] - [Internet Protocol(TCP/IP) Properties],
     DNS server is blank
 AND
(3)  On [Control Panel] - [Network Connections] - [LocalAreaConnection] -
     [LocalAreaConnection Properties] - [Internet Protocol(TCP/IP) Properties] -
     [Advanced] button - [WINS] tab - "NetBIOS setting",
     "Disable NetBIOS over TCP/IP" radio button is checked.
Comment 1 William A. Rowe Jr. 2006-09-19 20:09:26 UTC
Thank you for very detailed analysis, investigating.  We use the same helper
stub for 2.x so I'm reclassifying your report.
Comment 2 William A. Rowe Jr. 2007-12-21 20:32:44 UTC
*** Bug 35770 has been marked as a duplicate of this bug. ***
Comment 3 William A. Rowe Jr. 2007-12-21 22:11:08 UTC

*** This bug has been marked as a duplicate of 26938 ***