Update tablelist

This commit is contained in:
dcp1990 2006-08-01 20:23:44 +00:00
parent f0374e5bdc
commit 758377febd
1 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
; Script generated by the HM NIS Edit Script Wizard.
; $Amigan: beartkat/win32/installer.nsi,v 1.5 2005/01/22 21:16:59 dcp1990 Exp $
; $Amigan: beartkat/win32/installer.nsi,v 1.6 2006/08/01 20:23:44 dcp1990 Exp $
; HM NIS Edit Wizard helper defines
@ -166,9 +166,9 @@ ExecShell open "http://www.tcl.tk/"
sokt:
IfFileExists "c:\tcl\lib\tablelist3.7\scripts\tablelistWidget.tcl" tokt
IfFileExists "c:\tcl\lib\tablelist4.4\scripts\tablelistWidget.tcl" tokt
MessageBox MB_okcancel "Apparently, tablelist 3.7 isn't installed. Get it and install it from http://www.nemethi.de/." idok tok
MessageBox MB_okcancel "Apparently, tablelist isn't installed. Get it and install it from http://www.nemethi.de/." idok tok
quit
@ -199,6 +199,7 @@ tokt:
File "..\src\scommand.tcl"
File "..\src\dumpmem.tcl"
File "..\src\chanedit.tcl"
File "..\src\loadfreqs.tcl"
@ -371,6 +372,7 @@ Section Uninstall
Delete "$INSTDIR\loadfreqs.tcl"
Delete "$INSTDIR\dumpmem.tcl"
Delete "$INSTDIR\chanedit.tcl"
Delete "$INSTDIR\api.tcl"