Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp176 UString appLaunched; in WinMain() local
201 appLaunched = GetTextConfigValue(pairs, "RunProgram"); in WinMain()
306 if (appLaunched.IsEmpty()) in WinMain()
308 appLaunched = L"setup.exe"; in WinMain()
309 if (!NFind::DoesFileExist_FollowLink(us2fs(appLaunched))) in WinMain()
320 appLaunched.Replace(L"%%T" WSTRING_PATH_SEPARATOR, fs2us(s2)); in WinMain()
323 const UString appNameForError = appLaunched; // actually we need to rtemove parameters also in WinMain()
325 appLaunched.Replace(L"%%T", fs2us(tempDirPath)); in WinMain()
329 appLaunched.Add_Space(); in WinMain()
330 appLaunched in WinMain()
[all...]

Completed in 1 milliseconds