Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.Net 3.5 silent installer?

Is there a redistributable .Net 3.5 installation package that is a silent installer?

Or alternatively, is there a switch that can be passed to the main redistributable .Net 3.5 installer to make it silent?

like image 585
Brian R. Bondy Avatar asked Sep 07 '08 12:09

Brian R. Bondy


1 Answers

dotnetfx35setup.exe /q /norestart

see the .net deployment guide at:

http://msdn.microsoft.com/en-us/library/cc160716.aspx

like image 77
Nir Avatar answered Nov 15 '22 08:11

Nir