Import instead of retyping
The ISS → FSS importer converts supported sections into InstallerLab's project format, giving you a practical migration starting point.
InstallerLab v3 is not an Inno Setup clone. It uses its own editable FSS format and can import supported ISS sections, analyze the resulting project, then target the compatible InstallerLab backends.
The ISS → FSS importer converts supported sections into InstallerLab's project format, giving you a practical migration starting point.
FSS is plain text. Inspect, version and modify the migrated project directly or through the visual editor.
FSS Analyzer surfaces errors, warnings and compatibility findings before the first migrated build.
The same compatible FSS can feed InstallerLab's WiX-based MSI backend.
The WiX Burn backend can chain prerequisite EXE/MSI packages before the main MSI and produce one bootstrapper EXE.
v3 also understands specialized Office Add-in and QGIS Plugin project types and automatically restricts build targets to the formats that apply.
| Existing workflow | InstallerLab v3 path |
|---|---|
| Existing .iss script | Import supported sections to FSS |
| Review converted rules | Run FSS Analyzer |
| Direct user setup | Build Setup EXE |
| Windows Installer package | Build MSI |
| Prerequisites + application | Build WiX Burn Bundle |
Yes, for supported sections and rules. The converted FSS should be reviewed before release.
The imported project becomes InstallerLab FSS, which is InstallerLab's own declarative project format.
Yes when the migrated configuration is compatible with those backends.
The comparison now has its own dedicated page instead of an anchor buried inside the documentation.
Import supported ISS content, review the FSS, analyze it, then choose the deployment target the project actually supports.