Results 1 to 3 of 3

Thread: Small but rather important bug in Regalyzer

  1. #1
    Junior Member
    Join Date
    Feb 2007
    Posts
    8

    Default Small but rather important bug in Regalyzer

    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!

  2. #2
    Member of Team Spybot PepiMK's Avatar
    Join Date
    Oct 2005
    Location
    Planet Earth
    Posts
    3,601

    Default

    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 -.-)
    Just remember, love is life, and hate is living death.
    Treat your life for what it's worth, and live for every breath
    (Black Sabbath: A National Acrobat)

  3. #3
    Junior Member
    Join Date
    Feb 2007
    Posts
    8

    Default Great!

    Thanks!
    Finally, I should have reported it a long time ago.
    Greetings!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •