windows - How to include MFC and Visual Studio CRT libraries into MSI installer? -


i'm trying learn how write msi installer. i'm using wix, , i'm curious. application comes dependencies followign mfc , crt libraries:

mfc90u.dll msvcr90.dll 

how install those?

there choices listed here. recommend using appropriate redistributables instead of installing individual dlls.

with wix 3.6 , later, can create chainer runs multiple installers. can create vs project wix bootstrapper template.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -