Hi, 2010/1/18 Blair <os...@live.com>: > You need to use the Return attribute, and the value you need is asyncNoWait. > So, your CustomAction tag should look like this: > > <CustomAction Id="LaunchLicenseManager" BinaryKey="WixCA" > DllEntry="WixShellExec" Return="asyncNoWait" />
It appears that one cannot specify 'Return="asyncNoWait"' on a DllEntry CustomAction. WiX gives an error about it: C:\Documents and Settings\Administrator\sourcecontrol\Textkernel Textractor.wxs( 1934) : error CNDL0038 : The CustomAction/@Return attribute's value, 'asyncNoWai t', cannot be specified without attribute ExeCommand present. Besides, if the waiting were the problem, I would expect the installer to exit when I quit the application it started. That does not happen however. And in the howto in the manual, the customaction is given as: <CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" /> Reinier ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users