One way is to create a CustomAction using the ExeCommand attribute.  The
command line can be included as part of ExeCommand.   Then add the custom
action to your InstallExecuteSequence.  Since you want to run a file you are
installing, you will need to run the custom action after InstallFinalize as
the exe is not officially written to disk until after InstallFinalize.
-- 
View this message in context: 
http://n2.nabble.com/run-executable-during-install-tp4866225p4867518.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to