Ask AI
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

Is there an easy way to deploy the end-user components to all users?

Yes. The following are the commands for this purpose

  • 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
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.

Last modified date: Oct 14, 2022

Is this page helpful?

YesYes NoNo

In this article: