                 Installation and Running Instructions

NOTE:  You might want to print these instructions out to act
as an installation checklist!

1.  First setup the service example as follows:

    a.  Unarchive SvcSetup.zip into a temp directory.

    b.  Run Setup.exe.  This will register the WcRdr32.dll
        OLE Server with your system and install the 32 bit OCX
        components used by the application.  Until this is
        done nothing else, including the toolkit, will work.
        After successful registration it is available for use
        in YOUR service applications once you have added the
        reference to it in VB 4.0 (32 bit).

    c.  When asked by Setup.exe to give the path for wherever
        you want the application (wsktest.exe) placed give:

        c:\wc5
     
        Change the drive letter if necessary to conform to
        your setup.
  
    d.  If the setup program did not already do it for you
        create the following sub-directory off of wherever
        your WC5 directory is located:

        wc5\clients\Wcktest Client\Client

    e.  Move the Client.Inf file which was created by the
        service setup program to that sub-directory.

    f.  Now we have to let the WIN Server know about the
        new client/service application:
        (1).  Run the WIN Server.
        (2).  Run WcConfig.exe (in the WC5 directory)
        (3).  Goto access profiles.
        (4).  Choose your profile.
        (5).  Hit edit button.
        (6).  Choose Clients Tab.
        (7).  Find the wcktest client (at the bottom).
        (8).  Select wcktest client.
        (9).  Hit the toggle button.
       (10).  Hit the OK Button.
       (11).  Hit the close button.
       (12).  Exit WcConfig.

2.  Now setup the client example as follows:

    a.  Unarchive CliSetup.zip into a temp directory.

    b.  Run Setup.exe.  This will install the 16 bit OCX
        components used by the application.

    c.  When asked by Setup.exe to give the path for wherever
        you want the application (wcktest.exe) placed give:
        
        c:\wcnav\clients\Wcktest
        
        Change the drive letter if necessary to conform to
        your setup.
   
    d.  If the setup program did not already do it for you then
        move Client.Inf which was created by the client setup
        program into that new sub-directory.    

3.  To run the example client/server application do the
    following in order:

    a.  Run the WIN Server.

    b.  Run the Wsktest.exe application (this is the service).

    c.  Run the Navigator.

    d.  Run the wcktest.exe application (this is the client).

4.  See the help file for using the WcRdr32.dll toolkit in your
    applications.  



    

