Searched refs:sInstDir (Results 1 – 7 of 7) sorted by relevance
542 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in InstallPatchedFiles() local544 std::_tstring sProgramDir = sInstDir + TEXT("program\\"); in InstallPatchedFiles()579 sFileName1 = sInstDir + sSectionName + sFileName1; in InstallPatchedFiles()603 std::_tstring sInstDir; in UninstallPatchedFiles() local611 sInstDir = szValue; in UninstallPatchedFiles()619 sInstDir = szValue; in UninstallPatchedFiles()627 std::_tstring sProgramDir = sInstDir + TEXT("program\\"); in UninstallPatchedFiles()660 sFileName1 = sInstDir + sSectionName + sFileName1; in UninstallPatchedFiles()680 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in IsOfficeRunning() local682 std::_tstring sResourceDir = sInstDir + TEXT("program\\resource\\"); in IsOfficeRunning()[all …]
317 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("CustomActionData") ); in RegisterExtensions() local318 std::_tstring sUnoPkgFile = sInstDir + TEXT("program\\unopkg.exe"); in RegisterExtensions()382 std::_tstring sInstDir; in RemoveExtensions() local391 sInstDir = szValue; in RemoveExtensions()399 sInstDir = szValue; in RemoveExtensions()410 std::_tstring sCacheDir = sInstDir + TEXT("share\\prereg\\bundled"); in RemoveExtensions()
74 std::_tstring sInstDir; in MigrateInstallPath() local92 sInstDir = szValue; in MigrateInstallPath()93 MsiSetProperty(handle, TEXT("INSTALLLOCATION"), sInstDir.c_str()); in MigrateInstallPath()103 sInstDir = szValue; in MigrateInstallPath()104 MsiSetProperty(handle, TEXT("INSTALLLOCATION"), sInstDir.c_str()); in MigrateInstallPath()
106 std::_tstring sInstDir; in ExecutePostUninstallScript() local116 sInstDir = szValue; in ExecutePostUninstallScript()124 sInstDir = szValue; in ExecutePostUninstallScript()131 std::_tstring sInfFile = sInstDir + TEXT("program\\postuninstall.inf"); in ExecutePostUninstallScript()
183 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in IsOfficeRunning() local185 if ( sInstDir.length() == 0 ) in IsOfficeRunning()188 std::_tstring sResourceDir = sInstDir + TEXT("program\\resource\\"); in IsOfficeRunning()
81 std::_tstring sInstDir; in CompleteInstallPath() local
176 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in IsOfficeRunning() local178 std::_tstring sResourceDir = sInstDir + TEXT("program\\resource\\"); in IsOfficeRunning()
Completed in 51 milliseconds