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 Deploying application using SCCM with input values

  • Thread starter Thread starter Markyb
  • Start date Start date
  • Replies Replies 1
  • Views Views 1K

Markyb

Member
Messages
21
Reaction score
0
Points
1
Hi all,

I'm new to the packaging scene and have a question.

If I need to deploy an application and during the install, I need to input a server address, how do I get that into the package and deploy silently?

Thanks
Mark
 
If the application supports a command line installation, check if you can also input server address so that the setup reads the values from command line and installs app silently.

For example, when you deploy adobe using sccm, command line install is
setup [--silent] [--ADOBEINSTALLDIR=] [--INSTALLLANGUAGE=]

In the above command you can specify adobe installation directory, installation language.
 
Back
Top