https://bugs.winehq.org/show_bug.cgi?id=35708
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |f5d916db0641a5d3cb0007b2125 | |1c423d6f64d9a Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
well, an improvement was done by commit https://source.winehq.org/git/wine.git/commitdiff/f5d916db0641a5d3cb0007b212...
The proper install UI level flags are set/passed now.
'msiexec' still emits a FIXME since Wine's msi doesn't handle 'INSTALLUILEVEL_HIDECANCEL' - but that could be another ticket.
--- snip --- $ touch foo.msi
$ WINEDEBUG=+tid,+seh,+msi msiexec /qb-! /i foo.msi ... 0009:fixme:msiexec:WinMain Unhandled modifier: ! ... --- snip ---
$ wine --version wine-1.7.51
Regards