Table of contents

Thanks for Downloading Dynamic Web TWAIN 30-Day Trial!

Your download will start shortly. If your download does not begin, click here to retry.

View all FAQs about Project Deployment and End-user Installation

How do I upgrade the end-user installation for all end users once I upgrade my project?

By default once your application with the upgraded version has been deployed, end-users will be prompted to install the newer version of the Dynamic Web TWAIN Service (also called “Dynamsoft Service”).

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.

You can install Dynamic Web TWAIN Service silently using the following commands:

  • Windows
msiexec /i "/path/to/DynamicWebTWAINServiceSetup.msi" /qn

  • macOS
// Install
sudo installer -pkg /path/to/DynamicWebTWAINServiceSetup.pkg -target /Applications
// Stop service
sudo launchctl unload /Library/LaunchAgents/com.dynamsoft.dynamicwebtwainservicex64.plist
// Start service
launchctl load /Library/LaunchAgents/com.dynamsoft.dynamicwebtwainservicex64.plist

• Linux

sudo dpkg -i /path/to/DynamicWebTWAINServiceSetup.deb

// or

sudo rpm -i path/to/DynamicWebTWAINServiceSetup.rpm
  • Windows
  • macOS

• Linux

Note - If you are upgrading from version 14, end-users may need to uninstall the previous version manually before reinstallation.

Is this page helpful?

YesYes NoNo