I would like to know if there is a way to install msm directly without creating another setup project?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.