The Eyeshot installer is MSI-based, allowing you to perform a silent installation using standard MSI package commands.
Below are some examples of command-line instructions:
- Install with a verbose log
devDeptEyeshotSetup20241203.exe /exenoui /qn /L*V log.txt ADDLOCAL=ALL - Install with a verbose log and a visible progress window
devDeptEyeshotSetup20241203.exe /exenoui /qb /L*V log.txt ADDLOCAL=ALL - Install in a different folder than the default one
devDeptEyeshotSetup20241203.exe /exenoui /qn ADDLOCAL=ALL APPDIR="C:\CustomPath"
Comments
Please sign in to leave a comment.