Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Deploy applications using Configmanager

Messages
10
Reaction score
0
Points
1
Hi experts
i have an application which i need to deploy on all server.
Lets say application name is App1, this App1 folder has sub folders and files.

Installation
1.This App1 folder needs to be copied on C drive to all servers. C:\App1
2. (from command prompt using below commands i do the installation manually)
how do i execute the below lines from sccm.
commandprompt: cd C:\App1\win64
commandprompt: app1.exe --config C:\App1\conf --install
3. start app1 service from services.

uninstallation
1.Stop app1 Service from services.
2.(from command prompt using below commands i do the uninstallation manually)
commandprompt: sc delete "app1" (app1 is app1 service name)
3.Delete the folder C:\App1 from all servers.
 
Back
Top