Re: [WiX-users] Intercepting the SQL CA

2008-10-08 Thread Michael Osmond
AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Intercepting the SQL CA Hi, I'm trying to perform token replacement on SQL script files (such as database name, server name etc) via a custom CA before the SQL CA executes them. I have successfully created the custom CA. Howev

Re: [WiX-users] Intercepting the SQL CA

2008-10-08 Thread Rob Mensching
e sure you add the tables before the SQL CustomActions run. -Original Message- From: Nic Barden [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 18:04 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Intercepting the SQL CA Hi, I'm trying to perform token replaceme

[WiX-users] Intercepting the SQL CA

2008-10-08 Thread Nic Barden
Hi, I'm trying to perform token replacement on SQL script files (such as database name, server name etc) via a custom CA before the SQL CA executes them. I have successfully created the custom CA. However, I am unsure how to "intercept" the SQL CA to provide it the "new" files/scripts to exec