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
Post a Comment