Home
last modified time | relevance | path

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

/aoo4110/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx158 void MakeCfgimportCommandLine(CharacterBuffer_t* productPath) in MakeCfgimportCommandLine() argument
160 char* p = &(*productPath)[0] + lstrlen(&(*productPath)[0]) - 1; in MakeCfgimportCommandLine()
163 lstrcat(&(*productPath)[0], "\\program\\configimport.exe --spool"); in MakeCfgimportCommandLine()
165 … lstrcat(&(*productPath)[0], "program\\configimport.exe --spool"); in MakeCfgimportCommandLine()
175 CharacterBuffer_t productPath(MAX_PATH); in RegisterLanguagePack() local
176 … GetInstallProperty(handle, TEXT("INSTALLLOCATION"), &productPath); in RegisterLanguagePack()
177 MakeCfgimportCommandLine(&productPath); in RegisterLanguagePack()
187 NULL, &productPath[0], NULL, NULL, in RegisterLanguagePack()

Completed in 21 milliseconds