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