InstallerBuilder class
A class responsible for building the installer using Inno Setup.
Constructors
- InstallerBuilder(Config config, File scriptFile)
-
Creates an instance of InstallerBuilder with the given
config
andscriptFile
.const
Properties
- config → Config
-
The configuration guiding the build process.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scriptFile → File
-
The Inno Setup script file to be used for building the installer.
final
Methods
-
build(
) → Future< Directory> - Builds the installer using Inno Setup and returns the directory containing the output files.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited