From ab7f1929faf83fc696620b8ed941770b0f60969b Mon Sep 17 00:00:00 2001 From: kyle-ds <51097593+kyle-ds@users.noreply.github.com> Date: Fri, 14 Jul 2023 09:46:38 -0700 Subject: [PATCH 1/2] Update WebTwain_Viewer.md --- info/api/WebTwain_Viewer.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/info/api/WebTwain_Viewer.md b/info/api/WebTwain_Viewer.md index 24c8e79f..732e672f 100644 --- a/info/api/WebTwain_Viewer.md +++ b/info/api/WebTwain_Viewer.md @@ -1135,6 +1135,30 @@ setButtonClass( `className`: Specify the CSS class name. +**Availability** + +
+ + + + + + + + + + + + + + + + + + +
ActiveXH5(Windows)H5(macOS/TWAIN)H5(macOS/ICA)H5(Linux)
not supported v16.0+ v16.0+ v16.0+ v16.0+
+
+ **Usage notes** Use this method to fine-tune the buttons in the viewer with CSS. From 3ae4ab2325b08f81ea3861a51104c62f83ee5624 Mon Sep 17 00:00:00 2001 From: kyle-ds <51097593+kyle-ds@users.noreply.github.com> Date: Mon, 24 Jul 2023 11:31:48 -0700 Subject: [PATCH 2/2] Update admin-right-needed-to-install.md Rewrite. --- faq/admin-right-needed-to-install.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/faq/admin-right-needed-to-install.md b/faq/admin-right-needed-to-install.md index 5dd5373b..fed978ff 100644 --- a/faq/admin-right-needed-to-install.md +++ b/faq/admin-right-needed-to-install.md @@ -14,8 +14,8 @@ https://www.dynamsoft.com/web-twain/docs/faq/#project-deployment-and-end-user-in # Are admin rights required to install the end-user component? -Yes, the Dynamsoft Service installer is a `.msi` file which requires administrator rights. If your organization does not allow end users to have admin rights, you can contact [Dynamsoft Support]({{site.about}}getsupport.html) to get a special "Personal Installer" that does not require admin rights. +Yes, the Dynamsoft Service installer is a `.msi` file which requires administrator rights to install as the install target is `C:\Windows\SysWOW64\`. Once the Dynamsoft Service is installed with admin rights, every user on that machine can has access to the Dynamsoft Service. -> NOTE -> -> Once the Dynamsoft Service is installed with admin rights, every user on that machine can use it. On the other hand, if it is installed with a "Personal Installer", only that specific user can use it. +If your organization does not allow end users to have admin rights, you can contact [Dynamsoft Support]({{site.about}}getsupport.html) to get a special "Personal Installer" that does not require admin rights. + +The "Personal Installer", will install to the user's `C:\Users\{UserName}\AppData\Roaming\` folder. Please be aware that only one user per machine is able to have the service installed via this method. The service cannot be installed to multiple user profiles, and only the user that installs the Services in this manner will have access to the Dynamsoft Service.