Re: [WiX-users] DTF: Saving data in deffered custom action

2008-06-16 Thread Christopher Painter
thread that deserves attention? E-Mail Me --- On Mon, 6/16/08, Jason Ginchereau <[EMAIL PROTECTED]> wrote: > From: Jason Ginchereau <[EMAIL PROTECTED]> > Subject: RE: [WiX-users] DTF: Saving data in deffered custom action > To: "[EMAIL PROTECTED]" <[EMAIL PROTECT

Re: [WiX-users] DTF: Saving data in deffered custom action

2008-06-16 Thread Jason Ginchereau
r reply. -Jason- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Painter Sent: Monday, June 16, 2008 4:46 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] DTF: Saving data in deffered custom action If you wir

Re: [WiX-users] DTF: Saving data in deffered custom action

2008-06-16 Thread Christopher Painter
at happens to the data in > all scenarios including rollback, repair, and > upgrade/patching. > > -Jason- > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Phil H > Sent: Monday, June 16, 2008 4:35 PM > To: wix-users@lists.so

Re: [WiX-users] DTF: Saving data in deffered custom action

2008-06-16 Thread Jason Ginchereau
ists.sourceforge.net Subject: [WiX-users] DTF: Saving data in deffered custom action I have inherited some WIX code (ie I am a newbie) and have moved the managed custom action over to DTF (which is very nice BTW). Previously the CA did something along these lines: publ

Re: [WiX-users] DTF: Saving data in deffered custom action

2008-06-16 Thread Christopher Painter
of Deployment Engineering Blog Have a hot tip, know a secret or read a really good thread that deserves attention? E-Mail Me --- On Mon, 6/16/08, Phil H <[EMAIL PROTECTED]> wrote: > From: Phil H <[EMAIL PROTECTED]> > Subject: [WiX-users] DTF: Saving data in deffered custom action

[WiX-users] DTF: Saving data in deffered custom action

2008-06-16 Thread Phil H
I have inherited some WIX code (ie I am a newbie) and have moved the managed custom action over to DTF (which is very nice BTW). Previously the CA did something along these lines: public class MyInstaller : System.Configuration.Install.Installer { public override void Install(Sys