Error when updating patch on clients

I’m trying to script an update of the clients on all of my computers. In my test environment, I’m running the epicor.exe with the flags “config=Epicor10.sysconfig” which is the sysconfig file we use, and the “/UPDATE” flag to pull updates from the server.

The client seems to pull the update, but then at the end shows an error stating "Config file ‘C:\PATH-TO-EPICOR-CLIENT\Config\config=Epicor10.sysconfig’ is missing.

The sysconfig file is definitely there, and after clicking “ok” on the error the client launches fine, but I don’t want end-users dealing with such an error when we run the update in the live environment. It also makes me think something is going wrong with the install.

What could be causing this?

1 Like

:expressionless:

Turns out, slashes are important.

I was using the argument “config=Epicor10.sysconfig” but what it SHOULD be is “/config=Epicor10.sysconfig”

After I fixed that typo, the error disappeared.

1 Like