Re: [WiX-users] Multiple source files with MSBuild

2010-10-25 Thread Lars von Wedel
t error, unless you have a filename containing a ';' character? > > -Original Message- > From: Lars Von Wedel [mailto:vonwe...@web.de] > Sent: Thursday, October 21, 2010 4:10 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Multiple source files wi

[WiX-users] Multiple source files with MSBuild

2010-10-21 Thread Lars Von Wedel
Hello, I tried to run Wix (v3.0.5419) from an MSuild file to build an installer for my project. However, an error "CNDL0001: Cannot specify more than one source file ..." occurs. In the mailing list archives I found a rather old thread about the topic [1], but none of the proposed solutions sol

Re: [WiX-users] Conditional installation of different versions of a DLL

2009-04-03 Thread Lars Von Wedel
" Gesendet: 03.04.09 07:34:45 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] Conditional installation of different versions of a DLL Can you be more specific about the error? Is it an ICE error or ICE warning or some other error? Lars von Wedel wrote:

[WiX-users] Registering a shell extension

2009-04-02 Thread Lars Von Wedel
Hello, I built a shell extension to launch my application in a specific way for associated files. The C++ project contains some registry entries in a .rgs file like this: HKCR { NoRemove .abc = s 'abcfile' { } NoRemove abcfile = s 'ABC input file' { NoRemove ShellEx

Re: [WiX-users] Conditional installation of different versions of a DLL

2009-03-30 Thread Lars von Wedel
folder if it is a > native (unmanaged) assembly. > > Regards, > agreen > www.elucidev.com > > Lars von Wedel wrote: >> Hello, >> >> I am trying to install different versions of a DLL depending on the >> version of a further application on the target mac

[WiX-users] Conditional installation of different versions of a DLL

2009-03-28 Thread Lars von Wedel
Hello, I am trying to install different versions of a DLL depending on the version of a further application on the target machine. I tried to define two components that contain files for the same output DLL and conditionally install either component based on a condition to be figured out by t