Edge - Multi user/virtual mode deployment options file?

After quite a bit of back and forth and multiple tickets with support about problems with the Edge Agent running in Local Mode, I’m opting instead for the multi-user mode (virtual desktops) edge agent. It’s so much easier to work with! So far I haven’t had any issues with printing or file attachments on PC’s running the multi-user mode agent. It just works. No problems with port conflicts or the agent suddenly stops responding. It also runs as a service along with the tray icon to access the diagnostic page or log files.

Until now I’ve been installing the agent manually. Does anyone have a complete listing of an options file to deploy the edge agent in multiple user mode? Or maybe an example of one they can share?

thanks!

IIRC that version also needs to be updated every version as it will not auto-update.

Point to note also in the Edge agent maintenance screen you can select the version to download and configure.

For example

mode=unattended
installMode=multiSessionInstall
clientExePath=C:\Epicor\ERP4.3.100.5Client\Client\Epicor.exe
allowedURL=https://FQDN_APPSERVE1/kinetic2024_1
allowedURL2=https://FQDN_APPSERVE2/Kinetic2024_1
allowedURL3=https://FQDN_APPSERVE3/Kinetic2025_2

This is mine, you can have up to 4 for both the Client Path and Allowed URL, we only have a single client path since that is our only environment that has an installed client for anyone, all others are web only.

The first 2 lines are the important ones to set, especially the 2nd one.

I believe if you run the installer with /? it will give you all the different options as IIRC there are other flags you can set.

You are correct