http://bugs.winehq.org/show_bug.cgi?id=8678
mk144210@bcm.tmc.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mk144210@bcm.tmc.edu
------- Additional Comments From mk144210@bcm.tmc.edu 2007-13-06 00:42 ------- Ok, so two things necessary to fix this bug:
1. The registry key System\CurrentControlSet\Control\Session Manager\Environment in HKEY_CURRENT_USER must exist, currently does not in default wine install (still need to see more on whether this is just a matter of adding it to wine.inf or needs change in ITERATE_WriteEnvironmentString). 2. The following patch which fixes a small bug in ITERATE_WriteEnvironmentString:
http://www.winehq.org/pipermail/wine-patches/2007-June/040334.html
If I create the key and apply the patch, the installer proceeds to install Quicktime and iTunes. It seems like there is a page fault later on when installing the automation service, not sure if this is going to be another bug...
Anyhow, it is time for bed.
Misha