Re: [WiX-users] Using WPF for standard MSI dialogs

2013-10-16 Thread Christopher Painter
--- From: "Blair Murri" Sent: Wednesday, October 16, 2013 9:01 AM To: "General discussion about the WiX toolset." Subject: Re: [WiX-users] Using WPF for standard MSI dialogs I actually created a WPF Embedded UI for a client (3 years ago?) and there are some in

Re: [WiX-users] Using WPF for standard MSI dialogs

2013-10-16 Thread Blair Murri
013 11:56:19 -0700 > From: tomer.d...@intergraph.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Using WPF for standard MSI dialogs > > > Even better > > http://blogs.msdn.com/b/windows_installer_team/archive/2008/04/01/windows-installer-4-5-ui-enhancem

Re: [WiX-users] Using WPF for standard MSI dialogs

2013-10-15 Thread tom
Even better http://blogs.msdn.com/b/windows_installer_team/archive/2008/04/01/windows-installer-4-5-ui-enhancements-embedded-ui.aspx -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Using-WPF-for-standard-MSI-dialogs-tp7589733p7589743.html Sent fr

Re: [WiX-users] Using WPF for standard MSI dialogs

2013-10-15 Thread tom
Hi Brian :) MsiSetExternalUI Tomer -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Using-WPF-for-standard-MSI-dialogs-tp7589733p7589742.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] Using WPF for standard MSI dialogs

2013-10-15 Thread Christopher Painter
rs instead. My installers at my day job are all installed silently so I just carry on with Native MSI UI for the time being. Chris From: "Brian C" Sent: Tuesday, October 15, 2013 9:47 AM To: "wix-users@lists.sourceforge.net" Subj

[WiX-users] Using WPF for standard MSI dialogs

2013-10-15 Thread Brian C
All, Is there any way to use WPF/C# to make the GUI for standard msi dialogs?  I know I can do a Bootstrapper to do this, but, I was hoping to avoid that overhead and just deliver an .msi with GUI designed with WPF.   Thanks in advance, Brian --