I'm using the WiX (3.6) Burn bootstrapper to bundle a prerequisite
component (Bonjour) with the setup for my program. It works great and
all, but:

I'd like to add a step to the end where I run an executable from my
INSTALLDIR on exit. I'm having a bit of a hard time figuring this out.

I've tried:

<CustomAction Id="LaunchApp"  Directory="INSTALLDIR"
              ExeCommand="[INSTALLDIR]my app name.exe"/>

But don't know where to put it in my Burn's bundle wxs file. Any
pointers? Thanks!

I found a Google hit about this, and I've also tried putting the following:

<CustomAction Id="LaunchApp"  Directory="INSTALLDIR"
              ExeCommand="[INSTALLDIR]Any Send.exe"/>

at the end of my app's installer MSI, but when it gets integrated into
the Burn bootstrapper install, this line doesn't appear to do
anything.


Is this possible?


thanks,
m.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to