This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Creating Registry entry in 64bit windows machine
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 13, 2012
02:56 AM
Creating Registry entry in 64bit windows machine
Hi All,
We are using Custom code to create or delete registry entries using Win32RegistryService and SimpleRegistryManager but using these will create registry entries under HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node.
In 64bit machines we need to create registry entires under HKEY_LOCAL_MACHINE\SOFTWARE , is there any other classes or api to create 64bit regsitry entry .
We can create by using "set Windows registry " action but i did not see any action to delete the 64bit registry entry. That is the reason why we are opting for Custom code.
We are using Custom code to create or delete registry entries using Win32RegistryService and SimpleRegistryManager but using these will create registry entries under HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node.
In 64bit machines we need to create registry entires under HKEY_LOCAL_MACHINE\SOFTWARE , is there any other classes or api to create 64bit regsitry entry .
We can create by using "set Windows registry " action but i did not see any action to delete the 64bit registry entry. That is the reason why we are opting for Custom code.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 13, 2012
03:59 PM
Hi,
"Set Windows Registry" will set the registry entries to location specified by you during installation and correspondingly remove the registry entries when the product you have installed is uninstalled.
Hope this Helps!
Thanks,
Madhav Pai
"Set Windows Registry" will set the registry entries to location specified by you during installation and correspondingly remove the registry entries when the product you have installed is uninstalled.
Hope this Helps!
Thanks,
Madhav Pai