-
Notifications
You must be signed in to change notification settings - Fork 285
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
A number of minor fixes for WiX v6 #536
base: main
Are you sure you want to change the base?
Conversation
barnson
commented
Jun 30, 2024
•
edited by robmen
Loading
edited by robmen
- Remove unused const.
- For fields, "" != null - fixes FileSearch does not work in a Merge Module issues#8558
- Exclude detect-only Upgrades from default-feature - fixes Default major upgrade is not working if ProductSearch is used issues#8125
- Fix default feature to respect sections.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might consider sending the other changes through and leave the fix for 845b9ef for more consideration late.
src/wix/WixToolset.Core/Linker.cs
Outdated
} | ||
|
||
resolve = new ResolveReferencesCommand(this.Messaging, find.EntrySection, find.SymbolsByName); | ||
resolve.Execute(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other commits look fine but I want to look at a different solution than calling resolve references twice. This could introduce lots of complexity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please enjoy. Would you like an issue to track?
845b9ef
to
c597f0e
Compare