windows installer - Visual Studio 2010 - Setup Project: How to compress "setup.exe" and "application.msi" in one file -


i have visual studio 2010 setup project , want compress both output files( setup.exe & application.msi) in 1 single file, , after launch gets extracted , run "temp" folder.

thank you.

setup.exe used special processing before running installation, checking bitness or language of os. if not special processing being done, enough distribute msi file. windows has executable msiexec.exe used run msi files.

however, if wish combine files, can use iexpress program - http://www.itscodingtime.com/post/combine-setup-msi-and-exe-into-a-single-package-with-iexpress.aspx


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 -