Skip to content

Update/Add Inno Setup #12464

Closed
Closed
@KeithAmt

Description

@KeithAmt

Tool name

Inno Setup

Tool license

Free (see https://jrsoftware.org/files/is/license.txt)

Add or update?

  • Add
  • Update

Desired version

Latest

Approximate size

No response

Brief description of tool

InnoSetup 6.4.0 was available on Windows 2022 image.
Since it's not on Windows 2025 build, we have to add a powershell task to all our pipelines to install it using Chocolatey.

URL for tool's homepage

https://jrsoftware.org/isinfo.php

Provide a basic test case to validate the tool's functionality.

Platforms where you need the tool

  • Azure DevOps
  • GitHub Actions

Runner images where you need the tool

  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • Windows Server 2019
  • Windows Server 2022
  • Windows Server 2025

Can this tool be installed during the build?

- task: PowerShell@2
  displayName: 'Install Inno Setup'
  inputs:
    targetType: 'inline'
    script: |
      choco install innosetup -y

Tool installation time in runtime

~25 seconds

Are you willing to submit a PR?

Ideally not :)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions