DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=26938>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=26938 ------- Additional Comments From [EMAIL PROTECTED] 2005-06-06 12:09 ------- ok I was slightly wrong saying the errors mapped to win32 errors, the return value 1 means success and 3 means fatal error (from testing pretty much anything other than the app returning error_success) see msdn (http://msdn.microsoft.com/library/default.asp?url=/library/en- us/msi/setup/normal_logging.asp) for full details of this. But the setup is still having a problem either finding or running the ResolveServerName and there is this in the filemon log: msiexec.exe:812 OPEN C:\WINXP\TEMP\MSI7D.TMP NOT FOUND Options: Open Access: Execute I can't tell for 100% that this file is the real_features_dll because the name is randomly generated each time but it does fit. Have you got any av software or anything else which could be clearing out your temp folder? Also why is "C:\WINXP\TEMP" your temp directory, on XP it is usually in your documents and settings? Do you have the TEMP/TMP enviroment variables set? (In reply to comment #10) > Forgot to include the msi log: > Action 22:47:14: SetupInitialization. Dialog created > Action ended 22:47:14: SetupInitialization. Return value 1. > Action start 22:47:14: FindRelatedProducts. > Action ended 22:47:14: FindRelatedProducts. Return value 1. > Action start 22:47:14: ResolveServerName. > MSI (c) (FC:F4) [22:47:14:109]: Creating MSIHANDLE (1) of type 790542 for > thread 1524 > MSI (c) (FC:CC) [22:47:14:421]: Closing MSIHANDLE (1) of type 790542 for > thread 1524 > Action ended 22:47:14: ResolveServerName. Return value 3. > Action start 22:47:14: SetupCompleteError. > Action 22:47:14: SetupCompleteError. Dialog created > Action ended 22:47:14: SetupCompleteError. Return value 2. > Action ended 22:47:14: INSTALL. Return value 3. > Property(C): RESOLVED_WINSOCK2 = 1 > > Property(C): SERVERPORT = 80 > Property(C): SERVICEINTERNALNAME = Apache2 > Property(C): SERVICENAME = Apache2 > > > Seems like ResolveServerName() ran fine but couldn't fill the SERVER* > properties - but yeah, it should always return ERROR_SUCCESS, the return value > 3 (ERROR_PATH_NOT_FOUND) makes no sense. SetupInitialization() returned 1 > (ERROR_INVALID_FUNCTION), i've no idea what is going on.. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
