Bari.Plugins.InnoSetup.Tools.InnoSetupCompiler.InnoSetupCompiler C# (CSharp) Method

InnoSetupCompiler() public method

public InnoSetupCompiler ( [ suiteRoot, [ targetRoot, IParameters parameters ) : System
suiteRoot [
targetRoot [
parameters IParameters
return System
        public InnoSetupCompiler([SuiteRoot] IFileSystemDirectory suiteRoot, [TargetRoot] IFileSystemDirectory targetRoot, IParameters parameters)
            : base("InnoSetup",
                Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFilesX86), "Inno Setup 5"),
                "iscc.exe",
                new Uri("http://www.jrsoftware.org/download.php/ispack-unicode.exe"),
                false, parameters)
        {
            this.suiteRoot = suiteRoot;
            this.targetRoot = targetRoot;
        }