Re: [WiX-users] Calling embedded binaries with WIX Custom Actions

2007-11-20 Thread Jose Sanchez Saldana (Excell Data Corporation)
Original Message- From: Julie Campbell [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 1:15 PM To: wix-users@lists.sourceforge.net; Jose Sanchez Saldana (Excell Data Corporation) Subject: Re: [WiX-users] Calling embedded binaries with WIX Custom Actions Jose, There are three things

Re: [WiX-users] Calling embedded binaries with WIX Custom Actions

2007-11-20 Thread Julie Campbell
Jose, There are three things that you missed: In your element, you should specify the Execute attribute and use "check" (run custom action synchronously, wait for return code) for the Return attribute, like so: The action requires inner text, specifying whether or not to execute the c