Home
last modified time | relevance | path

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

/AOO41X/main/desktop/win32/source/setup/
H A Daoo_msi.cxx38 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 Dsetup.cpp721 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()