bhethcote
Active Member
- Messages
- 30
- Solutions
- 3
- Reaction score
- 5
- Points
- 8
I have an application (.MSI) that is deployed to all WIn10 workstations n the domain. It installs successfully on most, but on some it fails because it can't find the MSI file.
Successful Install - you can see where the content that's in the ccmcache folder is identified
+++ Starting Install enforcement for App DT "Computrace - Windows Installer (*.msi file)" ApplicationDeliveryType - ScopeId_709A7EEC-AB5F-42C2-A373-22D2B35929E4/DeploymentType_d45e1ad8-7bff-413b-8d43-c0befa7fd60d, Revision - 2, ContentPath - C:\WINDOWS\ccmcache\c, Execution Context - System
Performing detection of app deployment type Computrace - Windows Installer (*.msi file)(ScopeId_709A7EEC-AB5F-42C2-A373-22D2B35929E4/DeploymentType_d45e1ad8-7bff-413b-8d43-c0befa7fd60d, revision 2) for system.
+++ MSI application not discovered [MSI Product Code: {B3BAEAC5-08CE-4D3E-8D5D-05E6505546CE}, MSI Product version: ]
App enforcement environment:
Context: Machine
Command line: msiexec.exe /i "Computrace.msi" /qn /l*v "%windir%\CCM\Logs\Install_Absolute_8.0.978.log"
Allow user interaction: No
UI mode: 0
User token: null
Session Id: 4294967295
Content path: C:\WINDOWS\ccmcache\c
Working directory:
Prepared working directory: C:\WINDOWS\ccmcache\c
Found executable file msiexec.exe with complete path C:\WINDOWS\system32\msiexec.exe
Prepared command line: "C:\WINDOWS\system32\msiexec.exe" /i "Computrace.msi" /qn /l*v "C:\WINDOWS\CCM\Logs\Install_Absolute_8.0.978.log" /qn
Valid MSI Package path = C:\WINDOWS\ccmcache\c\Computrace.msi
Advertising MSI package [C:\WINDOWS\ccmcache\c\Computrace.msi] to the system.
Executing Command line: "C:\WINDOWS\system32\msiexec.exe" /i "Computrace.msi" /qn /l*v "C:\WINDOWS\CCM\Logs\Install_Absolute_8.0.978.log" /qn with system context
Working directory C:\WINDOWS\ccmcache\c
Post install behavior is BasedOnExitCode
Waiting for process 5440 to finish. Timeout = 120 minutes.
Process 5440 terminated with exitcode: 0
Looking for exit code 0 in exit codes table...
Matched exit code 0 to a Success entry in exit codes table.
Unsuccessful Install - for some reason it's not able to identify that there is content specified and the content actually resides in the ccmcache folder and sets the working directory to C:\Windows\System32 rather than C:\Windows\ccmcache\c.
+++ Starting Install enforcement for App DT "Computrace - Windows Installer (*.msi file)" ApplicationDeliveryType - ScopeId_709A7EEC-AB5F-42C2-A373-22D2B35929E4/DeploymentType_d45e1ad8-7bff-413b-8d43-c0befa7fd60d, Revision - 1, ContentPath - , Execution Context - System
The content path is not specified for DeploymentType ScopeId_709A7EEC-AB5F-42C2-A373-22D2B35929E4/DeploymentType_d45e1ad8-7bff-413b-8d43-c0befa7fd60d. Content is assumed to be locally available.
Performing detection of app deployment type Computrace - Windows Installer (*.msi file)(ScopeId_709A7EEC-AB5F-42C2-A373-22D2B35929E4/DeploymentType_d45e1ad8-7bff-413b-8d43-c0befa7fd60d, revision 1) for system.
+++ MSI application not discovered [MSI Product Code: {B3BAEAC5-08CE-4D3E-8D5D-05E6505546CE}, MSI Product version: ]
App enforcement environment:
Context: Machine
Command line: msiexec.exe /i "Computrace.msi" /qn /l*v "%windir%\CCM\Logs\Install_Absolute_8.0.978.log"
Allow user interaction: No
UI mode: 0
User token: null
Session Id: 4294967295
Content path:
Working directory:
Prepared working directory: C:\Windows\system32
Prepared command line: "C:\Windows\system32\msiexec.exe" /i "Computrace.msi" /qn /l*v "C:\Windows\CCM\Logs\Install_Absolute_8.0.978.log" /qn
Unable to locate or validate MSI package Computrace.msi
Package file in the commandline is not valid or not accessible
CMsiHandler::EnforceApp failed (0x87d01106).
AppProvider::EnforceApp - Failed to invoke EnforceApp on Application handler(0x87d01106).
CommenceEnforcement failed with error 0x87d01106.
Method CommenceEnforcement failed with error code 87D01106
++++++ Failed to enforce app. Error 0x87d01106. ++++++
I've kind of hit a brick wall here and if anyone has any ideas, I'd be happy to hear them. I've tried updating the content on the DPs - no effect.
Thanks - BH
Successful Install - you can see where the content that's in the ccmcache folder is identified
+++ Starting Install enforcement for App DT "Computrace - Windows Installer (*.msi file)" ApplicationDeliveryType - ScopeId_709A7EEC-AB5F-42C2-A373-22D2B35929E4/DeploymentType_d45e1ad8-7bff-413b-8d43-c0befa7fd60d, Revision - 2, ContentPath - C:\WINDOWS\ccmcache\c, Execution Context - System
Performing detection of app deployment type Computrace - Windows Installer (*.msi file)(ScopeId_709A7EEC-AB5F-42C2-A373-22D2B35929E4/DeploymentType_d45e1ad8-7bff-413b-8d43-c0befa7fd60d, revision 2) for system.
+++ MSI application not discovered [MSI Product Code: {B3BAEAC5-08CE-4D3E-8D5D-05E6505546CE}, MSI Product version: ]
App enforcement environment:
Context: Machine
Command line: msiexec.exe /i "Computrace.msi" /qn /l*v "%windir%\CCM\Logs\Install_Absolute_8.0.978.log"
Allow user interaction: No
UI mode: 0
User token: null
Session Id: 4294967295
Content path: C:\WINDOWS\ccmcache\c
Working directory:
Prepared working directory: C:\WINDOWS\ccmcache\c
Found executable file msiexec.exe with complete path C:\WINDOWS\system32\msiexec.exe
Prepared command line: "C:\WINDOWS\system32\msiexec.exe" /i "Computrace.msi" /qn /l*v "C:\WINDOWS\CCM\Logs\Install_Absolute_8.0.978.log" /qn
Valid MSI Package path = C:\WINDOWS\ccmcache\c\Computrace.msi
Advertising MSI package [C:\WINDOWS\ccmcache\c\Computrace.msi] to the system.
Executing Command line: "C:\WINDOWS\system32\msiexec.exe" /i "Computrace.msi" /qn /l*v "C:\WINDOWS\CCM\Logs\Install_Absolute_8.0.978.log" /qn with system context
Working directory C:\WINDOWS\ccmcache\c
Post install behavior is BasedOnExitCode
Waiting for process 5440 to finish. Timeout = 120 minutes.
Process 5440 terminated with exitcode: 0
Looking for exit code 0 in exit codes table...
Matched exit code 0 to a Success entry in exit codes table.
Unsuccessful Install - for some reason it's not able to identify that there is content specified and the content actually resides in the ccmcache folder and sets the working directory to C:\Windows\System32 rather than C:\Windows\ccmcache\c.
+++ Starting Install enforcement for App DT "Computrace - Windows Installer (*.msi file)" ApplicationDeliveryType - ScopeId_709A7EEC-AB5F-42C2-A373-22D2B35929E4/DeploymentType_d45e1ad8-7bff-413b-8d43-c0befa7fd60d, Revision - 1, ContentPath - , Execution Context - System
The content path is not specified for DeploymentType ScopeId_709A7EEC-AB5F-42C2-A373-22D2B35929E4/DeploymentType_d45e1ad8-7bff-413b-8d43-c0befa7fd60d. Content is assumed to be locally available.
Performing detection of app deployment type Computrace - Windows Installer (*.msi file)(ScopeId_709A7EEC-AB5F-42C2-A373-22D2B35929E4/DeploymentType_d45e1ad8-7bff-413b-8d43-c0befa7fd60d, revision 1) for system.
+++ MSI application not discovered [MSI Product Code: {B3BAEAC5-08CE-4D3E-8D5D-05E6505546CE}, MSI Product version: ]
App enforcement environment:
Context: Machine
Command line: msiexec.exe /i "Computrace.msi" /qn /l*v "%windir%\CCM\Logs\Install_Absolute_8.0.978.log"
Allow user interaction: No
UI mode: 0
User token: null
Session Id: 4294967295
Content path:
Working directory:
Prepared working directory: C:\Windows\system32
Prepared command line: "C:\Windows\system32\msiexec.exe" /i "Computrace.msi" /qn /l*v "C:\Windows\CCM\Logs\Install_Absolute_8.0.978.log" /qn
Unable to locate or validate MSI package Computrace.msi
Package file in the commandline is not valid or not accessible
CMsiHandler::EnforceApp failed (0x87d01106).
AppProvider::EnforceApp - Failed to invoke EnforceApp on Application handler(0x87d01106).
CommenceEnforcement failed with error 0x87d01106.
Method CommenceEnforcement failed with error code 87D01106
++++++ Failed to enforce app. Error 0x87d01106. ++++++
I've kind of hit a brick wall here and if anyone has any ideas, I'd be happy to hear them. I've tried updating the content on the DPs - no effect.
Thanks - BH