https://bugs.winehq.org/show_bug.cgi?id=31599
--- Comment #7 from Austin English austinenglish@gmail.com --- (In reply to Anastasius Focht from comment #6)
Hello Austin,
--- snip --- "%11%\msiexec.exe /i %1" --- snip ---
the package parameter needs to be double quoted since the path could contain spaces.
--- snip --- "%11%\msiexec.exe /i ""%1""" --- snip ---
Interestingly I'm unable to pass more arguments using '%*' syntax. Wine double quotes additional arguments, confusing the option parser but that's another bug.
Regards
https://source.winehq.org/git/wine.git/commitdiff/8bf602630844de72809912c697...