-
Notifications
You must be signed in to change notification settings - Fork 181
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
Installer crashes when using custom UIs with Features #1464
Labels
Comments
oleg-shilo
added a commit
that referenced
this issue
Mar 2, 2024
oleg-shilo
added a commit
that referenced
this issue
Mar 2, 2024
It's an unfortunate defect in the implementation of FeatureItem. |
It's fixed in the latest v1.25.2.0 release. Please pull the latest nuget package with the fix. |
oleg-shilo
added a commit
that referenced
this issue
Mar 4, 2024
* NetCore: added integration of the NET-Core setup project with NET-Fx UI projectVS infrastructure. * Issue #1464: Installer crashes when using custom UIs with Features * Issue #1460: Add -sw1026 to default Wix4 argument options? * Added `Compiler.SuppressAotWarnings` property * Issue #1459: ShortCut Icon Tooltip
Wow, thanks a lot for the quick fix! It works great! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I created a small setup from the sample
wixsharp\Source\src\WixSharp.Samples\Wix# Samples\MergeModules\Consuming MergeModule\setup.cs
, and it works great out of the box.When I switch the UI to ManagedUI and add the Features dialog, the setup crash when it gets to that dialog with this exception
in the log:
Any ideas?
Here is the full code:
Thank you!
The text was updated successfully, but these errors were encountered: