Home
last modified time | relevance | path

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

/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcompleteinstallpath.cxx119 std::_tstring sProductKey32 = "Software\\" + sManufacturer + "\\" + sDefinedName + in CompleteInstallPath() local
140 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_CURRENT_USER, sProductKey32.c_str(), &hKey ) ) in CompleteInstallPath()
155 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_LOCAL_MACHINE, sProductKey32.c_str(), &hKey ) ) in CompleteInstallPath()

Completed in 18 milliseconds