installer - WiX: Bundling dependencies inside MSI using Burn -


i use burn tool wix v3.6.1601.0 create bootstrapper download project dependencies (.net 3.5). end result 2 executables (a program msi , exe download dependencies). since many of customers seams not understand executable use, make simpler shipping 1 file (i.e. msi).

is possible burn ?, , if can point me documentation on how create single msi bootstrap own dependencies.

msi packages can't bootstrap other installers except through use of "embedded chainers." (see msi sdk topic on msiembeddedchainer.) burn creates .exe contains msis , other prerequisites.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -