cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tpaladug
Level 3

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.
Labels (1)
0 Kudos
(1) Reply
madhavbantwal
Level 6

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
0 Kudos