This article indicates how to upgrade Dynamic Web TWAIN (DWT) ActiveX full version from a lower version to a higher version. If you are using the Plug-in edition, please click here.
1.Uninstall the old version before installing the new one.2.As the license of the 7.x version is incompatible with the 6.x version, you need new licenses. Please click here to purchase the upgrade.
3.Install Dynamic Web TWAIN 7.0. You need to delete the license in "Licensing Tool" and then add the Full license you purchased. Licensing Tool can be found at "Start -> All Programs -> Dynamic Web TWAIN <version number> -> Licensing Tool".
4. The upgrades of Dynamic Web TWAIN for web applications and desktop applications are different.
1) If you are developing a web application with Dynamic Web TWAIN, please follow the steps below:
- Replace the old CAB/LPK files with the new ones. The CAB file can be found at the installation directory of Dynamic Web TWAIN and the LPK file can be created by using Lpk_tool.exe.
- Change the old version number to the new one, which will make an automatic upgrade of Dynamic Web TWAIN on the client side. Please click here for more information about how to upgrade Dynamic Web TWAIN on the client side when the upgrade is done on the server side.
<object classid="clsid:E7DA7F8D-27AB-4EE9-8FC0-3FEC9ECFE758" id="DynamicWebTwain1" width="143" height="156"
CodeBase = "DynamicWebTWAIN.cab#version=6,3,1">
To:
<object classid="clsid:E7DA7F8D-27AB-4EE9-8FC0-3FEC9ECFE758" id="DynamicWebTwain1" width="143" height="156"
CodeBase = "DynamicWebTWAIN.cab#version=7,0">
Click here for more information on how to deploying Dynamic Web TWAIN on Web Server.
2) If you are developing a desktop application with Dynamic Web TWAIN, you need to remove the control of the old version from the forms and re-add the control of the 7.0 version.
Click here to get more information on how to use Dynamic Web TWAIN in different development environments.
