Home
last modified time | relevance | path

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

/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dmigrateinstallpath.cxx81 std::_tstring sProductKey = "Software\\" + sManufacturer + "\\" + sDefinedName + in MigrateInstallPath() local
85 mystr = "ProductKey: " + sProductKey; in MigrateInstallPath()
88 if ( ERROR_SUCCESS == RegOpenKey( HKEY_CURRENT_USER, sProductKey.c_str(), &hKey ) ) in MigrateInstallPath()
99 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_LOCAL_MACHINE, sProductKey.c_str(), &hKey ) ) in MigrateInstallPath()
H A Dpostuninstall.cxx108 std::_tstring sProductKey = GetMsiProperty( handle, TEXT("FINDPRODUCT") ); in ExecutePostUninstallScript() local
112 if ( ERROR_SUCCESS == RegOpenKey( HKEY_CURRENT_USER, sProductKey.c_str(), &hKey ) ) in ExecutePostUninstallScript()
120 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_LOCAL_MACHINE, sProductKey.c_str(), &hKey ) ) in ExecutePostUninstallScript()
H A Dregisterextensions.cxx384 std::_tstring sProductKey = GetMsiProperty( handle, TEXT("FINDPRODUCT") ); in RemoveExtensions() local
387 if ( ERROR_SUCCESS == RegOpenKey( HKEY_CURRENT_USER, sProductKey.c_str(), &hKey ) ) in RemoveExtensions()
395 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_LOCAL_MACHINE, sProductKey.c_str(), &hKey ) ) in RemoveExtensions()
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx605 std::_tstring sProductKey = GetMsiProperty( handle, TEXT("FINDPRODUCT") ); in UninstallPatchedFiles() local
607 if ( ERROR_SUCCESS == RegOpenKey( HKEY_CURRENT_USER, sProductKey.c_str(), &hKey ) ) in UninstallPatchedFiles()
615 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_LOCAL_MACHINE, sProductKey.c_str(), &hKey ) ) in UninstallPatchedFiles()
/trunk/main/desktop/source/app/
H A Dapp.cxx363 ::rtl::OUString sProductKey = ::utl::Bootstrap::getProductKey(); in FatalError()
364 if ( ! sProductKey.getLength()) in FatalError()
367 aInfo.getExecutableFile( sProductKey ); in FatalError()
369 ::sal_uInt32 nLastIndex = sProductKey.lastIndexOf('/'); in FatalError()
371 sProductKey = sProductKey.copy( nLastIndex+1 ); in FatalError()
375 sTitle.append (sProductKey ); in FatalError()

Completed in 24 milliseconds