------------------------------------------------------------
  Stonebroom.ServerZip(c) Active Server Component  v2.0
------------------------------------------------------------

Contents:

* Installing ServerZip 2
* Installing the Samples and Documentation
* Setting Disk Access Permissions
* Manually Registering the Component
* Uninstalling ServerZip
* Contact Information

------------------------------------------------------------
* Installing ServerZip 2
------------------------------------------------------------

To install and use the ServerZip component you must be 
running a Windows-based system with Microsoft Active 
Server Pages installed. Run the program Setup.exe to install 
the component. If you downloaded the component from the Web, 
there will be a single zip file that you must unzip into a 
directory on your server first. If you purchased ServerZip 
direct from us, you can install it by running the program 
setup.exe on Disk 1 of the setup disks supplied. 

If the setup program cannot uniquely identify the version of
a currently installed file, a warning will be displayed
before it is replaced. Should this occur, you may like 
to make a copy of the file before overwriting it.

If you are using Internet Information Server 4, you will
get more reliable results if you set the 'Run in 
separate memory space (isolated process)' option on the 
Virtual Directory page of the Properties dialog for 
any directories where you store pages that use the 
ServerZip component.


------------------------------------------------------------
* Installing the Samples and Documentation
------------------------------------------------------------

After installation, your Program Files\Stnebroom\ServerZip 
directory will contain the Security Manager utility 
(SZConfig.exe), this documentation, and the uninstall 
information for ServerZip.

Before you can use the example ASP pages, you will need 
to create a virtual root to these files. You may prefer to 
copy the entire set of documents to a folder within your 
server's WWWRoot directory instead. In IIS3, you must then 
create a virtual path to provide script execution access 
to this directory.


------------------------------------------------------------
* Setting Disk Access Permissions
------------------------------------------------------------
ServerZip requires appropriate disk access permissions to 
be able to create the download directories and zip files. 
If you encounter the message:    

ERROR: Cannot create unique download directory    

you will need to edit the Permissions list in the Properties 
dialog for the directory specified as the virtualTargetRoot 
property (using Windows NT Explorer). Give the account that 
will use the component Write or Full Control permission. 
If the component is being accessed anonymously, the account 
in use will be either IUSR_machinename or IWAM_machinename 
depending on whether you have installed the component as a 
Virtual Application in Internet Service Manager.


------------------------------------------------------------
* Manually Registering the Component
------------------------------------------------------------
If the ServerZip component is not recognized by Active 
Server Pages after installation, or if the files have been 
moved to a different directory, you will need to re-register 
it using the regsvr32.exe program:
 
regsvr32.exe <path_to_stnbsz20.dll>\stnbsz20.dll

The default directory for installation of the component 
file is \Winnt\System32.


------------------------------------------------------------
* Uninstalling ServerZip
------------------------------------------------------------

To uninstall ServerZip, go to Settings | Control Panel | 
Add/Remove Programs and select Stonebroom.ServerZip. Because 
ASP caches components when they are first used, you should 
stop and restart the server before running the uninstall 
procedure if you did not set the component to run in a 
separate process as a Virtual Application (IIS4+ only). 
Note that if you have moved any files since installation, 
the uninstall procedure may not work correctly. In this 
case, you should un-register the component file using: 

regsvr32.exe -u <path_to_stnbsz20.dll>\stnbsz20.dll

and then delete it manually from the disk.


------------------------------------------------------------
* Contact Information
------------------------------------------------------------

ServerZip is produced by:

Stonebroom Software
PO Box 64, Alfreton, Derbyshire DE55 6ZX, UK
Tel/Fax:  +44 (0)1773 874661
Email:  sales@stonebroom.com  or  support@stonebroom.com
On the Web at:  http://www.stonebrom.com

------------------------------------------------------------

ServerZip 2.0 uses the LSZip compression library from 
Linder Software. For information about creating and handling 
ZIP files in the industry standard format contact them on 
the Web at   http://www.lindersoftware.com 
Fax: +1 954 252 3910    Email:  info@lindersoftware.com

------------------------------------------------------------
------------------------------------------------------------

