Jump to content


  • 0
joshjohnson

Deploy Software Applications Zero Touch

Question

Is it possible to automate the entire installation of software applications using SCCM. Essentially, I want all questions that are asked during software installations to be automated. Like license keys, installation location, features, etc.

 

Can SCCM do this? If so, how? I've looked through all the guides, but I did not see anything...i could be missing it.

 

Thanks,

-Josh

Share this post


Link to post
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Is it possible to automate the entire installation of software applications using SCCM. Essentially, I want all questions that are asked during software installations to be automated. Like license keys, installation location, features, etc.

 

Can SCCM do this? If so, how? I've looked through all the guides, but I did not see anything...i could be missing it.

 

Thanks,

-Josh

 

 

My fear/thought is that I'll have to use a program like AutoIt to do this. What do you all do in your deployment environments?

 

Thanks,

-Josh

Share this post


Link to post
Share on other sites

  • 0

SCCM is 'only' a deployment tool. It can deploy everything you want, but the questions asked during a software installation are outside of SCCM. You need to create a software package (.msi, .exe, etc.) which handles the questions during installation and then use SCCM to deploy the software (silent).

Share this post


Link to post
Share on other sites

  • 0

SCCM is 'only' a deployment tool. It can deploy everything you want, but the questions asked during a software installation are outside of SCCM. You need to create a software package (.msi, .exe, etc.) which handles the questions during installation and then use SCCM to deploy the software (silent).

 

What do you use in your software deployment for both unattended and silent installations? Windows Installer Service? AutoIt?

 

-Josh

Share this post


Link to post
Share on other sites

  • 0

well the last place I was at had approx 700 applications, most were standard Microsoft apps but others were using all sorts of weird and wonderful installers,

this meant that the packages themselves had to be installed in various ways, to standardise this process all apps (whether msi or other) were wrapped in a vbs script which contained many functions for doing various things during the install.

 

so, even an Office 2007 MSI would be wrapped in a vbs, the msi's themselves could be run through Wise Installation studio to generate the needed mst's or whatever you prefer, but ultimately wrapping them in a vbs gave better control of how the application was installed.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.