Lines Matching refs:TEXT
30 LPTSTR dummy = TEXT(""); in GetMsiProp()
46 MsiSetProperty(handle, name, TEXT("1")); in SetMsiProp()
51 MsiSetProperty(handle, name, TEXT("")); in UnsetMsiProp()
58 return (val == TEXT("1")); in IsSetMsiProp()
65 return (val != TEXT("")); in IsMsiPropNotEmpty()
70 return IsSetMsiProp(handle, TEXT("ALLUSERS")); in IsAllUserInstallation()
76 GetMsiProp(handle, TEXT("INSTALLLOCATION"), progpath); in GetOfficeInstallationPath()
83 exepath += TEXT("program\\soffice.exe"); in GetOfficeExecutablePath()
90 GetMsiProp(handle, TEXT("ProductName"), prodname); in GetProductName()
121 GetMsiProp(handle, TEXT("REMOVE"), rm); in IsCompleteDeinstallation()
122 return (rm == TEXT("ALL")); in IsCompleteDeinstallation()