Forester
2008-Jun-24 22:33 UTC
[Wine] msiexec --help output in the middle of wine install log
I've installed an application from the command line with: wine 'F:\Setup.exe' 2>&1 | tee wine.log In the log, somewhere towards the end of the install, appears the same output as you get with the command line: msiexec --help which suggests to me that my application's installer or Wine has messed up an invocation of msiexec and as a consequence the installation may be incomplete or even broken. What kind of WINEDEBUG trace can I use to find out more ?
vitamin
2008-Jun-25 02:33 UTC
[Wine] Re: msiexec --help output in the middle of wine install log
Forester wrote:> I've installed an application from the command line with: > > wine 'F:\Setup.exe' 2>&1 | tee wine.log > > In the log, somewhere towards the end of the install, appears the same output as you get with the command line: > > msiexec --help > > which suggests to me that my application's installer or Wine has messed up an invocation of msiexec and as a consequence the installation may be incomplete or even broken. > > What kind of WINEDEBUG trace can I use to find out more ?WINEDEBUG=+exec would probably be enough. However it sounds like a known problem with command line parsing - http://bugs.winehq.org/show_bug.cgi?id=9628
Apparently Analagous Threads
- msiexec errors with photobook installation
- wineprefixcreate: msiexec.exe -- "Failed to open the service control manager"
- How do i issue "msiexec /i msxml3.msi" in the terminal...
- Tip: Overlay frames per second on fullscreen 3d games
- failed autoexecutable msi installer