AMH
AMH

Reputation: 6451

Install .NET 3.5 quietly

How do I install the .NET Framework 3.5 quietly? I mean, is there any command or batch to install it quietly?

Best regards

Upvotes: 2

Views: 325

Answers (2)

Darin Dimitrov
Darin Dimitrov

Reputation: 1038850

Yes, there is:

Dotnetfx35.exe /q /norestart

Upvotes: 2

Related Questions