- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- 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
- Email to a Friend
- 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
