Home
last modified time | relevance | path

Searched refs:sInstallPath (Results 1 – 4 of 4) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dlayerlinks.cxx97 string sInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in CreateLayerLinks() local
99 string sOfficeInstallPath = sInstallPath; in CreateLayerLinks()
100 string sBasisInstallPath = sInstallPath + TEXT("Basis\\"); in CreateLayerLinks()
101 string sUreInstallPath = sInstallPath + TEXT("URE\\"); in CreateLayerLinks()
103 string sBasisLinkPath = sInstallPath + TEXT("basis-link"); in CreateLayerLinks()
104 string sUreLinkPath = sInstallPath + TEXT("Basis\\ure-link"); in CreateLayerLinks()
209 string sInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in RemoveLayerLinks() local
211 string sOfficeInstallPath = sInstallPath; in RemoveLayerLinks()
212 string sBasisInstallPath = sInstallPath + TEXT("Basis\\"); in RemoveLayerLinks()
213 string sUreInstallPath = sInstallPath + TEXT("URE\\"); in RemoveLayerLinks()
H A Dcheckdirectory.cxx83 std::_tstring sInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in CheckInstallDirectory() local
94 std::_tstring sSetupIniPath = sInstallPath + sOfficeHostnamePath + TEXT("\\program\\setup.ini"); in CheckInstallDirectory()
/trunk/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx162 std::string sInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in rebaseImages() local
164 std::string sBasisDir = sInstallPath + TEXT("Basis\\program\\"); in rebaseImages()
165 std::string sOfficeDir = sInstallPath + TEXT("program\\"); in rebaseImages()
166 std::string sUreDir = sInstallPath + TEXT("URE\\bin\\"); in rebaseImages()
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx725 std::_tstring sInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in SetFeatureState() local
727 std::_tstring sSetupiniPath = sInstallPath + TEXT("program\\setup.ini"); in SetFeatureState()

Completed in 18 milliseconds