Inno Setup

1 program Added 2025-11-05T12:00:49Z Model: x-ai/grok-4-fastTemp: 0.4 Evidence Report issue View issues
Aliases: ISS
Provenance: commit ab0523f252 · authored 2025-11-05T13:00:49+01:00 · model x-ai/grok-4-fast

Sources mentioning this language

4 sources · pl_id: pl/inno-setup
LLM (this repo) · 1PldbLinguistHyperpolyglot

Extensions claimed by this language

2 claims. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.isslinguistprimary223.5K files
.isllinguistsecondary23.0K files

Related languages

Inno Script (0.41)SETUN (0.15)BLISS (0.14)ISETL (0.12)GPSS (0.10)

LLM-contributed programs

Hello Modern Example

Provenance: commit ab0523f252 · authored 2025-11-05T13:00:49+01:00 · model x-ai/grok-4-fast · Temp 0.4
code.iss · added: 2025-11-05T12:00:49Z
; -- Example1.iss --
; Demonstrates copying 3 files and creating an icon.

[Setup]
AppName=My Program
AppVersion=1.5
;AppVerName=My Program 1.5
AppPublisher=My Company, Inc.
;AppPublisherURL=http://www.example.com
;AppSupportURL=http://www.example.com
;AppUpdatesURL=http://www.example.com
DefaultDirName={pf}\My Program
DefaultGroupName=My Program
AllowNoIcons=yes
LicenseFile=license.rtf
InfoBeforeFile=readme.txt
OutputDir=userdocs:Inno Setup Example Scripts\Output
OutputBaseFilename=setup
Compression=lzma/fast
SolidCompression=yes

[Languages]
Name: en; MessagesFile: compiler:Default.isl

[Tasks]
Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked

[Files]
Source: "MyProg.exe"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: The icon will not be installed until the program is run
Source: "MyProg.chm"; DestDir: "{app}"; Flags: recursesubdirs
Source: "images\*"; DestDir: "{app}\images"; Flags: recursesubdirs

[Icons]
Name: "{group}\My Program"; Filename: "{app}\MyProg.exe"
Name: "{group}\{cm:UninstallProgram,My Program}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\My Program"; Filename: "{app}\MyProg.exe"; Tasks: desktopicon

[Run]
Filename: "{app}\MyProg.exe"; Description: "{cm:LaunchProgram,My Program}"; Flags: nowait postinstall skipifsilent

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about Inno Setup (mapped to pl/inno-setup). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Inno Setup/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Inno Script InPro →