Re: [WiX-users] Visual Dialog Development

2009-02-18 Thread Richard
In article <53566.71452...@web36606.mail.mud.yahoo.com>, Christopher Painter writes: > But you know what? I'm not even going to discuss this with you anymore. Thank god for small miracles. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download

Re: [WiX-users] Visual Dialog Development

2009-02-18 Thread Christopher Painter
-Mail Me --- On Wed, 2/18/09, Richard wrote: > From: Richard > Subject: Re: [WiX-users] Visual Dialog Development > To: wix-users@lists.sourceforge.net > Date: Wednesday, February 18, 2009, 10:27 PM > In article > <210143.99329...@web36607.mail.mud.yahoo.com>, >

Re: [WiX-users] Visual Dialog Development

2009-02-18 Thread Richard
In article <210143.99329...@web36607.mail.mud.yahoo.com>, Christopher Painter writes: > As usual, you are misquoting me Richard. Its not misquoting you when I quote you verbatim. Give me a break, get a life or both. >I was replying to the statement: Everyone reading this thread has alre

Re: [WiX-users] Visual Dialog Development

2009-02-18 Thread Christopher Painter
Me --- On Wed, 2/18/09, Richard wrote: > From: Richard > Subject: Re: [WiX-users] Visual Dialog Development > To: chr...@deploymentengineering.com, "General discussion for Windows > Installer XML toolset." > Date: Wednesday, February 18, 2009, 6:00 PM > In a

Re: [WiX-users] Visual Dialog Development

2009-02-18 Thread Richard
In article <175249.83492...@web36603.mail.mud.yahoo.com>, Christopher Painter writes: > LOL, tell that to Microsoft DevDiv then. I can think of plenty of > their inst alls that require .NET and use external UI's. Show me one where the *only* requirement for .NET is the installer UI, i.e.

Re: [WiX-users] Visual Dialog Development

2009-02-18 Thread Christopher Painter
2/18/09, Alexander Schulz wrote: > From: Alexander Schulz > Subject: Re: [WiX-users] Visual Dialog Development > To: "General discussion for Windows Installer XML toolset." > > Date: Wednesday, February 18, 2009, 3:42 AM > Richard schrieb: > > I

Re: [WiX-users] Visual Dialog Development

2009-02-18 Thread Alexander Schulz
Richard schrieb: > In article <49958e53.2090...@artizan.com>, > "Thomas S. Trias" writes: > > >>> Because not everyone requires the .NET framework and for most >>> packages, a custom UI written in .NET is overkill. >>> >> [...] If you want to do it all within an MSI, just use a man

Re: [WiX-users] Visual Dialog Development

2009-02-13 Thread Rob Mensching
Mensching [mailto:r...@wixtoolset.org] > Sent: Friday, February 13, 2009 12:53 PM > To: 'General discussion for Windows Installer XML toolset.' > Subject: Re: [WiX-users] Visual Dialog Development > > There are several products out there that provide the functionality you are

Re: [WiX-users] Visual Dialog Development

2009-02-13 Thread Arun Perregatturv
] Sent: Friday, February 13, 2009 12:53 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Visual Dialog Development There are several products out there that provide the functionality you are asking for. Some are commercial, some are open source. I enc

Re: [WiX-users] Visual Dialog Development

2009-02-13 Thread Christopher Painter
thread that deserves attention? E-Mail Me --- On Fri, 2/13/09, Richard wrote: > From: Richard > Subject: Re: [WiX-users] Visual Dialog Development > To: tomtr...@artizan.com, "General discussion for Windows Installer XML > toolset." > Date: Friday, February 13, 2009, 11:37

Re: [WiX-users] Visual Dialog Development

2009-02-13 Thread Thomas S. Trias
ism or the other. Thanks, Thomas S. Trias Senior Developer Artizan Internet Services http://www.artizan.com/ Original Message ---- Subject: Re: [WiX-users] Visual Dialog Development From: Richard To: tomtr...@artizan.com, General discussion for Windows Installer XML toolset. Date

Re: [WiX-users] Visual Dialog Development

2009-02-13 Thread Rob Mensching
right now. Too many other things to work through... -Original Message- From: Arun Perregatturv [mailto:aperregatt...@napcosecurity.com] Sent: Thursday, February 12, 2009 06:02 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Visual Dialog Development

Re: [WiX-users] Visual Dialog Development

2009-02-13 Thread Richard
In article <49958e53.2090...@artizan.com>, "Thomas S. Trias" writes: > > Because not everyone requires the .NET framework and for most > > packages, a custom UI written in .NET is overkill. > > [...] If you want to do it all within an MSI, just use a managed > immediate custom action to p

Re: [WiX-users] Visual Dialog Development

2009-02-13 Thread Thomas S. Trias
homas S. Trias Senior Developer Artizan Internet Services http://www.artizan.com/ Original Message Subject: Re: [WiX-users] Visual Dialog Development From: Richard To: chr...@deploymentengineering.com,General discussion for Windows Installer XML toolset. Date: 2/12/20

Re: [WiX-users] Visual Dialog Development

2009-02-12 Thread Christopher Painter
WPF uses XAML which is a declarative UI and there are automated unit testing frameworks for it. --- On Thu, 2/12/09, Richard wrote: > From: Richard > Subject: Re: [WiX-users] Visual Dialog Development > To: chr...@deploymentengineering.com, "General discussion for Windows &

Re: [WiX-users] Visual Dialog Development

2009-02-12 Thread Christopher Painter
put forth the effort to do it. I know I would. But to go back 10-15 years and learn how to do this in all unmanaged languages and api's is a deal killer for me. --- On Thu, 2/12/09, Richard wrote: > From: Richard > Subject: Re: [WiX-users] Visual Dialog Development > To: chr.

Re: [WiX-users] Visual Dialog Development

2009-02-12 Thread Richard
In article <508230.47122...@web36608.mail.mud.yahoo.com>, Christopher Painter writes: > Personally, I'd rather see a full blown extensible external UI handler > patter n using Winforms and/or WPF.Think about it... if WiX is being > bundled in VS 2010 and you already have a dependency on

Re: [WiX-users] Visual Dialog Development

2009-02-12 Thread Richard
More reasons: - declarative UIs can be validated and unit tested by ICEs. - custom UIs aren't -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood!

Re: [WiX-users] Visual Dialog Development

2009-02-12 Thread Arun Perregatturv
AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Visual Dialog Development Personally, I'd rather see a full blown extensible external UI handler pattern using Winforms and/or WPF.Think about it... if WiX is being bundled in VS2010 and you already have a dep

Re: [WiX-users] Visual Dialog Development

2009-02-12 Thread Christopher Painter
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 Thu, 2/12/09, Christopher Karper wrote: > From: Christopher Karper > Subject: Re: [WiX-users] Visual Dialog Development > To: chr...@deploymente

Re: [WiX-users] Visual Dialog Development

2009-02-12 Thread Christopher Karper
ail Me > > > --- On Thu, 2/12/09, Tim Musschoot wrote: > > > From: Tim Musschoot > > Subject: Re: [WiX-users] Visual Dialog Development > > To: "General discussion for Windows Installer XML toolset." < > wix-users@lists.sourceforge.net> &g

Re: [WiX-users] Visual Dialog Development

2009-02-12 Thread Christopher Painter
n Thu, 2/12/09, Tim Musschoot wrote: > From: Tim Musschoot > Subject: Re: [WiX-users] Visual Dialog Development > To: "General discussion for Windows Installer XML toolset." > > Date: Thursday, February 12, 2009, 8:28 AM > Hello, > > There are tools that are b

Re: [WiX-users] Visual Dialog Development

2009-02-12 Thread Tim Musschoot
erregatturv [mailto:aperregatt...@napcosecurity.com] >Verzonden : donderdag , februari 12, 2009 03:01 PM >Aan : 'General discussion for Windows Installer XML toolset.' >Onderwerp : Re: [WiX-users] Visual Dialog Development > >No. If you open an Msi in Orca you have the tab

Re: [WiX-users] Visual Dialog Development

2009-02-12 Thread Arun Perregatturv
, February 11, 2009 6:31 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Visual Dialog Development >> something like Orca look and feel Really, what that bad :-) -Original Message- From: Arun Perregatturv [mailto:aperregatt...@napcosecurity.com

Re: [WiX-users] Visual Dialog Development

2009-02-11 Thread Neil Sleightholm
>> something like Orca look and feel Really, what that bad :-) -Original Message- From: Arun Perregatturv [mailto:aperregatt...@napcosecurity.com] Sent: 11 February 2009 21:51 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Visual Dialog Devel

Re: [WiX-users] Visual Dialog Development

2009-02-11 Thread eseeR
open source. > > HTH, > Tim > > -Oorspronkelijk bericht- > Van: eseeR > [mailto:0x000...@...<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2310756&i=0>] > > Verzonden: woensdag 11 februari 2009 19:23 > Aan: > wix-us...@...<http://n2.nabble.com/user/Sen

Re: [WiX-users] Visual Dialog Development

2009-02-11 Thread Arun Perregatturv
: [WiX-users] Visual Dialog Development Thanks, I tried that out a little but it's sort of clunky. What would be awesome is a plugin for VS that let's you author the dialog like WinForms. Anyone working on something like that? On Wed, Feb 11, 2009 at 10:41 AM, Neil Sleightholm (via Na

Re: [WiX-users] Visual Dialog Development

2009-02-11 Thread Tim Musschoot
[WiX-users] Visual Dialog Development Hello, is there any guidance/tools on how to author dialogs with a visual interface? -- View this message in context: http://n2.nabble.com/Visual-Dialog-Development-tp2310386p2310386.html Sent from the wix-users mailing list archive at Nabble

Re: [WiX-users] Visual Dialog Development

2009-02-11 Thread eseeR
To: > wix-us...@...<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2310507&i=1> > Subject: [WiX-users] Visual Dialog Development > > > Hello, is there any guidance/tools on how to author dialogs with a > visual > interface? > -- > View this message in

Re: [WiX-users] Visual Dialog Development

2009-02-11 Thread Neil Sleightholm
I use WiXEdit: http://wixedit.sourceforge.net/ Neil -Original Message- From: eseeR [mailto:0x000...@gmail.com] Sent: 11 February 2009 18:23 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Visual Dialog Development Hello, is there any guidance/tools on how to author dialogs

[WiX-users] Visual Dialog Development

2009-02-11 Thread eseeR
Hello, is there any guidance/tools on how to author dialogs with a visual interface? -- View this message in context: http://n2.nabble.com/Visual-Dialog-Development-tp2310386p2310386.html Sent from the wix-users mailing list archive at Nabble.com. -