07-28-2010 02:09 AM
The Path on 64Bit Server is different!!!!
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SalesLogix\PathManager
07-28-2010 06:51 AM
Yes, this is how a 64 bit OS redirects 32 bit registry API calls. Any 32 bit application that reads/writes to the registry on a 64 bit machine will have their registry calls redirected by the OS to the Wow6432Node subkey, depending on the target location.
Please see:
http://msdn.microsoft.com/en-us/library/ms724072(VS.85).aspx
http://msdn.microsoft.com/en-us/library/aa384253(v=VS.85).aspx
Thanks
Mike