PDA

View Full Version : Small but rather important bug in Regalyzer


niko32
2007-02-07, 02:16
It is more like lack of simple feature than a bug. It exists since the early versions and lingers on:
When exporting registry key, there is no .reg extension and no Overwrite prompt
I was hoping that it's gonna be fixed with every new release (since it's so obvious and easy to repair,
unless if it's meant to be there on purpose?), but it never happens.
Every time i download a new version i have to make this changes in Regalyzer.exe to make above features work:
-Default entries in RCData TFORMMAIN:

object sdExportReg: TSaveDialog
Filter = 'Registry files (v5)|*.reg|Win 9x/NT4 registry files (v4)|*.reg'
Left = 208
Top = 96
end

-and should be in RCData TFORMMAIN:

object sdExportReg: TSaveDialog
DefaultExt = 'reg'
Filter = 'Registry files (v5)|*.reg|Win 9x/NT4 registry files (v4)|*.reg'
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
Left = 208
Top = 96
end

Thanks, great program you've made!:D:

PepiMK
2007-02-09, 00:16
Fixed :)
Just need to get through another topic on my RegAlyzer fix list, and maybe through the Works for Vista details for a new release :)

(and surely not intended, just never really noticed, I'm probably too used to typing full filenames -.-)

niko32
2007-02-15, 03:45
Thanks!
Finally, I should have reported it a long time ago.
Greetings!!!