Install .Net 3.5 SP1 for the entire company

We really want to start pushing products using the 3.5 framework, but it hurts to install the infrastructure on every PC.

We can force the application to perform automatic updates on first launch, but it takes forever.

Is there a way to get the whole PC to be updated in one night? for example, through Windows Update ...

Our PCs are a combination of XP and Vista p>

+3
source share
5 answers

You can click MSI using the policy. See some ideas here.

+2
source

Put MSI in Group Policy.

+2
source

Microsoft Systems Management Server (SMS) ?

+1

, MSI , , , ( ), ,

+1

:

pstools psexec

: -

psexec\workstation64 -c "c:\folder\dotnetfx35.exe" /q/norestart

0
source

Source: https://habr.com/ru/post/1703100/


All Articles