ClarisWorks 3.0 for Windows: About Version Trial Software, Read Me (Online version)

These instructions are included as a Read Me file in the ClarisWorks 3.0 Trial Software package available on Claris Online Forums.

This information was provided by Claris Corporation on 16 March 1998, and incorporated into Apple Computer's Tech Info Library.

Thank you for downloading the ClarisWorks 3.0 Trial Software!

***** MINIMUM REQUIREMENTS *****
PC with 386 or higher processor (486 Recommended)
Microsoft Windows 3.1 or Later; MS-DOS 5.0 or Later
Hard disk Drive and 4MB RAM (8MB Recommended)
One 3.5" floppy disk
VGA or better video
Mouse

***** INSTALLATION *****

In order to install the trial software, follow these steps:

1. Change directory to your root directory by typing:

CD\\

2. Create a temporary directory off of your root directory by typing:

MD TEMP

3. Copy both of the downloaded files, CLW3DEM1.EXE and CLW3DEM2.EXE
into the same directory using the copy command. Example:

COPY CLW3DEM*.EXE C:\\TEMP

4. Type INSTALL

After the installation has been completed, you may delete the TEMP directory
from your system, along with the files contained within it.

The installer will require approx. 6 megabytes of free hard disk space to
run and install the software. The actual trial takes up 3 megabytes of hard
disk space.

***** FLOPPY DISK INSTALLATION *****


If you do not have enough free hard disk space, you can install the software
from a floppy drive instead of the hard drive, by typing the letter for your
3.5" drive after the install command. Example:

INSTALL A:

You will need two blank High Density (1.44MB) 3.5" diskettes to install the
software from floppy diskettes. The trial cannot be installed from 5.25"
diskettes. You may use the set of floppy diskettes to install the trial on
as many systems as you wish. Just run the SETUP.EXE on the first disk from
Windows to begin the setup.

***** REMOVING THE TRIAL *****

If you wish to remove the trial from your system after it has been
installed, follow these steps:

1. Remove the following line from the [386Enh] section in the
SYSTEM.INI file:

device=<WINDOWS>\\<SYSTEM>\\win32s\\w32s.386

where <WINDOWS> and <SYSTEM> are where the Windows and System
directories are, respectively.

2. Modify the following line from the [BOOT] section in the
SYSTEM.INI file:

drivers=mmsystem.dll winmm16.dll


to the following (remove winmm16.dll):

drivers=mmsystem.dll

3. Delete the following files from the <WINDOWS>\\<SYSTEM> subdirectory or
from the SYSTEM directory in network installations:

W32SYS.DLL
WIN32S16.DLL
WIN32S.INI

4. Delete all the files in the <WINDOWS>\\<SYSTEM>\\WIN32S subdirectory
or the <SYSTEM>\\WIN32S subdirectory in network installations.
Then delete subdirectory itself.

NOTE: <WINDOWS> refers to the windows installation directory. On a
networked Windows installation, the system directory may be located on a
remote share. If you are only removing Win32s from your machine, then you
do not need to remove the shared files (in <SYSTEM> and <SYSTEM>\\WIN32S).
Before removing these files from the network share, make sure that all
users that use Win32s have removed the references to Win32s from the
SYSTEM.INI file.

5. Delete the CW3TRIAL directory located in your root directory.

If you have any problems with this Trial, you can contact CLARIS Technical
Support at (408) 727-9004 or post a message in the ClarisWorks section of

the CLARIS Windows forum.

*******************************************
******** INSTALL.BAT *******
*******************************************
@Echo off
If not exist cw3demo1.exe goto NODISK1
If not exist cw3demo2.exe goto NODISK2
If "%1"=="A" goto ADRIVE
If "%1"=="A:" goto ADRIVE
If "%1"=="a" goto ADRIVE
If "%1"=="a:" goto ADRIVE
If "%1"=="B" goto BDRIVE
If "%1"=="B:" goto BDRIVE
If "%1"=="b" goto BDRIVE
If "%1"=="b:" goto BDRIVE
If "%1"=="" goto NOARG
If "%1"=="C" goto NOARG
If "%1"=="C:" goto NOARG
If "%1"=="c" goto NOARG
If "%1"=="c:" goto NOARG
goto end
;
;**** Install from Drive A ****
;
:ADRIVE
cls
Echo ---------------------------------------------------------------
Echo - -
Echo - Please insert a blank formatted disk into Drive A for Disk 1: -
Echo - -
Echo ---------------------------------------------------------------
pause
cw3demo1.exe -d A:
cls
Echo ---------------------------------------------------------------

Echo - -
Echo - Please insert a blank formatted disk into Drive A for Disk 2: -
Echo - -
Echo ---------------------------------------------------------------
pause
cw3demo2.exe -d A:
a:
cd disk1
goto COMPLETE
;
;**** Install from Drive B ****
;
:BDRIVE
cls
Echo ---------------------------------------------------------------
Echo - -
Echo - Please insert a blank formatted disk into Drive B for Disk 1: -
Echo - -
Echo ---------------------------------------------------------------
pause
cw3demo1.exe -d B:
cls
Echo ------------------------------------------------------------------
Echo - -
Echo - Please insert a blank formatted disk into Drive B for Disk 2: -
Echo - -

Echo ---------------------------------------------------------------
pause
cw3demo2.exe -d B:
b:
cd disk1
goto COMPLETE
;
;**** Install from Hard Drive ****
;
:NOARG
cw3demo1.exe -d
cw3demo2.exe -d
cd disk1
goto COMPLETE
;
; **** Files not located in Directory ****
;
:NODISK1
cls
Echo ---------------------------------------------------------------
Echo - -
Echo - The file CW3DEMO1.EXE is not located in this directory. Please -
Echo - copy the file to this directory and run INSTALL again. -
Echo - -
Echo ---------------------------------------------------------------
goto END
:NODISK2
cls
Echo ---------------------------------------------------------------
Echo - -
Echo - The file CW3DEMO2.EXE is not located in this directory. Please -
Echo - copy the file to this directory and run INSTALL again. -
Echo - -

Echo ---------------------------------------------------------------
goto END
;
; **** Install Complete ****
;
:COMPLETE
cls
echo ************* Installation is complete *************
Echo
Echo The installer will now attempt to run the SETUP.EXE
Echo in Windows. If Windows is already running, press
Echo CTRL-C now to quit the installer and run the SETUP.EXE
Echo manually by double-clicking on it from the File Manager.
pause
cls
echo Running Setup.EXE in Windows
echo
win setup.exe
:end

*******************************************
****** FILES ON DISK #1 *******
*******************************************

Directory of A:\\DISK1

.            <DIR>         01-19-95  11:31a
..           <DIR>         01-19-95  11:31a
32SINST  EXE        24,624 06-06-94   4:14a
32SINST  INF         9,866 11-29-94   4:52p
32SINST  IN_         2,083 06-07-94   6:13a
32SINST  LST           629 08-11-94  10:37a
32SINST  MST        11,706 11-16-94   1:02p
CARDS    DL_        44,963 06-06-94   4:14a
COMDLG32 DL_         1,703 06-06-94   4:14a

CRTDLL   DL_        98,830 06-06-94   4:14a
CTYPE    NL_         2,503 06-06-94   4:14a
ENVELOPE AS_        23,076 10-10-94   6:28p
FREECELL EX_        24,458 06-06-94   4:14a
FREECELL HL_        12,844 06-06-94   4:14a
INIUPD   DLL        12,288 06-06-94   4:14a
INSTALL  WRI         8,448 11-28-94  10:18p
LOCALE   NL_        15,872 06-06-94   4:14a
LZ32     DL_         1,660 06-06-94   4:14a
L_INTL   NL_           953 06-06-94   4:14a
MPR      DL_         1,869 06-06-94   4:14a
MSCOMSTF DLL        74,528 06-06-94   4:14a
MSCUISTF DLL        21,664 06-06-94   4:14a
MSDETECT INC        22,097 06-06-94   4:14a
MSDETSTF DLL        24,544 06-06-94   4:14a
MSINSSTF DLL        65,440 06-06-94   4:14a
MSSHLSTF DLL        14,928 06-06-94   4:14a
MSUILSTF DLL         6,144 06-06-94   4:14a
NETAPI32 DL_         3,743 06-06-94   4:14a
NTMSG    DL_        23,628 06-06-94   4:14a
OLECLI   DL_        45,404 06-06-94   4:14a
OLECLI32 DL_         6,742 06-06-94   4:14a
OLESVR32 DL_         3,549 06-06-94   4:14a
P_037    NL_           938 06-06-94   4:14a

P_10000  NL_         1,321 06-06-94   4:14a
P_10001  NL_        51,570 06-06-94   4:14a
P_10006  NL_         1,253 06-06-94   4:14a
P_10007  NL_         1,242 06-06-94   4:14a
P_10029  NL_         1,324 06-06-94   4:14a
P_10081  NL_         1,440 06-06-94   4:14a
P_1026   NL_           981 06-06-94   4:14a
P_1250   NL_         1,902 06-06-94   4:14a
P_1251   NL_         1,571 06-06-94   4:14a
P_1252   NL_         1,898 06-06-94   4:14a
P_1253   NL_         1,565 06-06-94   4:14a
P_1254   NL_         1,875 06-06-94   4:14a
P_437    NL_         2,075 06-06-94   4:14a
P_500    NL_           941 06-06-94   4:14a
P_737    NL_         1,506 06-06-94   4:14a
P_850    NL_         2,065 06-06-94   4:14a
P_852    NL_         2,064 06-06-94   4:14a
P_855    NL_         1,722 06-06-94   4:14a
P_857    NL_         2,017 06-06-94   4:14a
P_860    NL_         2,075 06-06-94   4:14a
P_861    NL_         2,071 06-06-94   4:14a
P_863    NL_         2,070 06-06-94   4:14a
P_865    NL_         2,071 06-06-94   4:14a
P_866    NL_         1,731 06-06-94   4:14a

P_869    NL_         1,733 06-06-94   4:14a
P_875    NL_         1,020 06-06-94   4:14a
P_932    NL_        51,435 06-06-94   4:14a
P_936    NL_        44,862 06-06-94   4:14a
REMOVE   WRI         5,248 11-28-94   5:27p
SCK16THK DL_         4,605 06-06-94   4:14a
SETUP    EXE        10,896 11-14-94  12:13p
SETUPAPI INC        55,620 06-06-94   4:14a
SHELL32  DL_         1,732 06-06-94   4:14a
SORTKEY  NL_       111,622 06-06-94   4:14a
SORTTBLS NL_         2,068 06-06-94   4:14a
UNICODE  NL_         6,538 06-06-94   4:14a
VERSION  DL_         1,449 06-06-94   4:14a
W32S     38_        21,469 06-06-94   4:14a
W32SCOMB DL_       100,716 06-06-94   4:14a
W32SKRNL DL_        47,033 06-06-94   4:14a
W32SYS   DL_         7,969 06-06-94   4:14a
WIN32S   EX_           264 06-06-94   4:14a
WIN32S16 DL_        74,778 06-06-94   4:14a
WINMM    DL_        24,437 06-06-94   4:14a
WINMM16  DL_        11,710 06-06-94   4:14a
WINSPOOL DR_         2,227 06-06-94   4:14a
WORDWIN  X3_        37,919 09-14-94  12:50a
WSOCK32  DL_         4,179 06-06-94   4:14a

XTNDTRAN L3_           891 11-22-94   6:45a
_MSSETUP EXE         9,813 06-06-94   4:14a
_MSTEST  EXE        89,504 06-06-94   4:14a
      84 file(s)      1,433,811 bytes



*******************************************
****** FILES ON DISK #2 *******
*******************************************
Directory of A:\\DISK2

.            <DIR>         01-19-95  11:31a
..           <DIR>         01-19-95  11:31a
ADDRLIST AS_        79,689 10-10-94  12:32a
AVI      X3_         7,255 10-13-94  10:41a
BEGIN    CW_        18,999 11-29-94  12:48p
BMP      X3_         4,721 09-01-94   6:40p
CLRSCT32 DL_        58,535 11-11-94   1:50p
CLW16    DL_         4,840 09-15-94   4:36p
CLWORKS  EX_       863,836 11-21-94   3:32p
CLWORKS  LB_         1,401 09-05-94   6:44p
CLWORKS  MA_           304 11-29-94   1:52p
CLWORKS  PR_           236 11-03-94   1:48p
CLWORKS  RS_       109,146 11-23-94  10:31a
DBF      X3_        21,260 10-13-94  10:38a
DLGFONT  FO_        11,335 04-08-93   2:00a
EPS      X3_        18,318 09-01-94   6:46p

FINALNWS CW_        10,170 11-08-94   3:52p
FONT     MA_           526 02-18-93  11:04a
INSERT   DO_         2,134 11-08-94   1:38p
REMOVE   WR_         2,403 11-28-94   5:27p
STARTNWS CW_         6,360 10-19-94   5:16p
TABLE    AS_        20,922 10-10-94  12:32a
TEXT     X3_         7,934 10-13-94  10:40a
TODOLIST CW_         5,387 11-08-94   3:44p
WMF      X3_       141,011 10-12-94   9:56a
XTND32   DL_        17,544 11-11-94   2:00p
      26 file(s)      1,414,266 bytes

Published Date: Feb 18, 2012