Re: [WiX-users] Guidance on WiX and NuGet integration

2013-07-11 Thread John Cooper
General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Guidance on WiX and NuGet integration That's really helpful Wilbert, thanks. To be honest I hadn't got my head round the fact that it was really only for developers. I've now got an example project pulling do

Re: [WiX-users] Guidance on WiX and NuGet integration

2013-07-11 Thread andy smith
That's really helpful Wilbert, thanks. To be honest I hadn't got my head round the fact that it was really only for developers. I've now got an example project pulling down the packages from an external private feed and being compiled by the build so can now get on with the wix part! :) On Wed,

Re: [WiX-users] Guidance on WiX and NuGet integration

2013-07-10 Thread Wilbert van Dolleweerd
NuGet is simply meant as package management for a developer. For example: instead of having to download and install Nunit to be able to use in their Visual Studio solution, they can simply add a NuGet package to their solution. See the following link for some more background information: http://www