Lines Matching refs:TEXT
75 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty()
103 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty()
183 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in IsOfficeRunning()
188 std::_tstring sResourceDir = sInstDir + TEXT("program\\resource\\"); in IsOfficeRunning()
189 std::_tstring sPattern = sResourceDir + TEXT("vcl*.res"); in IsOfficeRunning()
206 std::_tstring sIntermediate = sResourceFile + TEXT(".tmp"); in IsOfficeRunning()
218 MsiSetProperty(handle, TEXT("OFFICERUNS"), TEXT("1")); in IsOfficeRunning()
232 std::_tstring sOfficeInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in IsOfficeRunning()
237 std::_tstring sRenameSrc = sOfficeInstallPath + TEXT("program"); in IsOfficeRunning()
238 std::_tstring sRenameDst = sOfficeInstallPath + TEXT("program_test"); in IsOfficeRunning()
271 OutputDebugStringFormat( TEXT("Error Code %d: %s"), dwError, lpMsgBuf ); in IsOfficeRunning()
275 OutputDebugStringFormat( TEXT("Error Code %d: Unknown"), dwError ); in IsOfficeRunning()
277 MsiSetProperty( handle, TEXT("OFFICERUNS"), TEXT("1") ); in IsOfficeRunning()