Re: [WiX-users] Converting Setup project to WiX 3.0 project (Custom Actions)

2007-07-12 Thread W. Craig Trader
-Original Message- From: John Vottero [mailto:[EMAIL PROTECTED] Sent: Thursday, July 12, 2007 1:15 PM To: W. Craig Trader Cc: wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Converting Setup project to WiX 3.0 project (Custom Actions

Re: [WiX-users] Converting Setup project to WiX 3.0 project (Custom Actions)

2007-07-12 Thread John Vottero
> -Original Message- > From: W. Craig Trader [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 12, 2007 12:36 PM > To: John Vottero > Cc: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Converting Setup project to WiX 3.0 project > (Custom Actions) &g

Re: [WiX-users] Converting Setup project to WiX 3.0 project (Custom Actions)

2007-07-12 Thread W. Craig Trader
John Vottero wrote: > > It would be very easy to write a console app that calls the C# > Installer based code. Once you have that, use the WiX CAQuietExec > custom action to run the console app. > > > > *From:* [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] *On Behalf Of *W. > Craig Trader >

Re: [WiX-users] Converting Setup project to WiX 3.0 project (Custom Actions)

2007-07-12 Thread W. Craig Trader
Bob Arnson wrote: > W. Craig Trader wrote: >> I have a legacy .Net 2.0 application (C# plus some C++ COM controls) >> that is currently deployed using a Visual Studio 2005 Setup project. >> The Setup project uses a Custom Action written in C# (a subclass of >> System.Configuration.Install.Insta

Re: [WiX-users] Converting Setup project to WiX 3.0 project (Custom Actions)

2007-07-11 Thread Bob Arnson
W. Craig Trader wrote: I have a legacy .Net 2.0 application (C# plus some C++ COM controls) that is currently deployed using a Visual Studio 2005 Setup project. The Setup project uses a Custom Action written in C# (a subclass of System.Configuration.Install.Installer) to install or upgrade a S

Re: [WiX-users] Converting Setup project to WiX 3.0 project (Custom Actions)

2007-07-11 Thread John Vottero
It would be very easy to write a console app that calls the C# Installer based code. Once you have that, use the WiX CAQuietExec custom action to run the console app. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of W. Craig Trader Sent: Wednesday, July 11, 2007 8:50 PM To: wix-