Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Manually create software delivery policies

Manually create software delivery policies The System Center Configuration Manager (SCCM) works alongside your existing Microsoft technologies to increase IT productivity by reducing manual tasks and helping you deliver more effective IT services such as the following:

  • Secure and scalable software deployment
  • Compliance settings management
  • Comprehensive asset management of servers, desktops, laptops, and mobile devices


Automatically roll out software delivery packages to endpoints using SCCM by doing the following steps:

  1. Go to Software Download and download the Bundled Arellia Agents installer.Open SMP and create a new software delivery package needed MSI files, saving them to your software repository network share.
  2. Create a new application in SCCM for each MSI file and link it to the MSI file in the software repository.The Arellia Agent  
  3. In the Create Application Wizard, copy and paste the Arellia installation command lines are:
    msiexec.exe /i "Arellia_ApplicationControlAgent_x64_8_0_1754.msi" /norestart REBOOT=ReallySuppress /qn 
    msiexec.exe /i "Arellia_ApplicationControlAgent_x86_8_0_1754.msi" /norestart REBOOT=ReallySuppress /qn
    msiexec.exe /i "Arellia_LocalSecurityAgent_x64_8_0_1551.msi" /norestart REBOOT=ReallySuppress /qn  
    msiexec.exe /i "Arellia_LocalSecurityAgent_x86_8_0_1551.msi" /norestart REBOOT=ReallySuppress /qn
    msiexec.exe /i "ArelliaAgent_x64_8_0_117.msi" /norestart AMSURL=https://SERVERNAME/Ams/ REBOOT=ReallySuppress /qn 
    msiexec.exe /i "ArelliaAgent_x86_8_0_117.msi" /norestart AMSURL=https://SERVERNAME/Ams/ REBOOT=ReallySuppress /qn 
     
    Tip
    titleNote

    If you forget to set the AMSURL to your Arellia Management Server during install, then use this command to set the server address.

     into the Installation program field.
    Image Added 
  4. Roll out the software delivery packages to endpoints.

Add Catalogs to SCUP

How to Deploy an MSI Package with SCCM 2012

Documentation Library for System Center 2012 Configuration Manager

How to Install System Center Updates Publisher