Dev Center
Table of contents

Project Deployment and End-user Installation

Can I install Dynamsoft Service silently?

Yes. The following are the commands for this purpose

  • Windows
msiexec  /i  "/path/to/DynamsoftServiceSetup.msi"   /qn
  • macOS
// Install
sudo installer -pkg /path/to/DynamsoftServiceSetup.pkg -target /Applications
// Stop service
sudo launchctl unload /Library/LaunchAgents/com.dynamsoft.dynamsoftservicex64.plist
// Start service
launchctl load /Library/LaunchAgents/com.dynamsoft.dynamsoftservicex64.plist
  • Linux
sudo dpkg -i  /path/to/DynamsoftServiceSetup.deb

or

sudo rpm -i path/to/DynamsoftServiceSetup.rpm

And in a controlled environment, Dynamic Web TWAIN can be distributed to all clients in one go just like other similar programs. Group Policy is one such technology.

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest Version
    • Version 17.1.1
    • Version 17.0
    • Version 16.2
    • Version 16.1.1
    Change +
    © 2003–2022 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support