T
TexasAggie96
I have written a windows service in VS 2005 and created a setup for
install on a 2003 64 bit server. When the installer adds the registry
components they are created in the WOW6432NODE key under
HKEY_LOCAL_MACHINE\SOFTWARE but when the application trys to read the
registry it looks in the 64 bit section of the registry for the
registry entries.
I have created the entries in the 64 bit side and the application works
just fine.
What am I doing wrong here? I thought that since this is 32 bit
application that the installer and application would look at 32 bit
section.
Thanks
James
install on a 2003 64 bit server. When the installer adds the registry
components they are created in the WOW6432NODE key under
HKEY_LOCAL_MACHINE\SOFTWARE but when the application trys to read the
registry it looks in the 64 bit section of the registry for the
registry entries.
I have created the entries in the 64 bit side and the application works
just fine.
What am I doing wrong here? I thought that since this is 32 bit
application that the installer and application would look at 32 bit
section.
Thanks
James