Re: [WiX-users] DTF Embedded UI Problem

2009-02-20 Thread John Nannenga
: Thursday, February 19, 2009 6:03 AM To: General discussion for Windows Installer XML toolset.; Oliver Wickham Subject: Re: [WiX-users] DTF Embedded UI Problem I think you are right, when I moved it over to a C# CA project and built it I didn't see my exported functions until I remove

Re: [WiX-users] DTF Embedded UI Problem

2009-02-19 Thread Christopher Painter
og Have a hot tip, know a secret or read a really good thread that deserves attention? E-Mail Me --- On Thu, 2/19/09, Oliver Wickham wrote: > From: Oliver Wickham > Subject: RE: [WiX-users] DTF Embedded UI Problem > To: chr...@deploymentengineering.com, "General discussion for Win

Re: [WiX-users] DTF Embedded UI Problem

2009-02-19 Thread Oliver Wickham
s on a postcard Olly -Original Message- From: Christopher Painter [mailto:chr...@deploymentengineering.com] Sent: 19 February 2009 01:28 To: General discussion for Windows Installer XML toolset.; Oliver Wickham Subject: RE: [WiX-users] DTF Embedded UI Problem You are right, changing the

Re: [WiX-users] DTF Embedded UI Problem

2009-02-18 Thread Christopher Painter
I did an MSI package diff and found the real source of the problem. It's not the ID that's wrong, it's the Name attribute ( FileName column of the MSI ). It seems WiX doesn't require a Name attribute and if you give it an Id attribute it uses it for the Name attribute. Either way, filing a bug

Re: [WiX-users] DTF Embedded UI Problem

2009-02-18 Thread Christopher Painter
ct. The result is the best of both worlds. :-) Christopher Painter, Author of Deployment Engineering Blog Have a hot tip, know a secret or read a really good thread that deserves attention? E-Mail Me --- On Wed, 2/18/09, Oliver Wickham wrote: > From: Oliver Wickham > Subject

Re: [WiX-users] DTF Embedded UI Problem

2009-02-18 Thread Oliver Wickham
users@lists.sourceforge.net Subject: [WiX-users] DTF Embedded UI Problem In an effort to learn the new functionality, I built the WPF sample found in wix3-sources and tried to consume it in a product. My WXS looks like this: I have MSI 4.5 installed on Server 2008 and my logfile shows the foll

[WiX-users] DTF Embedded UI Problem

2009-02-18 Thread Christopher Painter
In an effort to learn the new functionality, I built the WPF sample found in wix3-sources and tried to consume it in a product. My WXS looks like this: I have MSI 4.5 installed on Server 2008 and my logfile shows the following. If I stream my dll out of MsiEmbeddedUI table and look at