http://bugs.winehq.org/show_bug.cgi?id=12331
Summary: windows driver doc kit won't install. Product: Wine Version: 0.9.58. Platform: PC-x86-64 URL: download.microsoft.com/download/3/3/c/33cfef4d-21da- 4229-bc17-3eac7a7eabe1/WDKDocs_02222008.EXE OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: htl10@users.sourceforge.net
Created an attachment (id=11809) --> (http://bugs.winehq.org/attachment.cgi?id=11809) screenshot of the error message
It seems the msi uses some not-yet implemented features; and the installation of the doc viewer depends on the drive label bug.
This is just the documentation set plus the document viewer.
It should be clear from the screenshot how far I managed and what's the error message....
http://bugs.winehq.org/show_bug.cgi?id=12331
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msi |-unknown Keywords| |download
--- Comment #1 from James Hawkins truiken@gmail.com 2008-04-02 12:15:24 --- If you'll read the log (which you haven't attached), you'll see that the custom action is returning error 87, ERROR_INVALID_PARAMETER, which could come from ANY API. You need to run with +msi,+relay to see which call is returning the error.
http://bugs.winehq.org/show_bug.cgi?id=12331
--- Comment #2 from Hin-Tak Leung htl10@users.sourceforge.net 2008-04-03 12:43:59 --- Created an attachment (id=11833) --> (http://bugs.winehq.org/attachment.cgi?id=11833) +msi,+relay log, gz'ed
+msi,+relay log, gz'ed.
http://bugs.winehq.org/show_bug.cgi?id=12331
scguy318 nodisgod@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nodisgod@yahoo.com
--- Comment #3 from scguy318 nodisgod@yahoo.com 2008-04-03 13:26:10 ---
From looking at the logs, it would seem that these lines:
trace:msi:MsiSetInstallLevel 2 0 trace:msi:MsiSetInstallLevel 1 0 trace:msi:MSI_SetInstallLevel 0x1424f0 0
show why the installer aborted. In MSI_SetInstallLevel:
if (iInstallLevel<1 || iInstallLevel>32767) return ERROR_INVALID_PARAMETER;
Why the installer would pass such values is something I don't know yet.
http://bugs.winehq.org/show_bug.cgi?id=12331
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msi
--- Comment #4 from James Hawkins truiken@gmail.com 2008-04-03 16:44:47 --- Thanks, I'll look into it.
http://bugs.winehq.org/show_bug.cgi?id=12331
--- Comment #5 from James Hawkins truiken@gmail.com 2008-04-04 22:49:59 --- Patch sent:
http://winehq.org/pipermail/wine-patches/2008-April/052758.html
http://bugs.winehq.org/show_bug.cgi?id=12331
--- Comment #6 from Hin-Tak Leung htl10@users.sourceforge.net 2008-04-06 18:46:44 --- Thanks - it now installs, but still won't run. (I'll file another bug for that...)
http://bugs.winehq.org/show_bug.cgi?id=12331
--- Comment #7 from Hin-Tak Leung htl10@users.sourceforge.net 2008-04-07 12:16:38 --- follow up bug filed as bug 12406 for running this. I think we can close this when the next version of wine comes out.
http://bugs.winehq.org/show_bug.cgi?id=12331
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #8 from James Hawkins truiken@gmail.com 2008-04-07 12:18:36 --- Fixed.
http://bugs.winehq.org/show_bug.cgi?id=12331
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2008-04-18 11:04:31 --- Closing bugs reported fixed in 0.9.60.