SCCM

SCCM 2012 – How to deploy App-V 5 Agent

If you want to deploy the App-V 5 Agent on your computers, you can use System Center Configuration Manager (SCCM) 2012. The most easily method is to use an Application. By this way, you have the possibility to link some Dependencies and target specific operating system architecture (x64 or x86).

To deploy App-V 5 agent, you have to follow these steps:

  1. Configure Dependencies.
  2. Create Application.
  3. Configure Deployments type for x64 and x86.
  4. Deploy on a collection.
  5. Check installation.

Continue reading

Share
SCCM

SCCM 2012 – How to update SCCM Agent

When Microsoft release a new Cumulative Update for ConfigMgr 2012, the SCCM Agent is updated too with a new version. To fix some bugs and improvements, you need to deploy it on all your clients.

To do this, you can choose two solutions:

  • Use the CAB file in the folder [SCCMInstall]\hotfix\KB\SCUP and deploy it with SCUP, that means you are using Software Updates.
  • Deploy the new version with two packages, one for x86 and one for x64, included in the Cumulative Update. With this solution, you can easily update your client with no technical requisite.

We will see how to update clients with the second solution, using package.

Continue reading

Share