On Mon, 05 Jun 2006 10:23:45 +0200, Jaap Stolk wrote:
Thanks. but it doesn't seem to fool autocad. I tried: WINEDEBUG=+server wine setup.exe > ~/mywinelog.txt but it still logs to stout and my system can't keep up with the scrolling. Is there a way to watch just the registry read/write ?
You want
WINEDEBUG=+reg wine setup.exe 2>/tmp/log
Note that you redirect stderr not stdout.
thanks -mike