InnoSetupManager class
Builds an Inno Setup script and compiles it into a Windows executable.
Constructors
- InnoSetupManager(BuildMode mode, {bool quiet = false, bool verbose = false})
- Creates a new instance of the InnoSetupManager class.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mode → BuildMode
-
The build mode to use.
final
- quiet → bool
-
Whether to display no output at all.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verbose → bool
-
Whether to display detailed information about the build process.
final
Methods
-
buildInnoSetupScript(
) → Future< File> - Builds an Inno Setup script and saves it to a file.
-
compileInnoSetupScript(
) → Future< int> - Compiles the Inno Setup script into a Windows executable.
-
installInnoSetup(
) → Future< int> - Installs the Inno Setup compiler.
-
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