itinerant Posted January 7, 2015 Report post Posted January 7, 2015 Hi there, I recently joined an organisation that has started to use ConfigMgr 2012. I've started to get involved with how it works, and have recently come across an issue that relates to my own machine. We push out an application called Kodu Game Lab to a specific collection of machines. My own machine isn't part of this collection, but I discovered that the application is being deployed to it. This application is configured to install Microsoft XNA Framework Redistributable 4.0 before installing Kodu Game Lab, as it is required for the application to work. After looking into this, I found that I already had XNA installed on my machine. I occasionally log into Steam at lunch, so I figure one of the games I've installed needed it to run. My guess is that because ConfigMgr is picking up that I have XNA installed, it has gone ahead and installed Kodu Game Lab as well. Has anybody had a similar issue? It would be interesting to hear what the solution to this would be, just in case we come across a similar problem when having to deploy other applications elsewhere. Thanks Quote Share this post Link to post Share on other sites More sharing options...
Ath3na Posted January 7, 2015 Report post Posted January 7, 2015 Hi, Find your device in the 'All Systems' Collection Right click your client - properties. Check the deployment tab - is kodu / xna listed? Is this deployed as an application or package? if an application check C:\Windows\CCM\Logs\appenforce.log on your client. http://blogs.technet.com/b/configmgrdogs/archive/2012/05/26/new-logs-in-configmgr-2012-client-logs.aspx If it's deployed as a package check the execmgr.log in the same location on the client. To make log files easier to read use cmtrace. https://sccmentor.wordpress.com/2013/06/27/cmtrace-log-viewer-for-sccm-2012/ Just open trace from your client then open any log file Quote Share this post Link to post Share on other sites More sharing options...
itinerant Posted January 7, 2015 Report post Posted January 7, 2015 Hi Ath3na, Neither XNA or Kodu are listed in the deployment tab. Here's an except from the AppEnforce log file: +++ Starting Install enforcement for App DT "Kodu Game Lab - Windows Installer (*.msi file)" ApplicationDeliveryType - ScopeId_06E02DFC-8F66-494D-8215-E7A213CC8443/DeploymentType_42da5dbb-bf36-4dc5-99ac-00108041f56a, Revision - 2, ContentPath - C:\WINDOWS\ccmcache\w, Execution Context - System AppEnforce 02/01/2015 09:35:14 524 (0x020C) A user is logged on to the system. AppEnforce 02/01/2015 09:35:14 524 (0x020C) Performing detection of app deployment type Kodu Game Lab - Windows Installer (*.msi file)(ScopeId_06E02DFC-8F66-494D-8215-E7A213CC8443/DeploymentType_42da5dbb-bf36-4dc5-99ac-00108041f56a, revision 2) for system. AppEnforce 02/01/2015 09:35:14 524 (0x020C)+++ Application not discovered. [AppDT Id: ScopeId_06E02DFC-8F66-494D-8215-E7A213CC8443/DeploymentType_42da5dbb-bf36-4dc5-99ac-00108041f56a, Revision: 2] AppEnforce 02/01/2015 09:35:14 524 (0x020C) App enforcement environment: Context: Machine Command line: msiexec /i "KoduSetup.msi" Allow user interaction: No UI mode: 0 User token: null Session Id: 4294967295 Content path: C:\WINDOWS\ccmcache\w Working directory: AppEnforce 02/01/2015 09:35:14 524 (0x020C) Prepared working directory: C:\WINDOWS\ccmcache\w AppEnforce 02/01/2015 09:35:14 524 (0x020C)Found executable file msiexec with complete path C:\WINDOWS\system32\msiexec.exe AppEnforce 02/01/2015 09:35:14 524 (0x020C) Prepared command line: "C:\WINDOWS\system32\msiexec.exe" /i "KoduSetup.msi" /qn AppEnforce 02/01/2015 09:35:14 524 (0x020C)Valid MSI Package path = C:\WINDOWS\ccmcache\w\KoduSetup.msi AppEnforce 02/01/2015 09:35:14 524 (0x020C) Advertising MSI package [C:\WINDOWS\ccmcache\w\KoduSetup.msi] to the system. AppEnforce 02/01/2015 09:35:14 524 (0x020C) Executing Command line: "C:\WINDOWS\system32\msiexec.exe" /i "KoduSetup.msi" /qn with system context AppEnforce 02/01/2015 09:35:15 524 (0x020C) Working directory C:\WINDOWS\ccmcache\w AppEnforce 02/01/2015 09:35:15 524 (0x020C) Post install behavior is BasedOnExitCode AppEnforce 02/01/2015 09:35:15 524 (0x020C) Waiting for process 5248 to finish. Timeout = 120 minutes. AppEnforce 02/01/2015 09:35:15 524 (0x020C) Process 5248 terminated with exitcode: 0 AppEnforce 02/01/2015 09:35:33 524 (0x020C) Looking for exit code 0 in exit codes table... AppEnforce 02/01/2015 09:35:33 524 (0x020C) Matched exit code 0 to a Success entry in exit codes table. AppEnforce 02/01/2015 09:35:33 524 (0x020C) Performing detection of app deployment type Kodu Game Lab - Windows Installer (*.msi file)(ScopeId_06E02DFC-8F66-494D-8215-E7A213CC8443/DeploymentType_42da5dbb-bf36-4dc5-99ac-00108041f56a, revision 2) for system. AppEnforce 02/01/2015 09:35:34 524 (0x020C)+++ Discovered application [AppDT Id: ScopeId_06E02DFC-8F66-494D-8215-E7A213CC8443/DeploymentType_42da5dbb-bf36-4dc5-99ac-00108041f56a, Revision: 2] AppEnforce 02/01/2015 09:35:34 524 (0x020C)++++++ App enforcement completed (20 seconds) for App DT "Kodu Game Lab - Windows Installer (*.msi file)" [scopeId_06E02DFC-8F66-494D-8215-E7A213CC8443/DeploymentType_42da5dbb-bf36-4dc5-99ac-00108041f56a], Revision: 2, User SID: ] ++++++ AppEnforce 02/01/2015 09:35:34 524 (0x020C) Quote Share this post Link to post Share on other sites More sharing options...
itinerant Posted January 7, 2015 Report post Posted January 7, 2015 Just been playing around with this a bit more. After removing XNA from my machine and running the Application Deployment Evaluation Cycle policy, Kodu is no longer being deployed to my machine. Quote Share this post Link to post Share on other sites More sharing options...