4 references to OutputPath
installer.tasks (4)
GenerateRunScript.cs (4)
41
Directory.CreateDirectory(Path.GetDirectoryName(
OutputPath
));
45
string extension = Path.GetExtension(Path.GetFileName(
OutputPath
)).ToLowerInvariant();
125
using (StreamWriter sw = new StreamWriter(new FileStream(
OutputPath
, FileMode.Create)))
132
Log.LogMessage($"Wrote {extension} run script to {
OutputPath
}");