Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a silent installer package using Visual Studio 2008

I am using Visual Studio2008 for my development and i want to create a silent set up package i.e. i don't want any UI to come up during installation. Is it possible to create a silent installer MSI using Visual Studio and if not then are there any other tools to do the same?

like image 515
Kapil Avatar asked Oct 15 '25 20:10

Kapil


1 Answers

The MSI runs silently with the appropriate command line options, I don't think there is any way around that. See here - you have to use the /q switch.

An alternative is NSIS.

like image 142
Otávio Décio Avatar answered Oct 19 '25 14:10

Otávio Décio



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!