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

Fix invalid ProductVersion in insider build #985

Closed
wants to merge 1 commit into from

Conversation

eternalphane
Copy link

When building with INSIDER=1 on windows, WIX will complain with error LGHT0204: ICE24: ProductVersion: 1.64.0-insider is an invalid version string. This pr removes the -insider suffix from ProductVersion.

@GitMensch
Copy link
Collaborator

It is correct to don't have that in productversion, but the patch is not correct.

Can you please give it a second try to remove it from MS_TAG early on and - if it isn't part of that yet - add it to PRODUCT_NAME as "- Insiders" instead (and ensure that PRODUCT_ID is also different from the normal build [if that is a string then as "-insiders"]? This would match MS' insider build installer.

@eternalphane
Copy link
Author

and ensure that PRODUCT_ID is also different from the normal build [if that is a string then as "-insiders"]?

Seems like PRODUCT_ID should be GUID. Changing PRODUCT_NAME should be enough if insider build is not to be added to CI build.

@GitMensch
Copy link
Collaborator

We all hope for CI insider builds, so please adjust PRODUCT_ID, too.

@GitMensch
Copy link
Collaborator

Friendly ping @eternalphane about fixing PRODUCT_ID along this and recheck your wix build, I'll merge it afterwards.

@eternalphane
Copy link
Author

sorry. been a bit busy IRL. will take a look this weekend.

@GitMensch
Copy link
Collaborator

sorry. been a bit busy IRL. will take a look this weekend.

No problem. Any update though?

@daiyam
Copy link
Member

daiyam commented Aug 24, 2022

I've integrated the fix in #1217.

@daiyam daiyam closed this Aug 24, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants