[Bug 39906] ODB++ Viewer fails to install due to improper bat file handling ( quoting or delimiting problem)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jul 24 13:26:10 CDT 2018


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

Jason Edmeades <us at edmeades.me.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |us at edmeades.me.uk

--- Comment #1 from Jason Edmeades <us at edmeades.me.uk> ---
Cant reproduce the exact problem, as only v10 is for download, but the first
problem is very similar... It runs
for /f "usebackq" %%i in (`""%SOURCE_DIR%\odbviewer_register.exe"
%REGISTRATION_KEY%  "%SOURCE_DIR%\odbviewer.signature""`) do set RES=%%i

This fails in wine's cmd, passes under windows. Simple recreate:
for /f "usebackq" %i in (`""c:\windows\system32\ping.exe" -?"`) do set RES=%i
(On windows, loops giving first word of each line, on wine fails to launch)

I will investigate further as I get time

-- 
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