I am evaluating Setup Factory. We need to get the ProductID value from the Windows registry for use in our registration routines. The following code works fine in Windows 32 but not for Vista 64:
winreg = Registry.GetValue(HKEY_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion", "ProductId", true);
What is the workaround to pull in this value on Win 64 systems?
thanks,
Howard

Reply With Quote