windows installer - Packing multiple .exe in single .msi package -


i trying put multiple .exe in single .msi package , should installed 1 one.

lets have a.exe, b.exe , c.exe

on clicking on .msi package a.exe should installed , .msi should wait after installation of a.exe should trigger b.exe. on successful installation of b.exe , c.exe should triggered installation.

the .exe files (a.exe , b.exe , c.exe) standard installables (for e.g.codesourcery, flash tools, iar workbench etc).

please let me know how achieve , tools need.

regards horaira

advanced installer has dedicated support this. it's commercial tool, license required.

as free solution, can try using wix create msi. can launch exe packages using custom actions.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -