Description
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, as found on 64-bit operating systems. The registry functions can also be used on 32-bit operating systems, as a direct replacement for the built-in actions.
Redirected keys are mapped to physical locations under Wow6432Node. For example, HKLM\Software is redirected to HKLM\Software\Wow6432Node. However, the physical location of redirected keys should be considered reserved by the system. As the technical documentation alerts, applications should never access a key's physical location directly, because this location may change. Instead, you should always use the RegistryView parameter, which allows to set Wow64.KEY64 for operating on the 64-bit registry view, and Wow64.KEY32 for operating on the 32-bit registry view.
This plugin is very small and fast, and should be of considerable importance to developers that need to access 64-bit registry keys from a 32-bit application like Setup Factory, TrueUpdate, Visual Patch or AutoPlay Media Studio, or need to deploy a file bypassing the File System Redirector.
Quotes
“This plugin is awesome and solves all problems (or almost all) of AMS8 on 64-bit systems.”
“This plugin should be included by default in AutoPlay Media Studio 8.”

The following actions are included:
- 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 single "key" from the user's Registry;
- RegistryDeleteTree: Deletes a "key" and all its sub keys from the user's Registry;
- RegistryDeleteValue: Deletes a "value" from the user's Registry;
- RegistryDisableReflectionKey: Disables Registry reflection for a single key;
- RegistryDoesKeyExist: Determines whether or not a particular Registry key exists;
- RegistryEnableReflectionKey: Restores Registry reflection on a single key;
- 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;
- RegistryQueryReflectionKey: Checks if Registry reflection is set for a key;
- RegistrySetValue: Sets the data of a specific Registry value.
This image shows a typical configuration dialog.
The Wow64 actions plugin works with:
- AutoPlay Media Studio
- Setup Factory
- TrueUpdate
- Visual Patch
Since version 1.0.1.0, this plugin can be loaded on Windows XP, Vista, Windows Server 2003 with SP1 or anything more recent than these operating systems.
This plugin does not use any external scripts or executables. All actions performed by the plugin are mapped to the functions available in the operating system.
The full help file is available online. Please click here to see the current documentation in a new window.
Download
For users of AutoPlay Media Studio 7, Setup Factory 8, TrueUpdate 3 and Visual Patch 3
 | File size: 946 KB Current version: 1.0.4.1 Updated: December 2011 |
For users of AutoPlay Media Studio 8 and Setup Factory 9
 | File size: 932 KB Current version: 1.0.4.1 Updated: December 2011 |
Do you find this useful?
Several hours of work were invested into software offered here free of charge. If my efforts make your tasks easier and saved you hours of research and coding, please consider making a small donation as a sign of appreciation of my work. Thank you in advance for your support!
|
|
Additional ResourcesYou can find a comprehensive sample script, demonstrating all functions on this page.
|
|
Source Code
The source code for this plugin can be purchased by developers or companies, if they want to modify it or make sure that there is no issue in the code. If you are interested, please use the contact form.