Skip to main content

Installation

Overview

The Wacom SigCaptX Library is an extension of the Wacom Signature Library. SigCaptX installs components which allow a signature enabled web application to be used in a range of browsers.

The product has been tested with Microsoft Edge, Chrome and Firefox.

Prerequisites

A prerequisite is the installation of the Wacom Signature Library.

For simplicity, it's recommended to install the 32-bit/x86 version of the Signature Library with SigCaptX, regardless of the Windows platform. A combined installer is provided to simplify the installation.

Additionally, a driver must be installed to use color STU tablets, see: STU Driver Installation. To use a Wacom Pen Display Tablet (such as the DTU-1141) the tablet driver must be installed to provide a Wintab interface.

Installation

Install SigCaptX by running Signature SDK installer, in order to install necessary components. Then, run the SigCaptX installer to install the server components.

The installation includes the:

  • Web server
  • JavaScript SDK Framework

Open the HTML sample PortCheck to verify the installation. Additional signature application samples can then be tested on the system using a suitable signature tablet.

Installation options

  • To create 32-bit applications on either 32 or 64-bit Windows platforms, install the toolkit: Wacom-Signature-SDK-x86.msi
  • To create 64-bit applications on a 64-bit Windows platform, install the toolkit: Wacom-Signature-SDK-x64.msi

UI Installation

  • Click the “Options” button to enter or browse to the Firefox portable folder.

Command Line Installation

Run SigCaptX.exe from a command prompt with options:

  • FFP = <path to Firefox portable folder>
  • DRIVER = 0 (to disable driver installation)
  • DRIVER =1 (default) to install STU driver
  • NO_STU_CHECK = 0 (default) to check that there is no STU plugged in before installing driver NO_STU_CHECK = 1 to disable the STU check
OptionDescription
FFPPath to Firefox portable folder.
DRIVEREnables installation of STU driver. Valid values are: 1 (default) enables installation, 0 disables driver installation.
NO_STU_CHECKChecks whether there's no STU plugged in before installing driver. Valid values are: 0 (default) checks before, 1 disables the STU check.

A number of options can also be passed to the embedded Signature SDK MSI installer. The values used by default are shown below and could be changed if required:

OptionDescription
JAVATo include/preselect Java components: JAVA=1 (default=not defined)
ADDPATHTo add 32-bit component folders to system PATH: ADDPATH=Win32 (default=not defined)
MINIMALTo exclude Windows shortcuts and utilities: MINIMAL=1 (default =1)

Example

To install the Signature SDK, SigCaptX and the STU driver silently with no check for connected STUs and enable SigCaptX for 64-bit Firefox:

Wacom-SigCaptX-x.xx.x.exe /q FF64=1 NO_STU_CHECK=1 DRIVER=1

To install the Signature SDK, SigCaptX and the STU driver, enable SigCaptX for Portable Firefox, include Java components and add the 32-bit component folders to the system PATH:

Wacom-SigCaptX-x.xx.x.exe FFP='C:\Program Files (x86)\PortableFirefox' DRIVER=1 JAVA=1 ADDPATH=Win32