Bari.Core.Tools.DownloadableSelfExtractingExternalTool.GetInstallerArguments C# (CSharp) Method

GetInstallerArguments() protected abstract method

Returns the command line arguments to be passed to the downloaded installer
protected abstract GetInstallerArguments ( string targetDir ) : string
targetDir string Target directory where the tool should be installed
return string
        protected abstract string GetInstallerArguments(string targetDir);