Deploy EXE file using SCCM

Hello again,

A few months ago I uploaded a video which shows you how to create MSI file and deploys it using SCCM so In this tutorial I want to show you how to create an EXE package and deploy it using SCCM As we already know, sometimes the vendors are not providing us MSI file for their products and it makes us a problematic situation, Microsoft allows us to deployEXE file using SCCM what GPO is not able to do.

 

I am going to deploy PowerPointViewer on my clients.

Open your SCCM and create a new Package:

SCCM_DEPLOY_EXE

 

Enter a name and other details:

Name: PowerPointViewer

Description:…

Manufacturer: Microsoft

Version: 2007, Language: EN

And specify the source file ( Where you EXE locates..)

DeployEXE_SCCM

Choose the program type: (Standard)

EXE_SCCM

 

Here we have specified all information about our package

Name: PowerPointViewer

Command Line :  PowerPointViewer.exe /quiet

Run: Hidden

Program can run: Whether or not a user is logged on

EXE_Deploy_SCCM

How can we know “quiet” is a correct switch?

Open source folder and right open this location with command line: after that add ” /?” and press ENTER

Deploy_EXE_SCCM

All available switches:

How_To_Deploy_EXE_FILE_SCCM

Next:

Create_Package SCCM

Next and Finish:

EXE Package

Distribute content to DP > Right Click on the package and then “Distribute Content”:

DeployEXE

 

Last step is to deploy the package on the collection.

Right click on the package and select “Deploy”:

HOWTO_Deploy_EXE

Select your collection and the continue with NEXT:

CollectionSCCM

Exe_SCCM1

Select Available and continue (if you select “Required” the package will install automatically on your collection with users involves):

EXE deployments SCCM

Next:

Deploy Software EXE SCCM

Specify the user experience:

Specify the user experience

Next:

EXESCCM

Make sure everything is correct on summary and next:

How to deploy exe

step by step install EXE via SCCM

Go to the client and open Software Center:

Here you are: Click on Install

System Center

EXE_SYSTEM_CENTER

deploy EXE FILE THROUGH SCCM

Installed sucessfully:

SoftwareCenterEXEFile