+ Reply to Thread
Results 1 to 6 of 6

Thread: A way to import an entire registry group

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Wink A way to import an entire registry group

    Is there a way to import multiple registry settings directly from a .reg file? I have 17 registry settings for one program installation which need to be put into the package and doing them 1 at a time is EXTREMELY inefficient. Thanks Kel

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: A way to import an entire registry group

    Hi Kel,

    The following should work fine. You can export (from the Windows Registry Editor) a registry key with multiple optional sub-keys and values into a standard .reg file and then import the whole .reg into your project (Registry Visualizer -> in the left pane, highlight the key where you want to add the new keys/subkeys, right-click, then select "Import REG file).

    Does this help?

    Friedrich

  3. #3

    Default Re: A way to import an entire registry group

    Friedrich,Thanks for the reply, however the issue actually relates to the script editor portion. We have need for this functionality within the script editor not the visualizer. We can work around the issue by creating an MSI that does that task specifically, it is just very inefficient to do it that way. So I would like to formally request that as a new function with this great product.

  4. #4
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: A way to import an entire registry group

    Hi Kel,

    Hmmm, but all the "Registry Visualizer" imported .reg items are "visible" and accessible in the Script Editor (see attached screenshots).

    Oh wait, or are you looking for a new script function (e.g. "Import Registry .reg") that allows you to point to a .reg file and the compiler 'imports' the keys and values at setup compile time for you? So a single line in the script can import multiple items. --Or-- do you need a new "wizard" to import a .reg and then let the IDE create the multiple "Edit Registry..." script commands in the Script Editor for you?

    Friedrich
    Attached Images Attached Images   

  5. #5

    Default Re: A way to import an entire registry group

    Friedrich,

    "need a new "wizard" to import a .reg and then let the IDE create the multiple "Edit Registry..." script commands in the Script Editor"

    This ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    Is what we would be looking for. The ability to import reg files and have them editible at any location in the script... WISE had this functionality and I think it was one of the best features, the ability to edit multiple reg settings from imported reg files.

    The problem with the visualizer is that it puts that information where the registry entries should be, not necessarily where need to be.

    The ability to "Hide" the reg entries would be good too, I had a package, which I created in an MSI, had 257 reg entries. 257 lines of reg codes made for an unwieldy script. Long story...

    But that would be great if that could be created/included at some point.

    Kel

  6. #6
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: A way to import an entire registry group

    Kel,

    Good idea(s). I'll see what we can do

    Thank you for your suggestions !!!

    Friedrich

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

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