Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add [InnoSetup] - Windows Server 2025 #11349

Closed
3 of 17 tasks
qwerttvv opened this issue Jan 10, 2025 · 5 comments
Closed
3 of 17 tasks

Add [InnoSetup] - Windows Server 2025 #11349

qwerttvv opened this issue Jan 10, 2025 · 5 comments

Comments

@qwerttvv
Copy link

Tool name

InnoSetup

Tool license

Modified BSD

Add or update?

  • Add
  • Update

Desired version

6.4.0

Approximate size

No response

Brief description of tool

No response

URL for tool's homepage

https://github.com/jrsoftware/issrc

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

No response

Platforms where you need the tool

  • Azure DevOps
  • GitHub Actions

Runner images where you need the tool

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 12
  • 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?

No response

Tool installation time in runtime

No response

Are you willing to submit a PR?

No response

@vidyasagarnimmagaddi
Copy link
Contributor

Hi @qwerttvv , Thank you for bringing this issue to our attention. We are looking into this issue and will update you on this issue after investigating.

@lakshminarayana02
Copy link

We want to make the base image as lean as possible to provide optimal performance for all users and The requested tool would considerably increase the image size and overall performance.

however, Windows 2025 isn't out yet as GA , We keep track and may make decisions depending on the amount of requests for the same tool in the future.

@lakshminarayana02
Copy link

We want to make the base image as lean as possible to provide optimal performance for all users and The requested tool would considerably increase the image size and overall performance.

But Windows 2025 isn't out yet as GA , We keep track and may make decisions depending on the amount of requests for the same tool in the future.

@lakshminarayana02 lakshminarayana02 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 15, 2025
@qwerttvv
Copy link
Author

For those who use Inno Setup but can't find it in Windows-2025

- name: Install InnoSetup
  shell: pwsh
  run: |
    Invoke-WebRequest -Uri https://jrsoftware.org/download.php/is.exe -OutFile D:\\is.exe
    Start-Process -FilePath D:\\is.exe -ArgumentList "/VERYSILENT", "/SUPPRESSMSGBOXES", "/NORESTART", "/SP-" -Wait

@hartwork
Copy link

@qwerttvv the /SP- does not seem to be needed but the rest of it saved my day as calling Inno Setup installers from a Bash shell in Windows CI would just freeze the CI forever and not say a word about what's wrong… thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants