On Wed, Mar 21, 2007 at 11:38:03PM +0100, Detlef Riekenberg wrote:
On Di, 2007-03-20 at 21:12 +0100, Vit Hrachovy wrote:
Hi Bill, that's not the case I'm searching for. I'm aware that regedit can export into files. I simply want registry export to STDOUT nothing else.
Did you test reg.exe / regini.exe ?
I'm going to submit a patch with some sort of new application
Please try the above first. Both are from Microsoft.
Example: $ wine reg.exe query "HKCU\Software\wine\MSHTML"
! REG.EXE VERSION 3.0
HKEY_CURRENT_USER\Software\wine\MSHTML GeckoUrl REG_SZ http://source.winehq.org/winegecko.php
Hi Detlef, reg.exe is very close to fulfill my requirements.
However, it's not implemented in WINE yet.
As there is a need for such tool, I propose to implement reg.exe in future WINE versions. I'll write a prototype.
Thanks a lot for Your help.
Regards Vit Hrachovy