Searched refs:regKeyProdPath (Results 1 – 1 of 1) sorted by relevance
138 CharacterBuffer_t regKeyProdPath(MAX_PATH); in SetProductInstallationPath() local140 GetInstallProperty(handle, TEXT("REGKEYPRODPATH"), ®KeyProdPath); in SetProductInstallationPath()143 if ((RegOpenKey(HKEY_CURRENT_USER, ®KeyProdPath[0], &hKey) == ERROR_SUCCESS) || in SetProductInstallationPath()144 (RegOpenKey(HKEY_LOCAL_MACHINE, ®KeyProdPath[0], &hKey) == ERROR_SUCCESS)) in SetProductInstallationPath()
Completed in 763 milliseconds