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-setupExtensions 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.| Extension | Source | Strength | SWH |
|---|---|---|---|
.iss | linguist | primary | 223.5K files |
.isl | linguist | secondary | 23.0K files |
Related languages
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
; -- 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.)