C# Class Bari.Plugins.InnoSetup.Tools.InnoSetupCompiler

Inheritance: Bari.Core.Tools.DownloadableSelfExtractingExternalTool, IInnoSetupCompiler
Datei anzeigen Open project: vigoo/bari

Public Methods

Method Description
Compile ( SuiteRelativePath scriptPath, TargetRelativePath targetPath, string version, Goal targetGoal ) : void
InnoSetupCompiler ( [ suiteRoot, [ targetRoot, IParameters parameters ) : System

Protected Methods

Method Description
GetInstallerArguments ( string targetDir ) : string

Method Details

Compile() public method

public Compile ( SuiteRelativePath scriptPath, TargetRelativePath targetPath, string version, Goal targetGoal ) : void
scriptPath SuiteRelativePath
targetPath TargetRelativePath
version string
targetGoal Goal
return void

GetInstallerArguments() protected method

protected GetInstallerArguments ( string targetDir ) : string
targetDir string
return string

InnoSetupCompiler() public method

public InnoSetupCompiler ( [ suiteRoot, [ targetRoot, IParameters parameters ) : System
suiteRoot [
targetRoot [
parameters IParameters
return System