Searched refs:appLaunched (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp173 UString appLaunched; local
198 appLaunched = GetTextConfigValue(pairs, L"RunProgram");
303 if (appLaunched.IsEmpty())
305 appLaunched = L"setup.exe";
306 if (!NFind::DoesFileExist(us2fs(appLaunched)))
317 appLaunched.Replace(L"%%T" WSTRING_PATH_SEPARATOR, fs2us(s2));
320 UString appNameForError = appLaunched; // actually we need to rtemove parameters also
322 appLaunched.Replace(L"%%T", fs2us(tempDirPath));
326 appLaunched.Add_Space();
327 appLaunched
[all...]

Completed in 215 milliseconds