https://bugs.winehq.org/show_bug.cgi?id=41559
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello Austin,
--- quote --- A way to query winecfg to print the current windows version would be nice for winetricks (rather than having to parse the registry or using autohotkey). --- quote ---
this would make sense if one decides to add some 'set winver "<caption>"' command to 'winecfg' to make it symmetrical.
If it's only for the query capability I suggest to consider enhancing the Windows builtin methods/tools, avoiding Wine-proprietary interface.
https://www.windows-commandline.com/find-windows-os-version-from-command/
--- snip --- $ wmic os get buildnumber,caption,CSDVersion /format:csv --- snip ---
--- snip --- $ systeminfo | findstr /B /C:"OS Name" /C:"OS Version" --- snip ---
$ wine --version wine-4.12.1
Regards