Stian M. Posted October 25, 2013 Report post Posted October 25, 2013 Hi! Currently trying to deploy an application "Lightroom 5.2" to a device collection. We've done the packaging ourselves, and installation to our test machines - just by installing from the .msi straight out gives no errors. However, deploying this .msi to this one client in the collection gives the error "Deployment failed" - Error 0x643 (1603). When it's not in the error status, as it currently is - it says "Content downloaded" - Status type: In progress. I guess it's shifting between these two statuses. As a part of the troubleshooting, I've added the parameter "/l*v C:\temp\lightroom.log" to the msi installation to see if I can find some more information from verbose logging. The strange part is that there is no "lightroom.log" located in C:\temp on the client. I'm guessing that this means that the installation actually never starts? Other than that, I'm actually quite stuck. Don't know where else to look, which log files etc. Any tips/hints is greatly appreciated! Brgds, Stian M. Quote Share this post Link to post Share on other sites More sharing options...
AmrelMahdy Posted October 25, 2013 Report post Posted October 25, 2013 check execmgr.log , this log file will provide you with more information Quote Share this post Link to post Share on other sites More sharing options...
Stian M. Posted October 25, 2013 Report post Posted October 25, 2013 Snip from execmgr.log on the client. Can't see any relevant information here. CServiceWindowEventHandler::Execute - Received SERVICEWINDOWEVENT : END Event execmgr 24.10.2013 05:00:00 7904 (0x1EE0) The user has logged off. execmgr 24.10.2013 16:46:09 6484 (0x1954) A user has logged on. execmgr 25.10.2013 07:47:41 2588 (0x0A1C) The logged on user is *username* execmgr 25.10.2013 07:47:41 2588 (0x0A1C) The user has logged off. execmgr 25.10.2013 08:03:44 5236 (0x1474) A user has logged on. execmgr 25.10.2013 08:09:43 1680 (0x0690) The logged on user is *username* execmgr 25.10.2013 08:09:43 1680 (0x0690) Quote Share this post Link to post Share on other sites More sharing options...
Peter33 Posted October 25, 2013 Report post Posted October 25, 2013 Run the setup manually (not silent) on this client, to find the cause of the problem. Also use C:\Windows\temp instead of c:\temp , which is no default directory, for logging. Quote Share this post Link to post Share on other sites More sharing options...
Iroqouiz Posted October 31, 2013 Report post Posted October 31, 2013 So only one of the clients in the collection gets this error? It works on other clients? If so, try reinstalling the SCCM client agent on that machine. Quote Share this post Link to post Share on other sites More sharing options...
Bendes Posted October 31, 2013 Report post Posted October 31, 2013 It's a common MSI error. If there is no log fille created, I think a prerequisite is missing to install LightRoom. Maybe check by starting it manually... Quote Share this post Link to post Share on other sites More sharing options...