[Bug 15748] New: .NET 1.1's dotnetfx fails to install, aborts when it can't stop the msi service?

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Oct 24 12:41:15 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=15748

           Summary: .NET 1.1's dotnetfx fails to install, aborts when it
                    can't stop the msi service?
           Product: Wine
           Version: 1.1.7
          Platform: Other
        OS/Version: other
            Status: NEW
          Keywords: download, Installer, regression
          Severity: normal
          Priority: P2
         Component: msi
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com


winetricks dotnet11, or any other way of running the .net 1.1 
runtime installer, seems to abort for me with a dialog saying

An error occurred while Windows Installer was initializing...

C:\\windows\\temp\\dotNetFx.log says
StopDarwinService() - Call to ControlService() failed!
   GetLastError() returned: <183>

183 is ERROR_ALREADY_EXISTS.

Wine's log says
003d:Call advapi32.OpenServiceA(0013c4f0,00402740 "msiserver",00000024)
ret=0040b496
...
trace:service:OpenServiceW returning 0x135278
003d:Ret  advapi32.OpenServiceA() retval=00135278 ret=0040b496
003d:Call advapi32.QueryServiceStatus(00135278,0033f114) ret=0040b50f
trace:service:QueryServiceStatus 0x135278 0x33f114
trace:service:QueryServiceStatusEx 0x135278 0 0x33ef64 36 0x33ef88
...
003d:Ret  advapi32.QueryServiceStatus() retval=00000001 ret=0040b50f
003d:Call advapi32.ControlService(00135278,00000001,0033f158) ret=0040b58d
trace:service:ControlService 0x135278 1 0x33f158
...
003d:Ret  advapi32.ControlService() retval=00000000 ret=0040b58d
003d:Call KERNEL32.CreateFileA(00530ab0
"C:\\windows\\temp\\dotNetFx.log",40000000,00000003,0033ef1c,00000004,00000080,00000000)
ret=00410106
...
003d:Call user32.MessageBoxA(00000000,0033cec8 "An error occurred while Windows
Installer was initializing. Setup will now close.",0033dfcc "Microsoft .NET
Framework Setup",00000010) ret=0040a331

It seems to be aborting because it can't stop the msiserver service?
Which is strange, since it probably wasn't running...

I wonder if a conformance test for ControlService would be informative.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list