Searched refs:hInstKey (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/desktop/win32/source/setup/ |
| H A D | aoo_msi.cxx | 38 HKEY hInstKey = NULL; in getInstallerLocation() local 43 if ( ERROR_SUCCESS == RegOpenKeyEx( HKEY_LOCAL_MACHINE, sInstKey, 0, KEY_READ, &hInstKey ) ) in getInstallerLocation() 49 if ( ERROR_MORE_DATA == ( nRet = RegQueryValueEx( hInstKey, sInstLocValue, NULL, in getInstallerLocation() 55 nRet = RegQueryValueEx( hInstKey, sInstLocValue, NULL, &dwType, in getInstallerLocation()
|
| H A D | setup.cpp | 721 HKEY hInstKey = NULL; in GetPathToMSI() local 1148 HKEY hInstKey = NULL; in CheckForUpgrade() local 1150 … if ( ERROR_SUCCESS == RegOpenKeyEx( HKEY_LOCAL_MACHINE, m_pUpgradeKey, 0, KEY_READ, &hInstKey ) ) in CheckForUpgrade() 1155 …se if ( ERROR_SUCCESS == RegOpenKeyEx( HKEY_CURRENT_USER, m_pUpgradeKey, 0, KEY_READ, &hInstKey ) ) in CheckForUpgrade() 1174 …if ( ERROR_SUCCESS == RegQueryValueEx( hInstKey, PRODUCT_VERSION, NULL, NULL, (LPBYTE)sProductVers… in CheckForUpgrade()
|