http://bugs.winehq.org/show_bug.cgi?id=19526
--- Comment #6 from Austin English austinenglish@gmail.com 2009-07-31 11:01:25 --- (In reply to comment #5)
(In reply to comment #4)
For scripts there is reg.exe.
Except it can't import/export registry files. Don't follow well known company in making useless tools.
Then reg.exe should be extended to match windows: REG QUERY /? REG ADD /? REG DELETE /? REG COPY /? REG SAVE /? REG RESTORE /? REG LOAD /? REG UNLOAD /? REG COMPARE /? REG EXPORT /? REG IMPORT /?
FWIW, Wine only has: REG [ ADD | DELETE | QUERY ]
If you really must have this message for clueless users, add a switch to disable it for scripting use.
A /silent option wouldn't hurt, though reg.exe should be the scripting method to use.