System Center 2012: Automatically install application

0

I have setup a deploy for an MS Office 2013 in Microsoft System Center 2012 on a test computer using these instructions. On the test PC, it does not automatically install. If I go to the client's Software Center application, it is available to install. I want Office to install automatically and silently without any user intervention.

Is this possible? What am I doing wrong?

Rick

Posted 2017-11-02T15:40:31.230

Reputation: 419

Can you post the details on that deployment? I'm guessing you just made the deployment available, but not mandatory and required. – shinjijai – 2017-11-02T16:49:20.180

Which specific details? – Rick – 2017-11-02T17:23:41.660

For the deployment, there's deployment settings there's an option Action and Purpose selection, in there, you should select Install for Action, and Required for Purpose. If you can check what you currently have, that might be the cause to the problem you're having. – shinjijai – 2017-11-02T17:34:24.437

In the deployment settings it says Action: Install and Purpose: Available. It doesn't allow to change. – Rick – 2017-11-02T17:57:46.103

1You'll have to recreate the whole deployment to change that. So recreate and change the purpose to Required. – shinjijai – 2017-11-02T18:33:57.537

It worked on my Win7 VM but not on a Win 10 VM... – Rick – 2017-11-08T13:28:04.790

Did you do any checks for OS or anything for this deployment? Depending on the settings that was selected for this deployment, there could be numerous reason why your Win7 VM got worked and the other VM didn't. – shinjijai – 2017-11-08T13:36:38.043

Answers

1

in the instructions, it skipped the step 'Deployment Settings' page in the deployment wizard where you can specify Purpose 'Available' or 'Required'. Thus your deployment is configured as the default one which is 'Available'.

  • Available = user install on demand
  • Required = Automatically install when deadline reaches

As you have already deployed it, so you need to delete the previous deployment and create a new deployment, on Deployment Settings page, select purpose as Required. enter image description here

I always recommend to read official document at:
Deploy Application

Bifeng Dong - MSFT

Posted 2017-11-02T15:40:31.230

Reputation: 136