Home | History | Annotate | Download | only in SFXSetup

Lines Matching defs:switches

146   UString archiveName, switches;

150 NCommandLineParser::SplitCommandLine(GetCommandLineW(), archiveName, switches);
155 switches.Trim();
157 if (switches.IsPrefixedBy_Ascii_NoCase("-y"))
160 switches = switches.Ptr(2);
161 switches.Trim();
275 if (!switches.IsEmpty())
278 executeParameters += switches;
324 if (!switches.IsEmpty())
327 appLaunched += switches;