Silently Install .Net Framework 1.1
Filed under:
Deployment Solution, Software Delivery Solution
3rd Party Products, Installation, Command Line
Submitted by CondorMan on 25 August, 2008 - 15:33.
If you need to silently install the .Net Framework 1.1 to multiple computers, you can follow these two simple steps.
- Download the Microsoft .NET Framework Version 1.1 Redistributable Package (dotnetfx.exe)
- Crete a Software Delivery Task or Deployment Server Distribute Software Task that runs dotnetfx.exe with the command line parameters: /q:a /c:"install /q"
(29 votes)
- Login or register to post comments
- 1544 reads
- Printer-friendly version














