ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/winhost/winhost.nsi
Revision: 1.4
Committed: Fri Mar 28 16:30:36 2003 UTC (21 years, 5 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
State: FILE REMOVED
Log Message:
Removed some un-used code from CVS. We can always resurrect this later if
someone feels they want to work on it. Gone are the old perl ihost which
isn't needed now, winhost which is broken and shows no sign of being fixed,
and DBReporter. If someone wants to revive them, I'll undelete them :-)

File Contents

# User Rev Content
1 pjm2 1.1 Name WinHost
2     ComponentText "This will install the i-scream WinHost 1.1"
3     DirText "Setup has determined the optimal location for WinHost. If you would like to change the directory, do so now."
4     LicenseText "i-scream WinHost is part of the i-scream Distributed Central Monitoring System."
5     LicenseData winhost\README.txt
6     OutFile winhost_install.exe
7     InstallDir $PROGRAMFILES\winhost
8 pjm2 1.3 EnabledBitmap winhost\bitmap1.bmp
9     DisabledBitmap winhost\bitmap2.bmp
10 pjm2 1.1
11    
12 pjm2 1.2 Section "WinHost (required)"
13 pjm2 1.1 SetOutPath $INSTDIR
14     SetOverwrite on
15     File winhost\winhost.exe
16     File winhost\winhost.ini
17     File winhost\pdh.dll
18     File winhost\README.txt
19     File winhost\SysTray.ocx
20 pjm2 1.2 File winhost\mswinsck.ocx
21    
22     Section "View Readme.txt"
23     Exec '"$WINDIR\notepad.exe" "$INSTDIR\readme.txt"'