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

Bal extension shows damaged with wix 5 #8155

Closed
1 task done
metsma opened this issue Apr 24, 2024 · 2 comments · Fixed by wixtoolset/web#277
Closed
1 task done

Bal extension shows damaged with wix 5 #8155

metsma opened this issue Apr 24, 2024 · 2 comments · Fixed by wixtoolset/web#277
Assignees
Milestone

Comments

@metsma
Copy link

metsma commented Apr 24, 2024

WiX Version

5.0.0

.NET or MSBuild or Visual Studio Version

8.0.204

HeatWave Version

none

Windows Version

Win11 23H2

Repro Repo

No response

Repro Steps

  1. Install wix dotnet tool install wix --version 5.0.0 --global
  2. Info: wix --version 5.0.0+41e11442
  3. Install Bal extension wix extension add -g WixToolset.Bal.wixext
  4. List extension wix extension list -g

Actual Result

WixToolset.Bal.wixext 5.0.0 (damaged)

Expected Result

WixToolset.Bal.wixext 5.0.0

Acknowledgements

  • I acknowledge that this is a fully completed bug report. It is not a question or attempt to get help debugging my issue (because those should be sent to Discussions).
@metsma metsma added the triage label Apr 24, 2024
@barnson
Copy link
Member

barnson commented Apr 25, 2024

WixToolset.Bal.wixext is an alias. WixToolset.BootstrapperApplications.wixext is the new name and works as expected.

@metsma
Copy link
Author

metsma commented Apr 25, 2024

Maybe to mention this in here https://wixtoolset.org/docs/fivefour/#extension-changes.
And remove the Bal version if it does not work?

robmen added a commit to wixtoolset/web that referenced this issue Apr 25, 2024
Also add a note that building bundles using wix.exe requires updating to the new
`WixToolset.BootstrapperApplications.wixext`.

Fixes wixtoolset/issues#8155
robmen added a commit to wixtoolset/web that referenced this issue Apr 25, 2024
Also add a note that building bundles using wix.exe requires updating to the new
`WixToolset.BootstrapperApplications.wixext`.

Fixes wixtoolset/issues#8155
@barnson barnson added this to the v6.0.0-rc.1 milestone Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants