Home
last modified time | relevance | path

Searched refs:_tstring (Results 1 – 13 of 13) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx41 #define _tstring wstring macro
43 #define _tstring string macro
74 std::_tstring result; in GetMsiProperty()
91 static std::_tstring GetGuidPart(const std::_tstring& guid, int index) in GetGuidPart()
112 static std::_tstring Invert(const std::_tstring& str) in Invert()
132 static std::_tstring ConvertGuid(const std::_tstring& guid) in ConvertGuid()
252 std::_tstring mystr; in SwapFiles()
329 static std::_tstring strip( const std::_tstring& s, _TCHAR c ) in strip()
345 static std::_tstring trim( const std::_tstring& rString ) in trim()
368 std::_tstring line; in readLine()
[all …]
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dregisterextensions.cxx46 #define _tstring wstring macro
48 #define _tstring string macro
166 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty()
168 std::_tstring result; in GetMsiProperty()
226 static BOOL RemoveCompleteDirectory( std::_tstring sPath ) in RemoveCompleteDirectory()
230 std::_tstring mystr; in RemoveCompleteDirectory()
245 std::_tstring sCurrentDir = TEXT("."); in RemoveCompleteDirectory()
246 std::_tstring sParentDir = TEXT(".."); in RemoveCompleteDirectory()
319 std::_tstring mystr; in RegisterExtensions()
374 std::_tstring mystr; in RemoveExtensions()
[all …]
H A Dcopyextensiondata.cxx47 #define _tstring wstring macro
49 #define _tstring string macro
55 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty()
57 std::_tstring result; in GetMsiProperty()
76 std::_tstring sExtensionDir = sSourceDir + TEXT("extension\\"); in copyExtensionData()
77 std::_tstring sPattern = sExtensionDir + TEXT("*.oxt"); in copyExtensionData()
96 std::_tstring sShareDir = sDestDir + TEXT("share"); in copyExtensionData()
97 std::_tstring sExtDir = sShareDir + TEXT("\\extension"); in copyExtensionData()
98 std::_tstring sExtInstDir = sExtDir + TEXT("\\install"); in copyExtensionData()
105 std::_tstring sOxtFile = aFindFileData.cFileName; in copyExtensionData()
[all …]
H A Dvistaspecial.cxx41 #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 BOOL RemoveCompleteDirectory( std::_tstring sPath ) in RemoveCompleteDirectory()
94 std::_tstring mystr; in RemoveCompleteDirectory()
95 std::_tstring sPattern = sPath + TEXT("\\") + TEXT("*.*"); in RemoveCompleteDirectory()
105 std::_tstring sCurrentDir = TEXT("."); in RemoveCompleteDirectory()
106 std::_tstring sParentDir = TEXT(".."); in RemoveCompleteDirectory()
110 std::_tstring sFileName = aFindData.cFileName; in RemoveCompleteDirectory()
[all …]
H A Dcompleteinstallpath.cxx39 #define _tstring wstring macro
41 #define _tstring string macro
50 std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty()
52 std::_tstring result; in GetMsiProperty()
81 std::_tstring sInstDir; in CompleteInstallPath()
82 std::_tstring mystr; in CompleteInstallPath()
87 std::_tstring sInstallLocation = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in CompleteInstallPath()
107 std::_tstring sManufacturer = GetMsiProperty( handle, TEXT("Manufacturer") ); in CompleteInstallPath()
108 std::_tstring sDefinedName = GetMsiProperty( handle, TEXT("DEFINEDPRODUCT") ); in CompleteInstallPath()
109 std::_tstring sUpgradeCode = GetMsiProperty( handle, TEXT("UpgradeCode") ); in CompleteInstallPath()
[all …]
H A Dcheckrunningoffice.cxx41 #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()
92 std::_tstring value = GetMsiProperty(handle, sProperty); in IsSetMsiProperty()
101 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty()
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()
237 std::_tstring sRenameSrc = sOfficeInstallPath + TEXT("program"); in IsOfficeRunning()
[all …]
H A Dmigrateinstallpath.cxx39 #define _tstring wstring macro
41 #define _tstring string macro
50 std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty()
52 std::_tstring result; in GetMsiProperty()
74 std::_tstring sInstDir; in MigrateInstallPath()
76 std::_tstring sManufacturer = GetMsiProperty( handle, TEXT("Manufacturer") ); in MigrateInstallPath()
77 std::_tstring sDefinedName = GetMsiProperty( handle, TEXT("DEFINEDPRODUCT") ); in MigrateInstallPath()
78 std::_tstring sUpdateVersion = GetMsiProperty( handle, TEXT("DEFINEDVERSION") ); in MigrateInstallPath()
79 std::_tstring sUpgradeCode = GetMsiProperty( handle, TEXT("UpgradeCode") ); in MigrateInstallPath()
81 std::_tstring sProductKey = "Software\\" + sManufacturer + "\\" + sDefinedName + in MigrateInstallPath()
[all …]
H A Dcheckdirectory.cxx41 #define _tstring wstring macro
43 #define _tstring string macro
53 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty()
55 std::_tstring result; in GetMsiProperty()
71 static void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty()
76 static void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty, const std::_tstring&) in SetMsiProperty() argument
83 std::_tstring sInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in CheckInstallDirectory()
84 std::_tstring sOfficeHostnamePath = GetMsiProperty(handle, TEXT("OFFICEDIRHOSTNAME")); in CheckInstallDirectory()
94 std::_tstring sSetupIniPath = sInstallPath + sOfficeHostnamePath + TEXT("\\program\\setup.ini"); in CheckInstallDirectory()
H A Dstartmenuicon.cxx40 #define _tstring wstring macro
42 #define _tstring string macro
48 std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty()
50 std::_tstring result; in GetMsiProperty()
72 std::_tstring sOfficeMenuFolder = GetMsiProperty( handle, TEXT("OfficeMenuFolder") ); in InstallStartmenuFolderIcon()
73 std::_tstring sDesktopFile = sOfficeMenuFolder + TEXT("Desktop.ini"); in InstallStartmenuFolderIcon()
77 …std::_tstring sIconFile = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ) + TEXT("program\\soffi… in InstallStartmenuFolderIcon()
129 std::_tstring sOfficeMenuFolder = GetMsiProperty( handle, TEXT("OfficeMenuFolder") ); in DeinstallStartmenuFolderIcon()
130 std::_tstring sDesktopFile = sOfficeMenuFolder + TEXT("Desktop.ini"); in DeinstallStartmenuFolderIcon()
H A Dpostuninstall.cxx39 #define _tstring wstring macro
41 #define _tstring string macro
48 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty()
50 std::_tstring result; in GetMsiProperty()
106 std::_tstring sInstDir; in ExecutePostUninstallScript()
108 std::_tstring sProductKey = GetMsiProperty( handle, TEXT("FINDPRODUCT") ); in ExecutePostUninstallScript()
131 std::_tstring sInfFile = sInstDir + TEXT("program\\postuninstall.inf"); in ExecutePostUninstallScript()
132 std::_tstring sCommand = _T("RUNDLL32.EXE "); in ExecutePostUninstallScript()
H A Dcheckpatches.cxx41 #define _tstring wstring macro
43 #define _tstring string macro
70 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty()
72 std::_tstring result; in GetMsiProperty()
88 static void SetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in SetMsiProperty()
95 std::_tstring sPatchList = GetMsiProperty( handle, TEXT("PATCH") ); in CheckPatchList()
96 std::_tstring sRequiredPatch = GetMsiProperty( handle, TEXT("PREREQUIREDPATCH") ); in CheckPatchList()
H A Dsetadmininstall.cxx41 #define _tstring wstring macro
43 #define _tstring string macro
53 static void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty()
/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Dcheckrunningofficelanguagepack.cxx41 #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()
92 std::_tstring value = GetMsiProperty(handle, sProperty); in IsSetMsiProperty()
101 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty()
176 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in IsOfficeRunning()
178 std::_tstring sResourceDir = sInstDir + TEXT("program\\resource\\"); in IsOfficeRunning()
179 std::_tstring sPattern = sResourceDir + TEXT("vcl*.res"); in IsOfficeRunning()
191 std::_tstring sResourceFile = sResourceDir + aFindFileData.cFileName; in IsOfficeRunning()
[all …]

Completed in 57 milliseconds