Searched refs:productPath (Results 1 – 1 of 1) sorted by relevance
156 void MakeCfgimportCommandLine(CharacterBuffer_t* productPath) in MakeCfgimportCommandLine() argument158 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() local174 GetInstallProperty(handle, TEXT("INSTALLLOCATION"), &productPath); in RegisterLanguagePack()175 MakeCfgimportCommandLine(&productPath); in RegisterLanguagePack()185 NULL, &productPath[0], NULL, NULL, in RegisterLanguagePack()