Re: [WiX-users] launch an application during installation

2008-08-19 Thread Neil Sleightholm
>>A property cannot have an embedded property within it. To do this, you have to do use a custom action that resolves your property into >>another property. Or use (which is essentially the same thing without the hard work). Neil Neil Sleightholm X2 Systems Limited [EMAIL PROTECTED]

Re: [WiX-users] launch an application during installation

2008-08-19 Thread Chad Miles
You could also probably use a filekey attribute instead of property??? On Tue, Aug 19, 2008 at 10:51 AM, Pierson Lee (PIE) < [EMAIL PROTECTED]> wrote: > A property cannot have an embedded property within it. To do this, you have > to do use a custom action that resolves your property into another

Re: [WiX-users] launch an application during installation

2008-08-19 Thread Pierson Lee (PIE)
A property cannot have an embedded property within it. To do this, you have to do use a custom action that resolves your property into another property. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of zynkerr Sent: Tuesday, August 19, 2008 1:26 AM To: wix