Home | History | Annotate | Download | only in SFXSetup

Lines Matching defs:switches

139   UString archiveName, switches;

143 NCommandLineParser::SplitCommandLine(GetCommandLineW(), archiveName, switches);
148 switches.Trim();
150 if (MyStringCompareNoCase_N(switches, L"-y", 2) == 0)
153 switches = switches.Ptr(2);
154 switches.Trim();
266 if (!switches.IsEmpty())
270 executeParameters += switches;
316 if (!switches.IsEmpty())
319 appLaunched += switches;