Searched refs:productPath (Results 1 – 1 of 1) sorted by relevance
158 void MakeCfgimportCommandLine(CharacterBuffer_t* productPath) in MakeCfgimportCommandLine() argument160 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() local176 … GetInstallProperty(handle, TEXT("INSTALLLOCATION"), &productPath); in RegisterLanguagePack()177 MakeCfgimportCommandLine(&productPath); in RegisterLanguagePack()187 NULL, &productPath[0], NULL, NULL, in RegisterLanguagePack()
Completed in 8 milliseconds