I have an exe that I'd like the MSI to execute as part of the installation
process.  The exe does not need to remain on the system when installation is
complete. 

This has to be a common thing to do.  What is the common way to approach
this? 

My original thought was to: 
1) Copy the exe to [TempFolder] 
2) use CAQuietExec to run the exe from [TempFolder] 
3) use CAQuietExec to delete the exe from [TempFolder] 

What's the appropriate way to approach this?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Options-to-run-temporary-exe-during-install-tp7595004.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to