Searched refs:sProductKey (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | migrateinstallpath.cxx | 81 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 D | postuninstall.cxx | 108 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 D | registerextensions.cxx | 384 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()
|
/aoo41x/main/soldep/bootstrp/ |
H A D | prodmap.cxx | 94 ByteString sProductKey( PRODUCT_KEY ); in CreateProductList() local 101 GenericInformation *pProducts = pVersion->GetSubInfo( sProductKey, sal_True ); in CreateProductList() 157 ByteString sProductKey( rProduct ); in GetProductInformation() local 158 pProductInfo = pProductList->GetInfo( sProductKey, sal_True ); in GetProductInformation()
|
/aoo41x/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 605 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()
|
/aoo41x/main/desktop/source/app/ |
H A D | app.cxx | 363 ::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 38 milliseconds