Re: [WiX-users] Assembly (C#) installed as merge module

2009-10-30 Thread Rob Mensching
I always prefer wixlibs when possible: http://www.robmensching.com/blog/posts/2008/10/10/What-are-.wixlibs-and-why-would-you-use-them On Tue, Oct 27, 2009 at 1:07 AM, Florian Schricker wrote: > Hi! > > On Thu, Oct 22, 2009 at 4:33 PM, Rob Mensching > wrote: > > The ASP.NET MVC project had a simi

Re: [WiX-users] Assembly (C#) installed as merge module

2009-10-27 Thread Florian Schricker
Hi! On Thu, Oct 22, 2009 at 4:33 PM, Rob Mensching wrote: > The ASP.NET MVC project had a similar set of requirements. You might look at > how they solved this in the 1.0 release. Ok but looking at the sources provided I find them stripped of any deployment projects. Unfortunately. So maybe I'l

Re: [WiX-users] Assembly (C#) installed as merge module

2009-10-22 Thread Rob Mensching
The ASP.NET MVC project had a similar set of requirements. You might look at how they solved this in the 1.0 release. On Thu, Oct 22, 2009 at 12:38 AM, Florian Schricker wrote: > Hello list, > > what I'm trying to achieve - but am not able to :-( is the following: > > I have a VS 08 project creat