InnoSetupName constructor

const InnoSetupName(
  1. String _name
)

Define name of the installer.

Implementation

const InnoSetupName(this._name);