[Bug 31599] Serif Photoplus X6 installer fails, reporting 'Invalid command line.' (registry command association for msi package, 'msiexec.exe' must be a fully qualified path)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Aug 5 14:48:57 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=31599

--- Comment #6 from Anastasius Focht <focht at 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.



More information about the wine-bugs mailing list