Home
last modified time | relevance | path

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

/AOO42X/main/desktop/win32/source/setup/
H A Daoo_msi.cxx35 … static const TCHAR sInstKey[] = TEXT( "Software\\Microsoft\\Windows\\CurrentVersion\\Installer" ); in getInstallerLocation() local
43 if ( ERROR_SUCCESS == RegOpenKeyEx( HKEY_LOCAL_MACHINE, sInstKey, 0, KEY_READ, &hInstKey ) ) in getInstallerLocation()