Standalone Client |
Top Previous Next |
|
On Windows, the installation steps are:
•Run the uf110c_setup.exe installer program. •Run the Configure UnForm Client option from the Start menu, which starts Notepad with the uf110c.ini file. Enter the appropriate values for the server and port, and optionally the log file.
On Windows, the uf110c.ini file is stored in the %PROGRAMDATA%\SDSI folder. Typically, this would be C:\ProgramData\SDSI\uf110c.ini. This file can be edited directly.
The client is composed of several files, one of which is uf110c.exe. This program is installed both in the installation path and the system Windows path (typically C:\Windows) to enable execution without a full path. The uf110c.exe program will look for the install path setting in the uf110c.ini file, in order to locate the addition files.
Note that uf110c.exe is a small .NET program that operates the uf110cc.exe console client behind the scenes. You can also run the console client directly from a Windows command line. The client is located in the install path as uf110cc\uf110cc.exe.
Unbundled Perl Client Included with the Windows client install is the standard uf110c.pl script included with UnForm on Linux. This script can be run on Windows if you install a Perl interpreter, such as ActiveState community edition, or Strawberry Perl. The uf110c.exe program will automatically look for one of these in standard install paths, or you can update the uf110c.ini file to include the perl=path\to\perl.exe. You can also run a perl command line from console mode:
path_to_perl.exe path_to_uf110c.pl followed by standard client command line arguments.
|