Hello,
I finished a new actions plugin, which can be used with AutoPlay Media Studio 7, Setup Factory 8, TrueUpdate 3 and Visual Patch 3. The purpose of this plugin is to access folders controlled by the File System Redirector and to read and write registry keys that are subject to Registry Redirection, on 64-bit operating systems. These functions can also be used on 32-bit operating systems.
The following actions are included:All registry operations feature the RegistryView parameter, which allows to set KEY_WOW64_64KEY for operating on the 64-bit registry view, and KEY_WOW64_32KEY for operating on the 32-bit registry view.
- DisableFsRedirection: Disables file system redirection for the calling thread;
- RevertFsRedirection: Restores file system redirection for the calling thread;
- RegistryCreateKey: Creates a "key" in the user's Registry;
- RegistryDeleteKey: Deletes a "key" from the user's Registry;
- RegistryDeleteValue: Deletes a "value" from the user's Registry;
- RegistryDoesKeyExist: Determines whether or not a particular Registry key exists;
- RegistryGetKeyNames: Returns a table containing the names of all of the sub keys for a particular key;
- RegistryGetValue: Returns a specific Registry value's data;
- RegistryGetValueNames: Returns a table containing all the values within a specific sub key;
- RegistryGetValueType: Returns a specific Registry value's type;
- RegistrySetValue: Sets the data of a specific Registry value.
Documentation is included in the installer (here), but can also be downloaded separately from here. The source code for this plugin can be acquired for a very reasonable fee.
Should there be any kind of trouble, please let me know.
Ulrich



Reply With Quote
