Home
last modified time | relevance | path

Searched refs:regKeyProdPath (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx138 CharacterBuffer_t regKeyProdPath(MAX_PATH); in SetProductInstallationPath() local
140 GetInstallProperty(handle, TEXT("REGKEYPRODPATH"), &regKeyProdPath); in SetProductInstallationPath()
143 if ((RegOpenKey(HKEY_CURRENT_USER, &regKeyProdPath[0], &hKey) == ERROR_SUCCESS) || in SetProductInstallationPath()
144 (RegOpenKey(HKEY_LOCAL_MACHINE, &regKeyProdPath[0], &hKey) == ERROR_SUCCESS)) in SetProductInstallationPath()

Completed in 43 milliseconds