https://bugs.winehq.org/show_bug.cgi?id=50873
Bug ID: 50873 Summary: reg.exe ignores /f parameter Product: Wine Version: 6.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: mywine@schiermeier-it.de Distribution: ---
I tried:
wine reg.exe add 'HKCU\Software\Wine\DllOverrides' /v 'winemenubuilder.exe' /t REG_SZ /d '' /f
to disable "winemenubuilder.exe'. But when I run the command above I got this question:
The registry value 'winemenubuilder.exe' already exists. Do you want to overwrite it? (Yes|No)
But according to reg.exe's help: /f Modify the registry without prompting for confirmation.
this question should not happen. I suspect reg.exe to do a mistake.
Also the content of the writen registry key is wrong:
[Software\Wow6432Node\Wine\DllOverrides] 1616887989 #time=1d723618c0b1168 "winemenubuilder.exe"="/f"
Correct would be for the last line: "winemenubuilder.exe"=""
https://bugs.winehq.org/show_bug.cgi?id=50873
Joerg Schiermeier mywine@schiermeier-it.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Debian
https://bugs.winehq.org/show_bug.cgi?id=50873
--- Comment #1 from Joerg Schiermeier mywine@schiermeier-it.de --- So I just finished a regression testing: v6.4 was good v6.5 was bad
The result: 28fe84da45bea7de56539b50eac8ebcec54342de is the most suspect commit.
https://bugs.winehq.org/show_bug.cgi?id=50873
Joerg Schiermeier mywine@schiermeier-it.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |28fe84da45bea7de56539b50eac | |8ebcec54342de
https://bugs.winehq.org/show_bug.cgi?id=50873
Joerg Schiermeier mywine@schiermeier-it.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mywine@schiermeier-it.de
https://bugs.winehq.org/show_bug.cgi?id=50873
Joerg Schiermeier mywine@schiermeier-it.de changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=19533
https://bugs.winehq.org/show_bug.cgi?id=50873
Hugh McMaster hugh.mcmaster@outlook.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hugh.mcmaster@outlook.com
--- Comment #2 from Hugh McMaster hugh.mcmaster@outlook.com --- Thanks for the bug report. As you've seen, parsing of command-line arguments is broken in start.exe.
We're working on the issue. :)
Also, for your use case, you don't need to specify the /d argument (or the /t argument for that matter).
https://bugs.winehq.org/show_bug.cgi?id=50873
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=50873
--- Comment #3 from Gijs Vermeulen gijsvrm@gmail.com --- I can't reproduce this after https://source.winehq.org/git/wine.git/commit/997ae6ddc99897af436830273053dae95ea1e2a4, please retest.
https://bugs.winehq.org/show_bug.cgi?id=50873
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |997ae6ddc99897af43683027305 | |3dae95ea1e2a4 Resolution|--- |FIXED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Fixed.
https://bugs.winehq.org/show_bug.cgi?id=50873
--- Comment #5 from Joerg Schiermeier mywine@schiermeier-it.de --- Thanks to all who make this working correct!
In other word: FIXED!
https://bugs.winehq.org/show_bug.cgi?id=50873
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.6.