Re: [WiX-users] DTF and external UI

2009-11-04 Thread Christopher Painter
uses it. --- On Wed, 11/4/09, John Nannenga wrote: > From: John Nannenga > Subject: Re: [WiX-users] DTF and external UI > To: "General discussion for Windows Installer XML toolset." > > Date: Wednesday, November 4, 2009, 1:33 PM > It's important to keep in

Re: [WiX-users] DTF and external UI

2009-11-04 Thread John Nannenga
to:phil.wil...@wonderware.com] Sent: Monday, November 02, 2009 12:48 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] DTF and external UI I know DTF has some support for external UI, but once you have your own forms, and you've called (Msi)SetExt

Re: [WiX-users] DTF and external UI

2009-11-02 Thread Wilson, Phil
lto:r...@robmensching.com] Sent: Saturday, October 31, 2009 8:33 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] DTF and external UI I'm not a DTF expert by any means but I don't think you want OpenPackage then DoAction. I believe that would require you call o

Re: [WiX-users] DTF and external UI

2009-10-31 Thread Rob Mensching
I'm not a DTF expert by any means but I don't think you want OpenPackage then DoAction. I believe that would require you call one action after another, which isn't normal. Instead there should be some option to call ::MsiInstallProduct() or ::MsiConfigureProduct(). That's the typical way to install