...
  • Add the package, which you want to deploy to the computers in your network, to Desktop Central. Follow the steps given below:
    1. Click the Software Deployment tab
    2. Click Add Package
    3. Select the appropriate package type
    4. Specify a name for the application
    5. Select HTTP Path (URL)
    6. Upload the zipped file that you created in step 4
    7. Click Add More
    8. Upload 7za.exe located in \ManagementCentral\bin directory.
    9. Specify the Installation Command with Switches/Arguments as the relative path. For example, setup.exe /config "ProPlus.WW\silent-install-config.xml"
    10. Select Run the Script before Installing Software, in the Advanced Options section
    11. Enter 7za.exe x -y "<filename.7z>" in the Script/Software name section, where <filename.7z> refers to the zip file name that you created in step 4. For example, 7za.exe x -y "office2010.7z"
    12. Click Add Package
...