2

I had created a component in .net. It has more than one msi's , so am planning to go for a master installer. How to create a master installer, how to start with that?

2 Answers 2

2

You need to create a bootstrapper to install multiple MSIs, try dotNetInstaller for a free solution.

Sign up to request clarification or add additional context in comments.

Comments

0

You can use the Setup Project template provided by Visual Studio. This project template lets you create setup projects very fast. There you have to add your different MSIs as dependencies to have them installed.

Alternatively have a look at the different setup and deployment project templates located under "Other Project Types -> Setup and Deployment" in the "Add new project" dialog.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.