Re: [WiX-users] Question about wix fragments and componentgrouprefmarkup

2011-11-02 Thread Peter Shirtcliffe
Yes, that's expected. The point of the Id attribute is to distinguish between different ComponentGroups and so you can't have the same ID twice in one installer. If it helps, you can set the component group ID that heat creates using the -cg switch on the command line. -Original Message- F

Re: [WiX-users] Question about WiX and Delphi

2010-02-08 Thread JKLists
> I wonder if I can use WiX with Delphi ? > I use WiX to build an installer for a Delphi project. There's no integration into the Delphi IDE AFAIK. -- The Planet: dedicated and managed hosting, cloud storage, colo

Re: [WiX-users] Question about WiX and Delphi

2010-02-07 Thread sean farrow
Hi Detlef: When you say you want ot use WiX, can you elaborate on this. Do you need to install Delphi packages/compile Delphi units, or just install applications written with Delphi? Chers Sean. -Original Message- From: Detlef Rattunde [mailto:detlef.rattu...@t-online.de] Sent: 07 Februar

Re: [WiX-users] Question about WiX and Delphi

2010-02-07 Thread Thorsten Schöning
Guten Tag Detlef Rattunde, am Sonntag, 7. Februar 2010 um 11:36 schrieben Sie: > I'm using Delphi 2010 and I > wonder if I can use WiX with Delphi ? Hello, in the easiest way WiX is just XML and some specific tools to call to build your installer. The answer is yes because you don't really depen

Re: [WiX-users] Question about WiX

2008-10-23 Thread David Gonzalez
Thanks for the feedback Rob -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 11:07 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Question about WiX No. The .NET Installer classes are poorly designed

Re: [WiX-users] Question about WiX

2008-10-23 Thread Rob Mensching
No. The .NET Installer classes are poorly designed and shouldn't be used. I almost convinced VS to deprecate them... but they are still there. -Original Message- From: David Gonzalez [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 11:02 To: wix-users@lists.sourceforge.net Sub