I have an application I'm trying to deploy and it works fine when manually running the app (silently) on my test machine. When deploying it from SCCM and then trying to run the program you get a message saying "Run time error 429 - activex component can't create object".
I can silently run the exe for the app from a command prompt. I can also do the same if I use the programs MSI file instead.
If I use the exe, msi or batch from SCCM it fails. I've tried deploying when a user is logged in or logged off.
One of the frustrating issues is I have been able to make it work on some systems, but not all. It fails more often than not. I'm wondering if it has something to do with a windows update (maybe .net framework) that isn't the same on each system.
I have already checked logs and haven't been able to find anything.
Any ideas?