Skip to content

Commit f2a289a

Browse files
authored
[Windows 2025] Add InnoSetup (#13090)
1 parent 4e77d37 commit f2a289a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

images/windows/scripts/docs-gen/Generate-SoftwareReport.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ if (Test-IsWin19) {
8383
$tools.AddToolVersion("Google Cloud CLI", $(Get-GoogleCloudCLIVersion))
8484
}
8585
$tools.AddToolVersion("ImageMagick", $(Get-ImageMagickVersion))
86-
if (-not (Test-IsWin25)) {
87-
$tools.AddToolVersion("InnoSetup", $(Get-InnoSetupVersion))
88-
}
86+
$tools.AddToolVersion("InnoSetup", $(Get-InnoSetupVersion))
8987
$tools.AddToolVersion("jq", $(Get-JQVersion))
9088
$tools.AddToolVersion("Kind", $(Get-KindVersion))
9189
$tools.AddToolVersion("Kubectl", $(Get-KubectlVersion))

images/windows/scripts/tests/ChocoPackages.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Describe "GitVersion" -Skip:(-not (Test-IsWin19)) {
2828
}
2929
}
3030

31-
Describe "InnoSetup" -Skip:(Test-IsWin25) {
31+
Describe "InnoSetup" {
3232
It "InnoSetup" {
3333
(Get-Command -Name iscc).CommandType | Should -BeExactly "Application"
3434
}

images/windows/toolsets/toolset-2025.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@
278278
{ "name": "aria2" },
279279
{ "name": "azcopy10" },
280280
{ "name": "Bicep" },
281+
{ "name": "innosetup" },
281282
{ "name": "jq" },
282283
{ "name": "NuGet.CommandLine" },
283284
{ "name": "packer" },

0 commit comments

Comments
 (0)