http://bugs.winehq.org/show_bug.cgi?id=27273
--- Comment #7 from Christian Uceda christianuceda@yahoo.com 2011-05-25 07:37:34 CDT --- (In reply to comment #6)
Created an attachment (id=34890)
--> (http://bugs.winehq.org/attachment.cgi?id=34890) [details]
msi+ log
WINEDEBUG=+msi wine msiexec /i CommunicatorEval.msi &>msi_log.txt
(In reply to comment #5)
(In reply to comment #4)
(In reply to comment #3)
Hans, how do I do that +msi trace you're talking about?
I have never done one of those.
Thanks.
$ WINEDEBUG=+msi wine installer.msi &> log.txt
Sorry, that should of course be:
$ WINEDEBUG=+msi wine msiexec /i installer.msi &> log.txt
Thanks Hans,