Searched refs:pLocString (Results 1 – 1 of 1) sorted by relevance
| /third_party/python/Tools/msi/bundle/bootstrap/ |
| D | PythonBootstrapperApplication.cpp | 456 LOC_STRING *pLocString = nullptr; in Custom1Page_Show() local 466 if (SUCCEEDED(LocGetString(_wixLoc, locKey, &pLocString)) && pLocString) { in Custom1Page_Show() 467 ThemeSetTextControl(_theme, ID_CUSTOM_INCLUDE_LAUNCHER_HELP_LABEL, pLocString->wzText); in Custom1Page_Show() 761 LOC_STRING *pLocString = nullptr; in OnDetectRelatedBundle() local 762 …f (SUCCEEDED(LocGetString(_wixLoc, L"#(loc.FailureExistingInstall)", &pLocString)) && pLocString) { in OnDetectRelatedBundle() 763 BalFormatString(pLocString->wzText, &_failedMessage); in OnDetectRelatedBundle() 1123 LOC_STRING* pLocString = nullptr; in OnExecutePackageBegin() local 1127 LocGetString(_wixLoc, L"#(loc.ExecuteAddonRelatedBundleMessage)", &pLocString); in OnExecutePackageBegin() 1131 LocGetString(_wixLoc, L"#(loc.ExecutePatchRelatedBundleMessage)", &pLocString); in OnExecutePackageBegin() 1135 … LocGetString(_wixLoc, L"#(loc.ExecuteUpgradeRelatedBundleMessage)", &pLocString); in OnExecutePackageBegin() [all …]
|