FormTool/deployment

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< FormTool
Revision as of 22:04, 31 January 2015 by Woozle (talk | contribs) (extracted from main article... this is so unlikely to ever be needed again...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

(Documentation of this technique is still in progress, as I have not yet achieved a working deployment this way. --Woozle 17:03, 14 May 2005 (CDT))

FormTool does have a form-filler-only application (Filler) which either may be licensed for unlimited redistribution or else comes that way (not sure). However, there does not seem to be any support for automated deployment of Filler along with the form data/application -- that is, one has to install Filler separately from one's FormTool-based application.

However, it appears to be relatively simple to make a working, single-application deployment of Filler by simply copying the right files to a common folder.

The Install CD

Looking at the FormTool 5.0 install CD, you see some setup-related executables (autorun.exe, instmsia.exe, instmsiw.exe, setup.exe, setup.ini), what may be an encoded install script of some kind (FormTool v5.msi), and an archive file (Data.Cab) which is readable by WinZip 9.0 SR-1. This last file appears to contain the actual files needed to make FormTool run. Each file in Data.Cab is prefixed by a 5-digit code plus a hyphen; I don't know what the code means.

Files Needed to Run

By attempting to run FormTool.exe and Filler.exe (after removing the filename prefix for each), I was able to determine that copying and renaming the following files (also shown after renaming) to a separate folder will allow each .exe to load:

Designer Filler
FormTool.exe
CodeBar.dll
CTOCRC32.DLL
FTFrm.dll
GrPropts.dll
IMSIctrl.dll
Inspector.dll
Password.dll
Rotr.dll
Utils.dll
XControls.dll
zlib.dll
Filler.exe
CodeBar.dll
FTFrm.dll
GrPropts.dll
Password.dll
Rotr.dll
Utils.dll
XControls.dll
zlib.dll

Frontline

The FrontLine.exe executable appears to be one of those ever-popular Flash-like front-ends for people who don't know where the Start menu is. It uses MSIE through ActiveX to load the HTML files in the Program\Pages folder, which execute VBScript to load the various other programs. I haven't gotten as far as getting it to work without a proper install; the VBScript function calls at least one procedure not found anywhere in any of the HTML files; it may be in a DLL which has to be registered in order for VBScript to find it.

Fortunately, FrontLine's functionality is minimal.