Announcement

Collapse
No announcement yet.

can not import binary data from registry?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • can not import binary data from registry?

    I'm an evaluator of SetupFactory 5.0, when I create a project,
    I want to import a key from my registry, but the following message
    always appears:

    System Editor => Imports commands from your Registry

    Could not import value "Seed" in key "SOFTWARE\Microsoft\Cryptography\RNG" because it was not of type REG_SZ or REG_DWORD.

    How do I solve this problem ?

  • #2
    Re: can not import binary data from registry?

    Setup Factory does not have built-in support for other Registry entries at this time. The best way to do this is to export the Registry values from Regedit.exe to a .REG file. Then add the REG file to Setup Factory and create an execute command that runs %WinDir%\Regedit.exe and passes %AppDir%\filename.reg on the command line. This will merge the Registry changes.

    [This message has been edited by Mark (edited 12-12-2000).]
    MSI Factory The Next Generation Intelligent Setup Builder

    Comment

    Working...
    X