How to reference PackageReferences in .wxs files? #8956
Replies: 2 comments
-
Not a noob question. There isn't anything that makes this happen today. |
Beta Was this translation helpful? Give feedback.
-
|
I think it would be nice to have
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I used WiX 3 for a while now and I'm now finally looking into migrating to WiX 4/5/6. I'm especially interested in being able to use
PackageReferencewhich was introduced in WiX 4. This might be kind of a noob question, but I can't seem to figure out how to reference a NuGetPackageReferencein .wxs files, for example a Bootstrapper from a NuGet package asPayload. When using aProjectReferenceI can simply use$(var.MyBootstrapper.TargetDir)but how would this look like with aPackageReference? I couldn't find anything on this topic.Beta Was this translation helpful? Give feedback.
All reactions