5 Aug
2014
5 Aug
'14
7:48 p.m.
https://bugs.winehq.org/show_bug.cgi?id=31599 --- Comment #6 from Anastasius Focht <focht(a)gmx.net> --- 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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.