http://bugs.winehq.org/show_bug.cgi?id=7681
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2009-05-08 12:41:11 ---
Closing bugs fixed in 1.1.21.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=6828
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> 2009-05-08 12:40:54 ---
Closing bugs fixed in 1.1.21.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=6505
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #64 from Alexandre Julliard <julliard(a)winehq.org> 2009-05-08 12:40:24 ---
Closing bugs fixed in 1.1.21.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=6232
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2009-05-08 12:40:11 ---
Closing bugs fixed in 1.1.21.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=4256
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #15 from Alexandre Julliard <julliard(a)winehq.org> 2009-05-08 12:39:54 ---
Closing bugs fixed in 1.1.21.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=4762
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Repeatable crash in Firefox |Repeatable crash in Firefox
|[dogfood] |
--- Comment #16 from Dan Kegel <dank(a)kegel.com> 2009-05-07 15:55:34 ---
No longer a dogfood issue, since I don't use Firefox 2 anymore.
I'm tempted to close it, since supporting old web browsers might not
be the best use of wine developer time.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=4762
Stefan Stranz <sfs1988(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sfs1988(a)gmail.com
--- Comment #15 from Stefan Stranz <sfs1988(a)gmail.com> 2009-05-07 15:29:33 ---
Still broken in current git, benchmark 3 has a negative line count using
Firefox 2.0.0.20 and Flash player 10.0.22.87. Testing both
http://sapincher.livejournal.com/45568.html and http://heise.de/ I encountered
no issues.
On Firefox 3.0.10 and Flash player 10.0.22.87 the flash benchmark worked as
expected and no issues with either website.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=6930
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
--- Comment #11 from Anastasius Focht <focht(a)gmx.net> 2009-05-07 14:40:08 ---
Hello,
that specific .msi package version in question is 3 years old ... many newer
package versions have been fixed for this specific issue.
That package was most likely built with a bugged msi engine.
"InstallAllUsers" = "True" -> resulting msi package had "ALLUSERS" property =
"2"
This is incorrect if the msi package contained VC++ runtime merge modules
because shared installations of WinSxS components can only be done per-machine
bases.
Although an msi packager issue it still exposes a valid Wine msi bug ;-)
--- snip ---
0021:trace:msi:ACTION_CallDllFunction calling L"CustomAction_SxsMsmInstall"
...
0021:trace:msi:MSI_ProcessMessage ((nil) 0 2 L"1: ALLUSERS property is not 1 -
this MSM cannot be used for a per-user or fallback-to-per-user install 2: 2 ")
...
0021:trace:msi:MSI_ProcessMessage ((nil) 0 10 L"1: sxsdelca 2: SxsMsmInstall
completed 3: 0 4: -2147467263 ")
...
0021:trace:msi:DllThread custom action (21) returned 1603
--- snip ---
Dumping msi package with Orca:
--- snip ControlEvent table ---
CustomizeDlg Next [ALLUSERS] 2 VersionNT>=400 AND Privileged=1
2
--- snip ControlEvent table ---
--- snip Property table ---
ALLUSERS 2
--- snip Property table ---
As already said, the package contains a merge module (msm) flagged as
per-machine only installable.
Because the "ALLUSERS" property is not "1", the SxS custom action correctly
refuses to proceed further.
When "ALLUSERS" property is "2", Wine msi must check user's privileges for
administrative rights.
If the user is administrator (true in Wine), it will be a per-machine (all
users) install and the property must be (re)set by msi from "2" to "1".
See: http://msdn.microsoft.com/en-us/library/aa367559.aspx
Regards
--
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.