I've been trying to deploy DWG TrueView 2013, and I think I'm finally in the right direction. A lot of the information out there is outdated at most (since most have to do with SCCM 2007).
Here's what I've found so far, and that has worked with SCCM 2012, sort of:
- Pre-requisites: .NET 4 (the following article IDs must be installed: 2656405, 2656351(2 updates), 2604121 (3 updates), 2656405, 2487367, 982671 (2 updates .NET 4) and 2487367)
- DWG TrueView product code: {5783F2D7-B028-0409-0100-0060B0CE6BBA} (taken from the MSI included)
- Installation command line: setup.exe /w /t /l /q setup.ini
SCCM 2012 pushes the application to the client; however, it fails upon installation with message: The software change returned error code 0x87D01106 (-2016407290)
Now, here's the interesting part. I open a command prompt and go to the CCMCACHE folder and manually run the setup using - setup.exe /w /t /l /q setup.ini - and the application installs successfully! Looks like SCCM 2012 has a problem somewhere, and I can't figure that out.
Any ideas or pointers will be greatly appreciated.
Thanks!