XSLT Test Tool Installer
Introduction
This little utility is a self-extracting archive that will automatically download and install MSXML3, the MSXML3 SDK and Documents, the XSLT Test Tool, Saxon, Xalan, Xerces, Sablotron, Xt, Napa XSLT, 4XSLT, Unicorn XSLT, and Oracle XSL. It was built to get people up and running quickly with various XSL processors and the XSLT Test tool. This utility is not very sophisticated - it should work, but has not been extensively tested, and I did not put much effort into it. If it doesn't work for you, then just follow the manual instructions for each processor and the tool. All appropriate links for manual install are available at the XSLT Test Tool page.
Installing
Download the file, xslt_install.exe. Double-click to execute it, press the "Unzip" button. Installation should be automatic.
The program is just a batch file titled xslt_install.bat. You can edit the batch file to change file locations, URLs, etc. The batch file is extremely simple. Basically, it uses the graburl.exe utility (something very simple I wrote, source available here) to download the files, launches winzip to unzip to default directories.
Caveats
Joshua Allen <joshuaa@netcrucible.com>
Last Update: 12/4/2000
Change History:
12/4/2000 - Installs Unicorn XSLT
12/4/2000 - Installs Napa XSLT
12/4/2000 - Installs 4Suite 4XSLT and Python 2.0 if necessary
12/4/2000 - Installs xmlinst.exe
12/4/2000 - Installs released MSXML3 and SDK
12/4/2000 - Fixed bug on machines with no %programdir% env. variable
12/4/2000 - Updated to install latest version of Xerces (1.2.2)
12/4/2000 - Updated to Install Saxon 5.5.1
10/3/2000 - Installs Sablotron XSLT Processor
10/3/2000 - Automatic install of MSI if you don't have it
10/3/2000 - Installs September MSXML now
8/3/2000 - Info about dealing with "out of environment space" per Ken
Sall
8/2/2000 - Fixed bug where WinZip automatic install would fail. Thanks
Murakami Shinyu!
8/2/2000 - Self-extractor now launches install, no need to double-click .BAT
file
8/2/2000 - Downloads newest version of MSXML SDK
8/2/2000 - Notes on Oracle XSL
7/28/2000 - First released to web