Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to install msm directly without creating another setup?

I would like to know if there is a way to install msm directly without creating another setup project?

like image 521
user496949 Avatar asked Feb 07 '12 15:02

user496949


1 Answers

This is not possible. MSM packages have the purpose of sharing resources, for example VC++ redistributable, that you can include in the installer of your application, like prerequisites.

Also, they are used by companies which develop multiple applications that run on the same core resources, thus allowing them to avoid creating two separate packages in which half of the resources are identical, and also when a change is done in the core, it gets automatically propagated to all the teams that use the MSM file.

like image 102
Bogdan Mitrache Avatar answered Nov 01 '22 03:11

Bogdan Mitrache