installshield - Visual Studio setup project install prerequisites first -


i've created vsto powerpoint add-in in visual studio. distribute users have created installshield setup project.

after building project installation , add-in work fine if use option download prerequisites internet.

however, when use option extract prerequisites setup.exe, doesn't work: add-in installed, prerequisites aren't.
know prerequisites included in setup because without them setup.exe around 2mb, prereqs it's 290mb.

i have 2 necessary prerequisites selected in prerequisites view: setup project prerequisites view screenshot

in releases view, under setup.exe-tab of singleimage, "installshield prerequisites location" set "extract setup.exe".

but installer won't install .net framework 4.5 (if necessary, present on user's systems), , vsto runtime though i've included in setup file!

any appreciated.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -