How to create the nuget packages needed for a .net application in Wix Setup? Currently we have 100 projects, each of which uses a different nuget package bundle. And we manually add a component for each assembly required by the application. This is very cumbersome, because every time we update the nuget package, we also need to update the .wxs file.
Is there a standard way to automate this process of including nuget packages in a wix setup? Or is there a workaround?
source share