Lines Matching refs:TEXT
75 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty()
172 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty()
245 std::_tstring sTempFileName = sFileName1 + TEXT(".tmp"); in SwapFiles()
301 …OutputDebugStringFormat( TEXT("%s <-> %s: %s"), sFileName1.c_str(), sFileName2.c_str(), fSuccess ?… in SwapFiles()
318 OutputDebugStringFormat( TEXT("Error Code %d: %s"), dwError, lpMsgBuf ); in SwapFiles()
322 OutputDebugStringFormat( TEXT("Error Code %d: Unknown"), dwError ); in SwapFiles()
453 OutputDebugStringFormat( TEXT("*** Retrieving Section Names ****") ); in getProfileSections()
474 OutputDebugStringFormat( TEXT("Section: %s"), section.c_str() ); in getProfileSections()
482 OutputDebugStringFormat( TEXT("*** Done Section Names ***") ); in getProfileSections()
492 OutputDebugStringFormat( TEXT("*** Retrieving Key Names for [%s] ***"), aSectionName.c_str() ); in getProfileKeys()
535 OutputDebugStringFormat( TEXT("*** Done Key Names for [%s] ***"), aSectionName.c_str() ); in getProfileKeys()
542 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in InstallPatchedFiles()
544 std::_tstring sProgramDir = sInstDir + TEXT("program\\"); in InstallPatchedFiles()
545 std::_tstring sPatchFile = sProgramDir + TEXT("patchlist.txt"); in InstallPatchedFiles()
560 if ( std::_tstring(TEXT("_root")) == sSectionName ) { sSectionName = TEXT(""); } in InstallPatchedFiles()
605 std::_tstring sProductKey = GetMsiProperty( handle, TEXT("FINDPRODUCT") ); in UninstallPatchedFiles()
609 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in UninstallPatchedFiles()
617 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in UninstallPatchedFiles()
627 std::_tstring sProgramDir = sInstDir + TEXT("program\\"); in UninstallPatchedFiles()
628 std::_tstring sPatchFile = sProgramDir + TEXT("patchlist.txt"); in UninstallPatchedFiles()
641 if ( std::_tstring(TEXT("_root")) == sSectionName ) { sSectionName = TEXT(""); } in UninstallPatchedFiles()
680 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in IsOfficeRunning()
682 std::_tstring sResourceDir = sInstDir + TEXT("program\\resource\\"); in IsOfficeRunning()
683 std::_tstring sPattern = sResourceDir + TEXT("vcl*.res"); in IsOfficeRunning()
696 std::_tstring sIntermediate = sResourceFile + TEXT(".tmp"); in IsOfficeRunning()
708 MsiSetProperty(handle, TEXT("OFFICERUNS"), TEXT("1")); in IsOfficeRunning()
725 std::_tstring sInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in SetFeatureState()
727 std::_tstring sSetupiniPath = sInstallPath + TEXT("program\\setup.ini"); in SetFeatureState()
732 TEXT("Bootstrap"), in SetFeatureState()
733 TEXT("ProductCode"), in SetFeatureState()
734 TEXT("NOTFOUND"), in SetFeatureState()
740 if ( !_tcsicmp( szProductCode, TEXT("NOTFOUND") ) ) in SetFeatureState()
749 std::_tstring productCode = TEXT(szProductCode); in SetFeatureState()
751 mystr = TEXT("Changed product code: ") + productCode; in SetFeatureState()
759 if ( IsSetMsiProperty(handle, TEXT("ALLUSERS")) ) in SetFeatureState()
762 registryKey = TEXT("Software\\Classes\\Installer\\Features\\") + productCode; in SetFeatureState()
769 registryKey = TEXT("Software\\Microsoft\\Installer\\Features\\") + productCode; in SetFeatureState()
837 sValueName = TEXT("gm_o_Onlineupdate"); in SetNewFeatureState()
839 if (IsSetMsiProperty(handle, TEXT("SELECT_OU_FEATURE"))) in SetNewFeatureState()
861 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in ShowOnlineUpdateDialog()
863 std::_tstring sProgramDir = sInstDir + TEXT("program\\"); in ShowOnlineUpdateDialog()
864 std::_tstring sSearchFile = sProgramDir + TEXT("updchk.uno.dll"); in ShowOnlineUpdateDialog()
876 UnsetMsiProperty(handle, TEXT("SHOW_ONLINEUPDATE_DIALOG")); in ShowOnlineUpdateDialog()
883 SetMsiProperty(handle, TEXT("SELECT_OU_FEATURE")); in ShowOnlineUpdateDialog()
893 SetMsiProperty(handle, TEXT("SHOW_ONLINEUPDATE_DIALOG")); in ShowOnlineUpdateDialog()