cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
flyboy
Level 2

How to call for exe in my basci MSI project

Hi,all! I'm building a basic MSI project.In this project I want to call for a exe before all other action. And the exe will use several data file . when I use custom action wizard to build the exe into my project, I find builded msi not call the exe at all.Who can tell me how to do? Thanks!
Labels (1)
0 Kudos
(1) Reply
shontu
Level 4

Try to generate the logs to see why that custom action is failing.
You can generate the logs through command line parameters. Type msiexec help at command line prompt to see logging options.

~shontu.
0 Kudos