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

Specify version when installing WiX #1088

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Specify version when installing WiX #1088

wants to merge 1 commit into from

Conversation

apyrgio
Copy link
Contributor

@apyrgio apyrgio commented Mar 4, 2025

Update our CI job and build instructions with the latest WiX version, so that we don't encounter any installation issues when new WiX versions are released.

Also, add a reminder in our release instruction to bump the WiX version before we start a new release.

Fixes #1087

Update our CI job and build instructions with the latest WiX version, so
that we don't encounter any installation issues when new WiX versions
are released.

Also, add a reminder in our release instruction to bump the WiX version
before we start a new release.

Fixes #1087
Copy link
Member

@almet almet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. I've added a few comments.

@@ -10,6 +10,7 @@ Here is a list of tasks that should be done before issuing the release:
You can generate its content with the the `poetry run ./dev_scripts/generate-release-tasks.py` command.
- [ ] [Add new Linux platforms and remove obsolete ones](https://github.com/freedomofpress/dangerzone/blob/main/RELEASE.md#add-new-linux-platforms-and-remove-obsolete-ones)
- [ ] Bump the Python dependencies using `poetry lock`
- [ ] Check for new [WiX releases](https://github.com/wixtoolset/wix/releases)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add here

Suggested change
- [ ] Check for new [WiX releases](https://github.com/wixtoolset/wix/releases)
- [ ] Check for new [WiX releases](https://github.com/wixtoolset/wix/releases) and update it if needed

@@ -478,13 +478,13 @@ poetry shell
Install [.NET SDK](https://dotnet.microsoft.com/en-us/download) version 6 or later. Then, open a terminal and install the latest version of [WiX Toolset .NET tool](https://wixtoolset.org/) **v5** with:

```sh
dotnet tool install --global wix --version 5.*
dotnet tool install --global wix --version 5.0.2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The more I think about it, the more I start the believe this should just be a script that we provide, that should run on windows, rather than a text that we copy/paste.

Probably not for this PR though.

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

Successfully merging this pull request may close these issues.

Cannot install WiX UI extension in GitHub Actions
2 participants