I want to launch a third party application using my WiX installer. I am
using following but it will launch the application along with command
prompt which never closes.

<Property Id="PROMPT" Secure="yes">cmd.exe</Property>

<CustomAction Id='CA_LaunchAppliation' Property='PROMPT' ExeCommand='/c
start &quot;[PATHTOEXE]&quot;' Execute="immediate" Return="asyncNoWait" />

[PATHTOEXE] is the full path of the application fetched from registry.
Is there a better and efficient way to use it?
I am not using any WiX dlls except WixNetFxExtension and I do not want
default implementation mentioned in:
http://wix.sourceforge.net/manual-wix3/run_program_after_install.htm

-- 
Thanks and Regards,
Ravi Raj
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to