http://bugs.winehq.org/show_bug.cgi?id=19533
David Cournapeau cournape@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cournape@gmail.com
--- Comment #7 from David Cournapeau cournape@gmail.com 2010-06-21 11:38:43 --- I needed that too to run the vsvars32.bat script from VS 2008. I have started the query subcommand implementation:
- reg query KEY should work - reg query KEY /v VALUE should work for some cases (when VALUE is a REG_SZ, basically)
I have not tested it thoroughly, but It works on the vsvars32.bat to obtain the PSDK directory, and valgrind seems happy. The API is so horrible that there must be some cases which do not check their input/output.
http://github.com/cournape/wine/tree/_reg_query