Replies: 1 comment 1 reply
-
Why do you need DTF in a Bundle? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m currently working on an upgrade scenario using setups created with WiX v5, and I'm encountering the following exception during the upgrade process:
To address this, I attempted to reference the WixToolset.Dtf.WindowsInstaller package in the Bundle project, intending to include it as a payload. However, since the WiX Bundle project is not compatible with standard NuGet package installation (as it's not a traditional .NET project), I'm unable to directly install the package.
Given this limitation, it seems that the only viable options to include the required DLL (WixToolset.Dtf.WindowsInstaller) are:
Can anyone please confirm if one of these is the recommended approach, or if there is a better way to include WixToolset.Dtf.WindowsInstaller in a WiX v5 Bundle project?
Beta Was this translation helpful? Give feedback.
All reactions