4 references to SetCommands
installer.tasks (4)
GenerateRunScript.cs (4)
68
for (int i = 0; i <
SetCommands
.Length; i++)
70
string[] setCommandsSplit =
SetCommands
[i].Split(newlineSeparator, StringSplitOptions.None);
74
if ((j < setCommandsSplit.Length - 1) || (i <
SetCommands
.Length - 1))
99
foreach (string setCommand in
SetCommands
)