[WiX-users] EmbeddedUI

2009-01-02 Thread Andrew Crum
I'm using the latest build and I have simple Wix project through Votive. I'm using the sample DTF embedded UI project. I've had this working before, but now the MSI fails to load anything. The msiexec log starts with this: SFXCA: Extracting embedded UI to temporary directory: C:\Users\myusernam

[WiX-users] EmbeddedUI failing to load

2008-12-31 Thread Andrew Crum
I'm using the latest build and I have simple Wix project through Votive. I'm using the sample DTF embedded UI project. I've had this working before, but now the MSI fails to load anything. The msiexec log starts with this: SFXCA: Extracting embedded UI to temporary directory: C:\Users\myusernam

Re: [WiX-users] Anybody know how to use EmbeddedUI?

2008-08-24 Thread Andrew Crum
to attempt to diagnose what's wrong (if you can attach one and your matching embedded UI handler code, etc... I'll try to help you through this). Let me know how this turns out for you... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew

Re: [WiX-users] Anybody know how to use EmbeddedUI?

2008-08-23 Thread Andrew Crum
nswer)? From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Andrew Crum [EMAIL PROTECTED] Sent: Friday, August 22, 2008 6:58 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Anybody know how to use EmbeddedUI? I got the EmbeddedUI sample in the DTF directory to compile (I also have Ma

[WiX-users] Anybody know how to use EmbeddedUI?

2008-08-22 Thread Andrew Crum
I got the EmbeddedUI sample in the DTF directory to compile (I also have Managed Custom Actions compiled and working just fine using DTF). I got this far: But I'm at a loss for how to actually use my embeddedUI vs. the normal built-in UI. ---