;#########################################################################
;# This file was created by the Inno Setup Wizard.  You can safely
;# modify the contents of this file. 
;#
;# The wizard thing was pretty helpful, 
;# it let me get started quickly. It wa easy to go back and read the real 
;# docs later on. Modified  by hand with vim, muquit, Jan-24-1999
;#
;#########################################################################
;  Inno Setup version 1.09
;  Copyright 99 1998 by Jordan Russell
;  jordanr@iname.com
;  http://www.digicron.com/jordanr/
;#########################################################################

[Setup]
AllowNoIcons=0
AlwaysRestart=0
AppCopyright=(c) Muhammad A Muquit
AppName=WWW Count 2.5
AppVerName=WWW Count 2.5
BackColor=clBlue
BackSolid=0
Bits=32
DefaultDirName=InetPub\Scripts
DefaultGroupName=
InstallToProgramFiles=0
SingleEXE=0
LicenseFile=data\copyright
InfoBeforeFile=data\README.NT
InfoAfterFile=data\README.AFTER.NT
Uninstallable=1

[Files]
"data\README.txt", "{app}\README", copy_normal, 
"docs\CountNT.html", "{app}\CountNT.html", copy_normal, 
"data\conf\count.cfg", "{app}\wcount\conf\count.cfg", copy_normal, 
"data\data\sample.dat", "{app}\wcount\data\sample.dat", copy_normal, 
"data\rgb.txt", "{app}\wcount\rgb.txt", copy_normal, 
"data\digits\A\yeehaw.gif", "{app}\wcount\digits\A\yeehaw.gif", copy_normal, 
"data\digits\A\peng.gif", "{app}\wcount\digits\A\peng.gif", copy_normal, 
"data\digits\A\strip.gif", "{app}\wcount\digits\A\strip.gif", copy_normal, 
"data\digits\B\strip.gif", "{app}\wcount\digits\B\strip.gif", copy_normal, 
"data\digits\C\strip.gif", "{app}\wcount\digits\C\strip.gif", copy_normal, 
"data\digits\D\strip.gif", "{app}\wcount\digits\D\strip.gif", copy_normal, 
"data\digits\D\lenna.gif", "{app}\wcount\digits\D\lenna.gif", copy_normal, 
"data\digits\E\strip.gif", "{app}\wcount\digits\E\strip.gif", copy_normal, 
"data\digits\E\foo.gif", "{app}\wcount\digits\E\foo.gif", copy_normal, 
"data\digits\bang\strip.gif", "{app}\wcount\digits\bang\strip.gif", copy_normal, 
"data\digits\cd\strip.gif", "{app}\wcount\digits\cd\strip.gif", copy_normal, 
"data\digits\cdr\strip.gif", "{app}\wcount\digits\cdr\strip.gif", copy_normal, 
"data\digits\cdd\strip.gif", "{app}\wcount\digits\cdd\strip.gif", copy_normal, 


"src\Count.exe", "{app}\Count.exe", copy_normal, 
"utils\mkstrip\mkstrip.exe", "{app}\mkstrip.exe", copy_normal, 
"utils\extdgts\extdgts.exe", "{app}\extdgts.exe", copy_normal, 

[Dirs]
"{app}\wcount\logs"

