http://bugs.winehq.org/show_bug.cgi?id=7346
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From truiken(a)gmail.com 2007-23-05 19:13 -------
We're going to have to mark this as abandoned then, because neither we nor you
can test the software anymore. Reopen if you get the software again.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7383
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |truiken(a)gmail.com
------- Additional Comments From truiken(a)gmail.com 2007-23-05 19:11 -------
We just need to implement the VolumeSelectCombo msi dialog control.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8437
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |truiken(a)gmail.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From truiken(a)gmail.com 2007-23-05 18:51 -------
We just need to implement patching. I'm posting a couple links for my future
reference:
[Patching] http://msdn2.microsoft.com/en-us/library/aa370578.aspx
[Patch Packages] http://msdn2.microsoft.com/en-us/library/aa370596.aspx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8371
d1m1(a)gmx.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From d1m1(a)gmx.ch 2007-23-05 18:38 -------
Tomas Carnecky solved the problem inside yukon. No modification to wine is required.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8461
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |truiken(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8461
------- Additional Comments From truiken(a)gmail.com 2007-23-05 18:37 -------
The installer calls MsiSetMode(MSIRUNMODE_REBOOTNOW) and then runs the custom
action ISForceReboot. This custom action returns 1604, which is
ERROR_INSTALL_SUSPEND. Wine should take this return value and 'reboot', then
run the install again after the reboot.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8234
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From truiken(a)gmail.com 2007-23-05 18:07 -------
I have reproduced this, and the installer is bailing out because of missing COM
classes:
err:ole:CoGetClassObject class {4590f811-1d3a-11d0-891f-00aa004b2e24} not registered
err:ole:CoGetClassObject no class object {4590f811-1d3a-11d0-891f-00aa004b2e24}
could be created for context 0x1
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc}
could be created for context 0x1
fixme:process:IsWow64Process (0xffffffff 0x34d340) stub!
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered
err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4}
could be created for context 0x1
fixme:process:IsWow64Process (0xffffffff 0x34d340) stub!
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered
err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4}
could be created for context 0x1
After downloading the providing dlls and registering them, we still get errors:
fixme:rpc:RpcBindingSetAuthInfoExW unsupported AuthnSvc 10
fixme:ole:CoCreateInstance no instance created for interface
{f7898af5-cac4-4632-a2ec-da06e5111af2} of class
{304ce942-6e39-40d8-943a-b913c40c9cd4}, hres is 0x800706d3
fixme:process:IsWow64Process (0xffffffff 0x34d340) stub!
fixme:rpc:RpcBindingSetAuthInfoExW unsupported AuthnSvc 10
fixme:ole:CoCreateInstance no instance created for interface
{f7898af5-cac4-4632-a2ec-da06e5111af2} of class
{304ce942-6e39-40d8-943a-b913c40c9cd4}, hres is 0x800706d3
So it'll take quite a bit of work to get this working.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8395
------- Additional Comments From truiken(a)gmail.com 2007-23-05 17:25 -------
It doesn't take hours to do a regression test, especially when you only have two
releases to test. The closer you get to the regression commit, the fewer
changes are made to the tree that you have to recompile. If you don't do the
regression tests, this bug will likely be marked as abandoned.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.