Lines Matching refs:TEXT
169 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty()
231 std::_tstring sPattern = sPath + TEXT("\\") + TEXT("*.*"); in RemoveCompleteDirectory()
245 std::_tstring sCurrentDir = TEXT("."); in RemoveCompleteDirectory()
246 std::_tstring sParentDir = TEXT(".."); in RemoveCompleteDirectory()
254 std::_tstring sCompleteFileName = sPath + TEXT("\\") + sFileName; in RemoveCompleteDirectory()
317 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("CustomActionData") ); in RegisterExtensions()
318 std::_tstring sUnoPkgFile = sInstDir + TEXT("program\\unopkg.exe"); in RegisterExtensions()
384 std::_tstring sProductKey = GetMsiProperty( handle, TEXT("FINDPRODUCT") ); in RemoveExtensions()
389 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in RemoveExtensions()
397 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in RemoveExtensions()
410 std::_tstring sCacheDir = sInstDir + TEXT("share\\prereg\\bundled"); in RemoveExtensions()