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

GetInstallerArguments() protected method

protected GetInstallerArguments ( string targetDir ) : string
targetDir string
return string
        protected override string GetInstallerArguments(string targetDir)
        {
            return String.Format("/verysilent /norestart /dir=\"{0}\"", targetDir);
        }