[WiX-users] Overwrite file to "factory" as an installer feature

2011-01-21 Thread Florian Schricker
Hello wix-users, I have the following problem: Using a separate, second feature I allow the user to install a file containing "factory defaults" only if he needs to. So by default this feature is not a activated for install. If installed once it is important that it is not removed by an uninstal

Re: [WiX-users] Duplicate symbols

2010-01-22 Thread Florian Schricker
Hello! On Fri, Jan 22, 2010 at 10:44 AM, Rob Mensching wrote: > Also, make sure you're not sending the same .wixlib into the linker twice > (or more!). That'll duplicate tons of things right away. Oh well I guess I handled the VS08 projects in a wrong way... I figured I had the setup project of

[WiX-users] Duplicate symbols

2010-01-22 Thread Florian Schricker
Hello list! I'm having issues while evaluating WiX for our solutions. (I've asked before about merge modules but I completely scrapped those.) Setup: - using Visual Studio 08 (VS08) - WiX3 installed incl. VS08 support C# Solution containing - BaseLib - FirstLib (referencing BaseLib) - Sec

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

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

2009-10-22 Thread Florian Schricker
Hello list, what I'm trying to achieve - but am not able to :-( is the following: I have a VS 08 project creating an assembly / dll (C#) which is basically one of our basic dlls. For this dll I created a merge module. I then went ahead and created a "SDK" consuming this merge module and installed