Silent Install for EFC Desktop Add-Ins Follow
1. Run Command Prompt as administrator
2. Point Command Prompt to the directory containing the .exe by running: "CD C:\Program Files (x86)\eFileCabinet 5\Client"
3. Run this script to install the desired add-ins .leave out any features you don't want: "efcClientFeatures.exe -s -prt -scn -ofc -snd"
a. Translation:
- -s = Silent Install
- -prt = Printer
- -scn = Scanner
- -ofc = Office Add-ins
- -snd = Send To eFileCabinet
- -u = Uninstall
Notes: This is designed so that whatever is in the script will be the total add-ins to have on the machine. Leaving a feature out of the script will uninstall it if it is already installed.
Example: Say the printer is already installed and now you want to install the scanner, so you run: “efcClientFeatures.exe -s -scn”. This will uninstall the printer and install the scanner by itself. To keep both you will need to run: “efcClientFeatures.exe -s -prt -scn”
Comments
0 comments
Please sign in to leave a comment.