Preserve useful project structure
Supported ISS sections become InstallerLab FSS so existing work can be the starting point.
Already have an Inno Setup project? InstallerLab v3 keeps the ISS → FSS importer for supported sections, letting existing installer work become a lightweight editable project instead of forcing a manual rewrite.
Supported ISS sections become InstallerLab FSS so existing work can be the starting point.
After import, the FSS can be edited through project panels or directly as text.
FSS remains the durable project definition rather than generated build-state.
Run FSS Analyzer after migration to surface errors, warnings and compatibility findings.
The migrated FSS can participate in Setup EXE, MSI, Bundle and other supported workflows.
The result is plain text that can be reviewed, versioned and corrected before release.
The importer translates only the sections and rules InstallerLab supports. Review and test the generated FSS before relying on it for release packaging.
| Before | Importer | After |
|---|---|---|
| Inno Setup .iss | Convert supported sections | InstallerLab .fss |
| Script-first authoring | Migration step | Visual editor + editable FSS |
| Existing rules | Translate supported content | Review, analyze and build |
Select the existing ISS script and convert supported content into FSS.
Inspect paths, files, registry, shortcuts and other migrated rules.
Use FSS Analyzer before packaging.
Generate a compatible target and validate install/uninstall on a clean Windows environment.
No. Unsupported or tool-specific behavior may need manual adaptation.
Yes. The output is an InstallerLab FSS text project.
Yes when the resulting FSS contains configuration supported by that build target.
Use the new dedicated comparison page.
Use the importer as a migration starting point, keep the project in FSS, then build with InstallerLab v3.