Skip to content

Commit 6998757

Browse files
authored
Merge pull request #998 from dynamsoft-docs/faq-silent-install
Update silent service installation FAQ
2 parents b646893 + 48abfd5 commit 6998757

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

_articles/faq/can-i-install-dynamsoft-service-silently.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ keywords: Dynamic Web TWAIN, Dynamic Web TWAIN Service, silently
77
breadcrumbText: Can I install Dynamic Web TWAIN Service silently?
88
description: Can I install Dynamic Web TWAIN Service silently?
99
date: 2021-07-14 18:58:25 +0800
10-
last_modified: 2023-06-28 14:12:36 +0800
10+
last_modified: 2026-05-06 10:54:41 -0700
1111
---
1212

1313
View all FAQs about [Project Deployment and End-user Installation](
1414
https://www.dynamsoft.com/web-twain/docs/faq/#project-deployment-and-end-user-installation)
1515

1616
# Can I install Dynamic Web TWAIN Service silently?
1717

18-
Yes. The following are the commands for this purpose
18+
Yes. You can install Dynamic Web TWAIN Service silently by running the appropriate command for your version and operating system.
1919

2020
<div class="multi-panel-switching-prefix"></div>
2121

@@ -26,6 +26,8 @@ Yes. The following are the commands for this purpose
2626

2727
* Windows
2828

29+
Run Command Prompt as administrator, then execute:
30+
2931
``` shell
3032
msiexec /i "/path/to/DynamicWebTWAINServiceSetup.msi" /qn
3133
```
@@ -59,6 +61,8 @@ sudo rpm -i path/to/DynamicWebTWAINServiceSetup.rpm
5961

6062
* Windows
6163

64+
Run Command Prompt as administrator, then execute:
65+
6266
``` shell
6367
msiexec /i "/path/to/DynamsoftServiceSetup.msi" /qn
6468
```
@@ -90,4 +94,4 @@ sudo rpm -i path/to/DynamsoftServiceSetup.rpm
9094

9195
<div class="multi-panel-switching-end"></div>
9296

93-
And in a controlled environment, Dynamic Web TWAIN Service can be distributed to all clients in one go just like other similar programs. [Group Policy](https://docs.microsoft.com/en-us/troubleshoot/windows-server/group-policy/use-group-policy-to-install-software) is one such technology.
97+
In a controlled environment, you can distribute Dynamic Web TWAIN Service to all client machines at once, as you would with other software. [Group Policy](https://docs.microsoft.com/en-us/troubleshoot/windows-server/group-policy/use-group-policy-to-install-software) is one option for Windows deployments.

0 commit comments

Comments
 (0)