Lines Matching refs:_tstring
41 #define _tstring wstring macro
43 #define _tstring string macro
72 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty()
74 std::_tstring result; in GetMsiProperty()
90 static inline bool IsSetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in IsSetMsiProperty()
92 std::_tstring value = GetMsiProperty(handle, sProperty); in IsSetMsiProperty()
96 static inline void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty()
101 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) 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()
205 std::_tstring sResourceFile = sResourceDir + aFindFileData.cFileName; in IsOfficeRunning()
206 std::_tstring sIntermediate = sResourceFile + TEXT(".tmp"); 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()