windows installer - Want to create a single msi for .net application which will embedd third party tools -


want create single msi .net application embedd third party tools.

on executing msi, should copy files , should launch third party tool's installer , wait complete , launch third party tool's installer , again wait finish , finish installation.

is possible? if yes, how?

windows-installer sdk, spec , installation service that's part of windows. it's not authoring tool / suite.

you should take @ tools such wix , installshield. both can create msi , both can chain msi / exe package together. wix calls burn , installshield calls suite installers.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -