Searched refs:sInstallPath (Results 1 – 4 of 4) sorted by relevance
97 string sInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in CreateLayerLinks() local99 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() local211 string sOfficeInstallPath = sInstallPath; in RemoveLayerLinks()212 string sBasisInstallPath = sInstallPath + TEXT("Basis\\"); in RemoveLayerLinks()213 string sUreInstallPath = sInstallPath + TEXT("URE\\"); in RemoveLayerLinks()
83 std::_tstring sInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in CheckInstallDirectory() local94 std::_tstring sSetupIniPath = sInstallPath + sOfficeHostnamePath + TEXT("\\program\\setup.ini"); in CheckInstallDirectory()
162 std::string sInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in rebaseImages() local164 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()
725 std::_tstring sInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in SetFeatureState() local727 std::_tstring sSetupiniPath = sInstallPath + TEXT("program\\setup.ini"); in SetFeatureState()
Completed in 29 milliseconds