Home
last modified time | relevance | path

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

/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx156 void MakeCfgimportCommandLine(CharacterBuffer_t* productPath) in MakeCfgimportCommandLine() argument
158 char* p = &(*productPath)[0] + lstrlen(&(*productPath)[0]) - 1; in MakeCfgimportCommandLine()
161 lstrcat(&(*productPath)[0], "\\program\\configimport.exe --spool"); in MakeCfgimportCommandLine()
163 lstrcat(&(*productPath)[0], "program\\configimport.exe --spool"); in MakeCfgimportCommandLine()
173 CharacterBuffer_t productPath(MAX_PATH); in RegisterLanguagePack() local
174 GetInstallProperty(handle, TEXT("INSTALLLOCATION"), &productPath); in RegisterLanguagePack()
175 MakeCfgimportCommandLine(&productPath); in RegisterLanguagePack()
185 NULL, &productPath[0], NULL, NULL, in RegisterLanguagePack()