Quantcast
Channel: Configuration Manager 2012 - Application Management forum
Viewing all 4762 articles
Browse latest View live

SCCM 2012 Deploy --- Error = The software change returned error code 0x87D00324(-2016410844).

$
0
0

Deployment to the client is successful but the error reported within Clients "SCCM Software Center"  

The software change returned error code 0x87D00324(-2016410844).

Also States on "Status" Past Due - Will be Retired"

Can't figure this one out and I did some googling with no success in finding a solution?

I am running an Adobe Flash install (.EXE)

Any help or direction would be greatly appreciated


RF


Pushing application once - no retry

$
0
0

When pushing an application, how do i get SCCM to not try again to computers that report as errors?

For example, When I am pushing Google Chrome it failed on a few boxes. So I manually installed it, the next day SCCM removed it and did not reinstall. It then reported as an error again, instead of seeing that it was already installed and saying already complaint.

Please advise....this seems to only happen with Chrome...

Regards,

Mike

Dependencies Logics with Application Deployment on multiple OS

$
0
0

I want to deploy an App that is depend on PowerShell 3.0 existence on the clients

Obviously, PowerShell 3.0 (or Management Framework 3.0) is depend on .Net Framework 4.5

So I already have all the necessary applications and deployment types set, but I'm still confused on the right way to deploy it

Windows 7 clients need to have .Net installed and then MF3.0 and then the application

Windows 8, 8.1 ,10 already have the prerequisites as part of the OS

I limited the .Net 4.5 and the MF 3.0 applications to be installed on Windows 7 only and they are dependencies of my main app.

on the other hand, in this method - what will happen on Windows 8+ on application evaluation is the dependencies will try to install them selves and will fail because of wrong platform.
having 2 deployment type of the same installation exactly but different requirement... I don't no why but it feels kinda lame.

so... what's the best solution? I know there are many apps depend on PowerShell 3.0 so I guess other people also experience this?

thanks


Tamir Levy

Task sequence with removal of application

$
0
0

We are using applications to manager our software stack. For a specific scenario we need to be able to perform the following sequence:

Remove application A
Remove application B
Remove application C
Install application A
Install application B
Install application C

This is the only sequence for upgrading the software stack that is supported by the software vendor.

Unfortunately in a task sequence you cannot add a step "Remove application" (only Install application). In this scenario we cannot use the "supersedence" feature of applications because of the specific sequence we need (3 removals after each other).

Any idea how we could solve this (besides using packages instead of applications)?


Johan Raeymaeckers

Shared content store: high available + from distribution point or from share on f.e. NAS?

$
0
0

Hi,

We'd like to do a poc on shared content store for App-V (integrated in sccm 2012). Disadvantage is: when content store down, App-V packages won't start, right?
So we'd need to make the content store high available. Therefore, what are the options: is the content store tied to the distribution point? Then when one distribution point goes down, the other will automatically (without timeouts or errors) take over (then we have no issue).

If the content store can be pointed to a DFS share, it would even be better but can that be done?

Please advise.
J.


Jan Hoedt

Application Deployment

$
0
0

Dear all,

let me introduce myself, i'm iyus an Internal IT in one of small company in indonesia. I've configured sccm 2012 R2 on our production segment with RTM released,

I want to ask about office 2010 deployment in SCCM 2012 R2.

what i want to ask is :

  1. what is the log file for software deployment beside execmgr.log ?
  2. i have deploy office 2010 in two different device collection a few days ago but till now the software doesn't show in software center (client) or even in software catalog, i have followed office documentation from prajwal from this link http://prajwaldesai.com/how-to-deploy-microsoft-office-2010-using-sccm-2012/  is there something hidden step or something that i am missed from this documentation?
  3. I'm installed the SCCM & SQL are not on default path ( E:\ Path), is this could be caused the office deployment problem?

Best Regards,

Iyus Dedi Putra

How up run a script before installation of application?

$
0
0

I am quite new to Config. Manager so this may be a simple question...

I want to deploy an application via SCCM by using the application's MSI-file. This work fine, but BEFORE the application is installed I want to install a .reg-file i registry on the client by using regedit.exe /s <file>.

How can I configure this? I can probably make a small script that run this, but I also want to use the "automatically detect information..."-option so that I get the correct parameters for the MSI-file. Can I configure installation of the .reg-file as a prereq for the application?


Thor-Egil

Should I be using SCUP?

$
0
0

Hi, Need to move into modern times for application deployment, i.e., stop using GPO's, and work smarter.

We have SCCM 2012 installed and working for SCEP but that is about as far as we have gone.

I'm confused as to whether I should be using SCUP or not. Is SCUP is going away? Should I just focus on MSI deployment? Seems most of the blogs I've found for deploying things like Flash and Java use the MSI.

Regarding Flash, I'd really like to start uninstalling(!).

Thanks for any advice.

Bob


App Catalog Broke after CU 2

$
0
0

after upgrading to 2012 R2 SP1 CU2 I noticed this no longer works. Any ideas which direction I should start? Everything in IIS is running and I have rebooted and it has all updates.

File detection presence not working as expected or consistently

$
0
0

I am deploying a VPN profile created through CMAK.  I'm installing it silently to all users.

In the application I have set a detection method for the existence of a file in the profile located in c:\programdata\microsoft\network\connections\<profilename>\file.txt.

The application installs successfully and I've confirmed the presence of the profile directory and the file I am checking for.  However deployment always fails because it cannot detect the presence of the file after the successful deployment.

I've tried other methods of detection such as VBScripts and PowerShell.  If I manually run the scripts they detect the file and write to STDOUT.  And don't write if they don't detect the file.  But they don't work when used in the application.

Is there something about that directory path that's causing it to fail?  I've used this detection method before and it's simply worked. But for some reason it's not in this application.


SCCM 2012: change in distriubtion method (download instead of "run from DP"), what to trigger to enforce on client?

$
0
0

Hi,

We have a package that fails when ran from distribution point. Now we changed it and new clients run the package correctly when downloaded and ran locally.
What do I need to enforce on the client pc so it sees it doesn't need to run it from DP but download it and run locally (I know eventually the client will see it, but would like to enforce it).

Pls advise.
J.


Jan Hoedt

How to get SCCM Application deployment status

$
0
0
Hello,
I am facing an issue to retrieve the latest SCCM application deployment status info
after having updated the application content (right click on deployment type then 'update content')

here is the function I'm using :

functionGet-DeplymentReport

{

 [CmdletBinding()]

 Param(

       [Parameter(Mandatory=$True)][string]$CollectionName,

       [Parameter(Mandatory=$True)][string]$appname

 )

   

 $appInfo=Get-CMDeployment-CollectionName$CollectionName|

            select  CollectionName,SoftwareName,NumberTargeted,NumberSuccess,NumberErrors,NumberInProgress,NumberOther,NumberUnknown,PackageID,CreationTime,ModificationTime,DeploymentTime,SummarizationTime # | ft -autosize #Out-GridView

 $appInfo  =$appInfo|whereSoftwareName-eq$appname

 

 $appInfo

 if($appInfo.NumberSuccess-eq$null ){

  write-host" no information reported yet for'$appname '"

 }

 if(($appInfo.NumberTargeted-eq$appinfo.NumberSuccess)-and ( $appinfo.NumberSuccess-ne$null )) {

  write-host"$appname déployed with success"

 }

 if($appInfo.NumberSuccess-eq$appinfo.NumberErrors-eq  '0' ) {

  write-host"$appname no info in inventory yet"

 }

 if(($appInfo.NumberInProgress-gt0 )) {

  write-host"$appname being deployed …"

 }

 if($appinfo.NumberErrors-ge1){

  write-host"$appname déployed with at least "$appinfo.NumberErrors" failures"  $appinfo.NumberTargeted" machines"

 }

}



The issue is that this still return me all ok / all deployed if I update the SCCM application content ....

Thanks in advance.

MCTS Windows Server Virtualization, Configuration

Import a Registry Key in the HKCU

$
0
0

Hello Together,

i have a problem when i deploy an cmd file. The command has the line "regedit /s registry.reg" which should import a key to the HKCU reg for the current logged on user.

Unfortunatelly the key will not installed since the installer runs with the system account and has no acces to the currend logged on users HKCU registry.

Has anyone an idea how i can add a registry key to the current logged on users HKCU registry?

Best Regards,

Udo


News from Forum

Application Deployment - Make SQL Server 2014 Enterprise SP1 available via Software Centre

$
0
0

Hi Guys

Make SQL Server 2014 Enterprise SP1 available via Software Centre

I'm trying to make SQL Server 2014 Enterprise SP1 available via Software Centre. Not having much luck at the moment.

Found some information online but nothing yet has been concrete. 

I literally need to make the software available via Software Centre, and add the computer/user into a collection so they can then download and install the software themselves.

Regards,

Chris.

Permissions to run summarization

$
0
0

Hello.

What level of permissions does a user need to have in ConfigMgr to run summarization for a deployment?


toxaris


Application Dependency

$
0
0

I need to upgrade my workstations with a 3rd party application. We are several versions behind. The updates include a conversion utility (convert.exe) that must be run before the other updates. The versions are 16_1.msi, 17_2.msi, and 18_1.msi.

Convert.exe must run before 16_1.msi is deployed (16_1.msi checks to see if convert.exe was run on the workstation) 16_1.msi will fail if not.

16_1.msi must be installed before I can install 17_2.msi

17_2.msi must be installed before I can install 18_1.msi

My plan is to create 4 new applications. This is where it get confusing for me. Can I add dependencies on the 18_1.msi?

The dependencies would be: convert.exe, 16_1.msi, 17_2.msi in that order

Would appreciate any help with using SCCM to deploy several versions of an application. Thank you in advance.

Error Code 1605 and 1647 when Running Application Package Deployment

$
0
0

Hello,

  I'm trying to deploy an application package to my company's PCs to roll back KB3114409.  The deployment went out but was successful for only about 45% of my computers.  There is a small percentage in an 'In Progress' state because the user has not rebooted their machine, which is fine.  However almost half of the machines are showing an error status.  The error codes are the same for all of them.  They show one of the following:

Device        User                               Message ID            Status Type          Description

(name)       NT AUTHORITY\SYSTEM   10006                     Error                    1647

(name)       NT AUTHORITY\SYSTEM   10006                     Error                    1605

Research is showing that these error codes reference the uninstall failing because the application doesn't exist on the target machine, but in the few that I've looked at they do indeed appear to have the update.  I'd really rather avoid manually uninstalling the patch from all these devices as that would be a huge task.  Has anyone run into this before when trying to roll back a security update?  Any suggestions?  Thanks in advance.

Application deploy itself

$
0
0

Hi,

Last day, I had a weird problem with my SCCM and a Client. Some applications has been deployed by themselves.

I don't know why, all these applications are seted to available and not require. I install an applications today on my machine et I'vechecked logfiles. There is line with "<![LOG[Application 7-Zip is being checked...".

And there is no line like this one on the Client computer.


How could it happen ?

Thanks for your help

Adrien

Required applications taking a long time to download

$
0
0
I have several applications with large files.  Why is it that if I configure the deployment as install "available" they can download the files within a few minutes but if I change it to install "required" it takes over an hour to download the same files?  

SCCM Detection Method

$
0
0

Hi,

I have a little question. When the Detection Method be applied? before downloading the software or after the software is downloaded?

thank you very much for the answer


Viewing all 4762 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>