Re: [WiX-users] Custom Action requiring properties

2008-10-04 Thread Nic Barden
c Barden <[EMAIL PROTECTED]>> To: <[EMAIL PROTECTED]>> Date: Sat, 4 Oct 2008 16:48:39 +0000> Subject: [WiX-users] Custom Action requiring properties> > Hi,> > I am writing a custom action with DTF in C#. My custom action performs token replacement of database n

Re: [WiX-users] Custom Action requiring properties

2008-10-04 Thread greenaj
2008 16:48:39 +0000 > Subject: [WiX-users] Custom Action requiring properties > > Hi, > > I am writing a custom action with DTF in C#. My custom action performs token > replacement of database name, servername etc for SQL scripts. > My understanding is that this should be done

[WiX-users] Custom Action requiring properties

2008-10-04 Thread Nic Barden
Hi, I am writing a custom action with DTF in C#. My custom action performs token replacement of database name, servername etc for SQL scripts. My understanding is that this should be done as an immediate CA, and then schedule the built in SQL CA as deferred to use the files that I have performe