ScriptBuilder class

A class responsible for generating the Inno Setup Script (ISS) file for the installer.

Constructors

ScriptBuilder(Config config, Directory appDir)
Creates a ScriptBuilder instance with the given config and appDir.

Properties

appDir Directory
The directory containing the application files to be included in the installer.
final
config Config
The configuration guiding the script generation 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

Methods

build() Future<File>
Generates the ISS script file and returns its path.
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