Class SetMultipleWinRegistries

  • All Implemented Interfaces:
    OSHostable, Referenceable

    public final class SetMultipleWinRegistries
    extends Action
    implements OSHostable
    Sets multiple Windows registry keys, data, and values on the end user's system.

    Tip: If you are targeting 64-bit systems, set the accessSpecificRegistry to true and then set the target64BitRegistry property to define whether you want the action to reference the 64-bit or 32-bit portion of the registry.
    • Constructor Detail

      • SetMultipleWinRegistries

        public SetMultipleWinRegistries()
    • Method Detail

      • getComment

        public java.lang.String getComment()
        The comment of the action.
      • setComment

        public void setComment​(java.lang.String comment)
        Defines a comment to the action.
      • getTarget64BitReg

        public boolean getTarget64BitReg()
        Whether to target 64-bit registry view.
      • setAccessSpecificRegistry

        public void setAccessSpecificRegistry​(boolean access)
        Whether to access specific registry view (64-bit systems).
        See Also:
        #setTarget64BitRegistry(boolean)
      • getAccessSpecificRegistry

        public boolean getAccessSpecificRegistry()
        Whether to access specific registry view (64-bit systems).
      • setUseFile

        public void setUseFile​(boolean useFile)
        Whether to use a file with the registries entries.
      • getUseFile

        public boolean getUseFile()
        Whether to use a file with the registries entries.
      • getRegistryEntries

        public java.util.Vector<WindowsRegistryEntry> getRegistryEntries()
        The list of registry entries to set.
      • setRegistryEntriesFile

        public void setRegistryEntriesFile​(java.lang.String path)
        The path to a .reg or .zgr file with the registry entries to create.
      • getRegistryEntriesFile

        public java.lang.String getRegistryEntriesFile()
        The path to a .reg or .zgr file with the registry entries to create.