Deploy E10 Client - intune or ?

We’ve been running Epicor (currently 10.2.700) on Citrix for years, but considering rolling out directly to clients instead. In addition to initial install we are concerned with a solution that will assist with updates in the future instead.

Has anyone had success deploying with Intune? or failures and found another solution?

Welcome Eric!

Epicor’s long game (two years from now) is to eliminate the .Net client and use a web browser. Is it worth the trouble to do the rollout for 2 or 3 years?

Welcome @ericflaherty!

Generally speaking, once you deploy the client, subsequent patches for that verison (eg 11.1.100) will be installed into that directory and all is good. New versions (eg 11.1.200) will require a new distribution, and cleanup of the previous version. Now, there is a way to set the install directory to something like C:\Epicor11Client, and using some well timed changes to the sysconfig file (during the upgrade) to get new versions to install over previous versions and keep everything in one directory. There are variations on this theme as well discussed elsewhere on this site - but let’s just say it’s all very specific to what you want/need to do and how much work you can put into it.

An endpoint software mgmt tool gives you a leg up on some of us and would certainly make this all easier.

We choose to build an MSI from an installed client during the testing phase (with an appropriately altered sysconfig file that points at the production appserver) and distribute that ahead of time. This means we have two versions of the client for a a few weeks, and a fallback position if the upgrade goes south. We are on VMs so snapshots allow me to do the upgrade and if it has problems, I can go backwards in a few minutes and without having to reinstall the previous client on the endpoints. If we didn’t distribute the client ahead of time, on the morning of the upgrade every client would need to ‘upgrade’ pulling a few GB from the servers and we’d rather deal with installation issues way before upgrade day.

There are many things to consider when deploying the client, so I will reiterate @Mark_Wonsil’s comment and suggest you consider your implementation, customization level, etc. and determine if it’s worth it. If you are minimally customized and can adopt the browser based Kinetic interface sooner rather than later, you might be able to make the jump later this year.

we’re definately tied to an installed app for the foreseeable future. any other suggestions for rolling out clients to remote machines?

We Use Citrix. In the past we just used Microsoft Software Center to deploy.

There are also 2 good forum posts:

1 Like

We use the built-in Epicor update system to do this:

This video explains it.

On a major version update, we just copy the new configuration file (.sysconfig) from our Test Instance to the Live Instance, and replace the necessary values to point back to our Live Deployment. As well as this, we create a new zip file in the \\SERVER\Deployment\Custom\Client folder containing all the custom dlls you have. Also set the Version XML property to the current version.

Might not be the correct way to upgrade, but that’s what works for us!

As we’re now on 2021.2 we’ll be looking at moving to the web side of things and getting rid of the classic Client eventually (Long road ahead!).

1 Like