SCCM 0x100E(4110)

This error is thrown when applied transform is not found by the installation package. The system is unable to find the transform path specified in the installation command.

In my case, the MST was copied over after the package was created, thus it was not distributed; refer to logs highlighting it below:

++++++ App enforcement completed (2 seconds) for App DT "SonoReview - Windows Installer (*.msi file)" [ScopeId_134079F0-0DA9-449B-9F17-19E38D93850D/DeploymentType_67a43172-19c3-43e5-8dd2-f4ec04c06059], Revision: 2, User SID: ] ++++++	AppEnforce	16/05/2024 4:47:55 PM	8632 (0x21B8)
+++ Starting Install enforcement for App DT "SonoReview - Windows Installer (*.msi file)" ApplicationDeliveryType - ScopeId_134079F0-0DA9-449B-9F17-19E38D93850D/DeploymentType_3001930e-8444-4b96-b2cd-f2e216a42769, Revision - 4, ContentPath - C:\WINDOWS\ccmcache\s, Execution Context - System	AppEnforce	16/05/2024 4:47:55 PM	8632 (0x21B8)
    Performing detection of app deployment type SonoReview - Windows Installer (*.msi file)(ScopeId_134079F0-0DA9-449B-9F17-19E38D93850D/DeploymentType_3001930e-8444-4b96-b2cd-f2e216a42769, revision 4) for system.	AppEnforce	16/05/2024 4:47:55 PM	8632 (0x21B8)
+++ Application not discovered. [AppDT Id: ScopeId_134079F0-0DA9-449B-9F17-19E38D93850D/DeploymentType_3001930e-8444-4b96-b2cd-f2e216a42769, Revision: 4]	AppEnforce	16/05/2024 4:47:55 PM	8632 (0x21B8)
    App enforcement environment: 
	Context: Machine
	Command line: msiexec.exe /i SonoReview_2.12.15.0.msi TRANSFORMS=SonoReview_2.12.15.0.mst /qn /lie+ "%TEMP%\SonoReview_2.12.15.0-i.log"
	Allow user interaction: No
	UI mode: 0
	User token: null
	Session Id: 4294967295
	Content path: C:\WINDOWS\ccmcache\s
	Working directory: 	AppEnforce	16/05/2024 4:47:55 PM	8632 (0x21B8)
    Prepared working directory: C:\WINDOWS\ccmcache\s	AppEnforce	16/05/2024 4:47:55 PM	8632 (0x21B8)
Found executable file msiexec.exe with complete path C:\WINDOWS\system32\msiexec.exe	AppEnforce	16/05/2024 4:47:55 PM	8632 (0x21B8)
    Prepared command line: "C:\WINDOWS\system32\msiexec.exe" /i SonoReview_2.12.15.0.msi TRANSFORMS=SonoReview_2.12.15.0.mst /qn /lie+ "C:\WINDOWS\TEMP\SonoReview_2.12.15.0-i.log" /qn	AppEnforce	16/05/2024 4:47:55 PM	8632 (0x21B8)
Valid MSI Package path = C:\WINDOWS\ccmcache\s\SonoReview_2.12.15.0.msi	AppEnforce	16/05/2024 4:47:55 PM	8632 (0x21B8)
    Advertising MSI package [C:\WINDOWS\ccmcache\s\SonoReview_2.12.15.0.msi] to the system.	AppEnforce	16/05/2024 4:47:55 PM	8632 (0x21B8)
AdvertisePackage - MsiAdvertiseProduct Failed : 0x80070658	AppEnforce	16/05/2024 4:47:57 PM	8632 (0x21B8)
AdvertisePackage failed (0x80070658).	AppEnforce	16/05/2024 4:47:57 PM	8632 (0x21B8)
Lowright users might fail to install this application if it requires higher privileges	AppEnforce	16/05/2024 4:47:57 PM	8632 (0x21B8)
    Executing Command line: "C:\WINDOWS\system32\msiexec.exe" /i SonoReview_2.12.15.0.msi TRANSFORMS=SonoReview_2.12.15.0.mst /qn /lie+ "C:\WINDOWS\TEMP\SonoReview_2.12.15.0-i.log" /qn with system context	AppEnforce	16/05/2024 4:47:57 PM	8632 (0x21B8)
    Working directory C:\WINDOWS\ccmcache\s	AppEnforce	16/05/2024 4:47:57 PM	8632 (0x21B8)
    Post install behavior is BasedOnExitCode	AppEnforce	16/05/2024 4:47:57 PM	8632 (0x21B8)
    Waiting for process 15644 to finish.  Timeout = 20 minutes.	AppEnforce	16/05/2024 4:47:57 PM	8632 (0x21B8)
    Process 15644 terminated with exitcode: 1624	AppEnforce	16/05/2024 4:47:58 PM	8632 (0x21B8)
    Looking for exit code 1624 in exit codes table...	AppEnforce	16/05/2024 4:47:58 PM	8632 (0x21B8)
    Unmatched exit code (1624) is considered an execution failure.	AppEnforce	16/05/2024 4:47:58 PM	8632 (0x21B8)
++++++ App enforcement completed (2 seconds) for App DT "SonoReview - Windows Installer (*.msi file)" [ScopeId_134079F0-0DA9-449B-9F17-19E38D93850D/DeploymentType_3001930e-8444-4b96-b2cd-f2e216a42769], Revision: 4, User SID: ] ++++++	AppEnforce	16/05/2024 4:47:58 PM	8632 (0x21B8)

Leave a Reply

Your email address will not be published. Required fields are marked *