Question

I'm using an on premises version of CRM 2011, which I'm about to begin developing against.

We're using Octopus Deploy with some other sites.

It would be great if there was a way to import CRM Solutions using a powershell script or wcf service, rather then someone manually navigating to the site and go through the motions.(we have dev,test and prod environments)

I can't seem to find a non UI method of doing this online. Can anyone suggest a better solution then using the UI?

Was it helpful?

Solution

You can import solution programmatically using ImportSolutionRequest class. Check this link

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top