ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/winhost/winhost.nsi
Revision: 1.1
Committed: Mon Mar 19 10:01:36 2001 UTC (23 years, 8 months ago) by pjm2
Branch: MAIN
Log Message:
NSIS makefile for making an executable installer for windows.

File Contents

# Content
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 EnabledBitmap checked.bmp
9 DisabledBitmap unchecked.bmp
10
11
12 Section "WinHost"
13 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 File winhost\mswinsck.ocx