Mike McCormack mike@codeweavers.com writes:
This patch downloads the mozilla active control on demand. It needs the following registry key to be present to function correctly:
[Software\Wine\Mozilla Control] 1089668326 "Url"="http://www.iol.ie/~locka/mozilla/MozillaControl16.exe" "Prog"="%TEMP%\MozillaControl16.exe"
The user shouldn't have to specify the temp file name, we can clearly figure this out by ourselves. Also the registry entry should be under Software\Wine\shdocvw, config parameters specific to a dll should use the dll name as key to avoid namespace conflicts.