Home
last modified time | relevance | path

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

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