~ubuntu-branches/ubuntu/precise/xcircuit/precise

« back to all changes in this revision

Viewing changes to xcircuit-tcl.nsi

  • Committer: Bazaar Package Importer
  • Author(s): Aanjhan Ranganathan
  • Date: 2006-04-18 23:51:39 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060418235139-s49pkhwdzxvsxm5k
Tags: 3.4.21-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; Script generated by the HM NIS Edit Script Wizard.
 
2
 
 
3
; HM NIS Edit Wizard helper defines
 
4
!define PRODUCT_NAME "XCircuit-tcl"
 
5
!define PRODUCT_VERSION "3.4.10"
 
6
!define PRODUCT_PUBLISHER "Tim Edwards"
 
7
!define PRODUCT_WEB_SITE "http://opencircuitdesign.com/xcircuit/"
 
8
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\xcircuit-win32.exe"
 
9
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
 
10
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
 
11
 
 
12
; MUI 1.67 compatible ------
 
13
!include "MUI.nsh"
 
14
!include "Sections.nsh"
 
15
 
 
16
; MUI Settings
 
17
!define MUI_ABORTWARNING
 
18
!define MUI_ICON "${NSISDIR}\Contrib\Graphics\Icons\modern-install.ico"
 
19
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico"
 
20
 
 
21
; Welcome page
 
22
!insertmacro MUI_PAGE_WELCOME
 
23
; License page
 
24
!insertmacro MUI_PAGE_LICENSE "COPYRIGHT"
 
25
; Components page
 
26
!insertmacro MUI_PAGE_COMPONENTS
 
27
Page custom WishExePage WishExeValidate
 
28
; Directory page
 
29
!insertmacro MUI_PAGE_DIRECTORY
 
30
; Instfiles page
 
31
!insertmacro MUI_PAGE_INSTFILES
 
32
; Finish page
 
33
!define MUI_FINISHPAGE_RUN "$INSTDIR\bin\xcircuit-win32.exe"
 
34
!insertmacro MUI_PAGE_FINISH
 
35
 
 
36
; Uninstaller pages
 
37
!insertmacro MUI_UNPAGE_INSTFILES
 
38
 
 
39
; Language files
 
40
!insertmacro MUI_LANGUAGE "English"
 
41
 
 
42
; MUI end ------
 
43
 
 
44
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
 
45
OutFile "Setup-tcl.exe"
 
46
InstallDir "$PROGRAMFILES\XCircuit-tcl"
 
47
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
 
48
ShowInstDetails show
 
49
ShowUnInstDetails show
 
50
 
 
51
Function .onInit
 
52
!insertmacro MUI_INSTALLOPTIONS_EXTRACT "wishexe.ini"
 
53
FunctionEnd
 
54
 
 
55
Section "XCircuit" SEC01
 
56
  SetOutPath "$INSTDIR\bin"
 
57
  SetOverwrite ifnewer
 
58
  File "xcircuit-win32.exe"
 
59
  CreateDirectory "$SMPROGRAMS\XCircuit-tcl"
 
60
  CreateShortCut "$SMPROGRAMS\XCircuit-tcl\XCircuit-tcl.lnk" "$INSTDIR\bin\xcircuit-win32.exe"
 
61
  CreateShortCut "$DESKTOP\XCircuit-tcl.lnk" "$INSTDIR\bin\xcircuit-win32.exe"
 
62
  File "lib\tcl\xcircuit.bat"
 
63
  SetOutPath "$INSTDIR\xcircuit-3.4"
 
64
  File "lib\tcl\bparams.tcl"
 
65
  File "lib\tcl\console.tcl"
 
66
  File "lib\tcl\library.tcl"
 
67
  File "lib\tcl\ngspice.tcl"
 
68
  File "lib\tcl\xcircuit.tcl"
 
69
  File "lib\tcl\wrapper.tcl"
 
70
  File "lib\tcl\tkcon.tcl"
 
71
  File "lib\tcl\sue_xc.tcl"
 
72
  File "lib\tcl\resource.tcl"
 
73
  File "lib\tcl\pcbout.tcl"
 
74
  File "lib\tcl\panzoom.tcl"
 
75
  File "lib\tcl\xcstartup.tcl"
 
76
  File "lib\tcl\xcircuit.dll"
 
77
  File "xcircexec.exe"
 
78
  File "lib\signal.lps"
 
79
  File "lib\series74xx.lps"
 
80
  File "lib\quadparts.lps"
 
81
  File "lib\pcb_layout.lps"
 
82
  File "lib\pcb.lps"
 
83
  File "lib\musiclib.lps"
 
84
  File "lib\lgf.lps"
 
85
  File "lib\ic_templates.lps"
 
86
  File "lib\generic.lps"
 
87
  File "lib\digital.lps"
 
88
  File "lib\avlsi.lps"
 
89
  File "lib\asg_spice.lps"
 
90
  File "lib\analoglib2.lps"
 
91
  File "lib\analog.lps"
 
92
  File "lib\xcircps2.pro"
 
93
  SetOutPath "$INSTDIR\xcircuit-3.4\fonts"
 
94
  File "lib\fonts\times_romaniso.xfe"
 
95
  File "lib\fonts\times_romaniso5.xfe"
 
96
  File "lib\fonts\times_romaniso5.lps"
 
97
  File "lib\fonts\times_romaniso2.xfe"
 
98
  File "lib\fonts\times_romaniso2.lps"
 
99
  File "lib\fonts\times_roman.xfe"
 
100
  File "lib\fonts\times_roman.lps"
 
101
  File "lib\fonts\symbol.xfe"
 
102
  File "lib\fonts\symbol.lps"
 
103
  File "lib\fonts\myfont.xfe"
 
104
  File "lib\fonts\myfont.lps"
 
105
  File "lib\fonts\helveticaiso.xfe"
 
106
  File "lib\fonts\helveticaiso5.xfe"
 
107
  File "lib\fonts\helveticaiso5.lps"
 
108
  File "lib\fonts\helveticaiso2.xfe"
 
109
  File "lib\fonts\helveticaiso2.lps"
 
110
  File "lib\fonts\helvetica.xfe"
 
111
  File "lib\fonts\helvetica.lps"
 
112
  File "lib\fonts\courieriso.xfe"
 
113
  File "lib\fonts\courieriso5.xfe"
 
114
  File "lib\fonts\courieriso5.lps"
 
115
  File "lib\fonts\courieriso2.xfe"
 
116
  File "lib\fonts\courieriso2.lps"
 
117
  File "lib\fonts\courier.xfe"
 
118
  File "lib\fonts\courier.lps"
 
119
  SetOutPath "$INSTDIR\xcircuit-3.4\pixmaps"
 
120
  File "lib\pixmaps\z4.gif"
 
121
  File "lib\pixmaps\yp.gif"
 
122
  File "lib\pixmaps\xcircuit.gif"
 
123
  File "lib\pixmaps\w.gif"
 
124
  File "lib\pixmaps\uj.gif"
 
125
  File "lib\pixmaps\tp.gif"
 
126
  File "lib\pixmaps\ti.gif"
 
127
  File "lib\pixmaps\tg.gif"
 
128
  File "lib\pixmaps\t.gif"
 
129
  File "lib\pixmaps\s.gif"
 
130
  File "lib\pixmaps\q.gif"
 
131
  File "lib\pixmaps\pz.gif"
 
132
  File "lib\pixmaps\pu2.gif"
 
133
  File "lib\pixmaps\po2.gif"
 
134
  File "lib\pixmaps\pn.gif"
 
135
  File "lib\pixmaps\pm.gif"
 
136
  File "lib\pixmaps\pl.gif"
 
137
  File "lib\pixmaps\pa.gif"
 
138
  File "lib\pixmaps\mv.gif"
 
139
  File "lib\pixmaps\mk.gif"
 
140
  File "lib\pixmaps\li.gif"
 
141
  File "lib\pixmaps\i.gif"
 
142
  File "lib\pixmaps\fy.gif"
 
143
  File "lib\pixmaps\fx.gif"
 
144
  File "lib\pixmaps\fi.gif"
 
145
  File "lib\pixmaps\e.gif"
 
146
  File "lib\pixmaps\d2.gif"
 
147
  File "lib\pixmaps\cw.gif"
 
148
  File "lib\pixmaps\cp.gif"
 
149
  File "lib\pixmaps\co.gif"
 
150
  File "lib\pixmaps\ccw.gif"
 
151
  File "lib\pixmaps\bd.gif"
 
152
  File "lib\pixmaps\b.gif"
 
153
  File "lib\pixmaps\a.gif"
 
154
  File "lib\pixmaps\z5.gif"
 
155
  File "lib\pixmaps\stip75.xbm"
 
156
  File "lib\pixmaps\stip62.xbm"
 
157
  File "lib\pixmaps\stip50.xbm"
 
158
  File "lib\pixmaps\stip38.xbm"
 
159
  File "lib\pixmaps\stip25.xbm"
 
160
  File "lib\pixmaps\stip12.xbm"
 
161
  File "lib\pixmaps\solid.xbm"
 
162
  File "lib\pixmaps\stip88.xbm"
 
163
SectionEnd
 
164
 
 
165
Section "Tcl/Tk" SEC02
 
166
  SetOutPath "$INSTDIR\tcl\bin"
 
167
  SetOverwrite try
 
168
  File "..\..\..\..\..\Software\Tcl\bin\tcl84.dll"
 
169
  File "..\..\..\..\..\Software\Tcl\bin\tclpip84.dll"
 
170
  File "..\..\..\..\..\Software\Tcl\bin\tclsh84.exe"
 
171
  File "..\..\..\..\..\Software\Tcl\bin\tk84.dll"
 
172
  File "..\..\..\..\..\Software\Tcl\bin\wish84.exe"
 
173
  SetOutPath "$INSTDIR\tcl\include"
 
174
  File "..\..\..\..\..\Software\Tcl\include\tcl.h"
 
175
  File "..\..\..\..\..\Software\Tcl\include\tclDecls.h"
 
176
  File "..\..\..\..\..\Software\Tcl\include\tclPlatDecls.h"
 
177
  File "..\..\..\..\..\Software\Tcl\include\tk.h"
 
178
  File "..\..\..\..\..\Software\Tcl\include\tkDecls.h"
 
179
  File "..\..\..\..\..\Software\Tcl\include\tkIntXlibDecls.h"
 
180
  File "..\..\..\..\..\Software\Tcl\include\tkPlatDecls.h"
 
181
  SetOutPath "$INSTDIR\tcl\include\X11"
 
182
  File "..\..\..\..\..\Software\Tcl\include\X11\cursorfont.h"
 
183
  File "..\..\..\..\..\Software\Tcl\include\X11\keysym.h"
 
184
  File "..\..\..\..\..\Software\Tcl\include\X11\keysymdef.h"
 
185
  File "..\..\..\..\..\Software\Tcl\include\X11\X.h"
 
186
  File "..\..\..\..\..\Software\Tcl\include\X11\Xatom.h"
 
187
  File "..\..\..\..\..\Software\Tcl\include\X11\Xfuncproto.h"
 
188
  File "..\..\..\..\..\Software\Tcl\include\X11\Xlib.h"
 
189
  File "..\..\..\..\..\Software\Tcl\include\X11\Xutil.h"
 
190
  SetOutPath "$INSTDIR\tcl\lib\dde1.2"
 
191
  File "..\..\..\..\..\Software\Tcl\lib\dde1.2\pkgIndex.tcl"
 
192
  File "..\..\..\..\..\Software\Tcl\lib\dde1.2\tcldde12.dll"
 
193
  SetOutPath "$INSTDIR\tcl\lib\reg1.1"
 
194
  File "..\..\..\..\..\Software\Tcl\lib\reg1.1\pkgIndex.tcl"
 
195
  File "..\..\..\..\..\Software\Tcl\lib\reg1.1\tclreg11.dll"
 
196
  SetOutPath "$INSTDIR\tcl\lib\tcl8.4"
 
197
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\auto.tcl"
 
198
  SetOutPath "$INSTDIR\tcl\lib\tcl8.4\encoding"
 
199
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\ascii.enc"
 
200
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\big5.enc"
 
201
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp1250.enc"
 
202
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp1251.enc"
 
203
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp1252.enc"
 
204
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp1253.enc"
 
205
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp1254.enc"
 
206
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp1255.enc"
 
207
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp1256.enc"
 
208
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp1257.enc"
 
209
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp1258.enc"
 
210
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp437.enc"
 
211
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp737.enc"
 
212
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp775.enc"
 
213
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp850.enc"
 
214
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp852.enc"
 
215
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp855.enc"
 
216
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp857.enc"
 
217
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp860.enc"
 
218
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp861.enc"
 
219
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp862.enc"
 
220
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp863.enc"
 
221
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp864.enc"
 
222
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp865.enc"
 
223
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp866.enc"
 
224
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp869.enc"
 
225
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp874.enc"
 
226
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp932.enc"
 
227
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp936.enc"
 
228
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp949.enc"
 
229
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\cp950.enc"
 
230
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\dingbats.enc"
 
231
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\ebcdic.enc"
 
232
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\euc-cn.enc"
 
233
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\euc-jp.enc"
 
234
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\euc-kr.enc"
 
235
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\gb12345.enc"
 
236
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\gb1988.enc"
 
237
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\gb2312-raw.enc"
 
238
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\gb2312.enc"
 
239
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\iso2022-jp.enc"
 
240
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\iso2022-kr.enc"
 
241
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\iso2022.enc"
 
242
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\iso8859-1.enc"
 
243
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\iso8859-10.enc"
 
244
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\iso8859-13.enc"
 
245
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\iso8859-14.enc"
 
246
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\iso8859-15.enc"
 
247
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\iso8859-16.enc"
 
248
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\iso8859-2.enc"
 
249
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\iso8859-3.enc"
 
250
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\iso8859-4.enc"
 
251
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\iso8859-5.enc"
 
252
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\iso8859-6.enc"
 
253
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\iso8859-7.enc"
 
254
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\iso8859-8.enc"
 
255
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\iso8859-9.enc"
 
256
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\jis0201.enc"
 
257
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\jis0208.enc"
 
258
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\jis0212.enc"
 
259
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\koi8-r.enc"
 
260
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\koi8-u.enc"
 
261
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\ksc5601.enc"
 
262
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\macCentEuro.enc"
 
263
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\macCroatian.enc"
 
264
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\macCyrillic.enc"
 
265
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\macDingbats.enc"
 
266
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\macGreek.enc"
 
267
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\macIceland.enc"
 
268
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\macJapan.enc"
 
269
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\macRoman.enc"
 
270
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\macRomania.enc"
 
271
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\macThai.enc"
 
272
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\macTurkish.enc"
 
273
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\macUkraine.enc"
 
274
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\shiftjis.enc"
 
275
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\symbol.enc"
 
276
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\encoding\tis-620.enc"
 
277
  SetOutPath "$INSTDIR\tcl\lib\tcl8.4"
 
278
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\history.tcl"
 
279
  SetOutPath "$INSTDIR\tcl\lib\tcl8.4\http1.0"
 
280
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\http1.0\http.tcl"
 
281
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\http1.0\pkgIndex.tcl"
 
282
  SetOutPath "$INSTDIR\tcl\lib\tcl8.4\http2.5"
 
283
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\http2.5\http.tcl"
 
284
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\http2.5\pkgIndex.tcl"
 
285
  SetOutPath "$INSTDIR\tcl\lib\tcl8.4"
 
286
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\init.tcl"
 
287
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\ldAout.tcl"
 
288
  SetOutPath "$INSTDIR\tcl\lib\tcl8.4\msgcat1.3"
 
289
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\msgcat1.3\msgcat.tcl"
 
290
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\msgcat1.3\pkgIndex.tcl"
 
291
  SetOutPath "$INSTDIR\tcl\lib\tcl8.4\opt0.4"
 
292
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\opt0.4\optparse.tcl"
 
293
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\opt0.4\pkgIndex.tcl"
 
294
  SetOutPath "$INSTDIR\tcl\lib\tcl8.4"
 
295
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\package.tcl"
 
296
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\parray.tcl"
 
297
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\safe.tcl"
 
298
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\tclIndex"
 
299
  SetOutPath "$INSTDIR\tcl\lib\tcl8.4\tcltest2.2"
 
300
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\tcltest2.2\pkgIndex.tcl"
 
301
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\tcltest2.2\tcltest.tcl"
 
302
  SetOutPath "$INSTDIR\tcl\lib\tcl8.4"
 
303
  File "..\..\..\..\..\Software\Tcl\lib\tcl8.4\word.tcl"
 
304
  SetOutPath "$INSTDIR\tcl\lib"
 
305
  File "..\..\..\..\..\Software\Tcl\lib\tcl84.lib"
 
306
  File "..\..\..\..\..\Software\Tcl\lib\tclstub84.lib"
 
307
  SetOutPath "$INSTDIR\tcl\lib\tk8.4"
 
308
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\bgerror.tcl"
 
309
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\button.tcl"
 
310
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\choosedir.tcl"
 
311
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\clrpick.tcl"
 
312
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\comdlg.tcl"
 
313
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\console.tcl"
 
314
  SetOutPath "$INSTDIR\tcl\lib\tk8.4\demos"
 
315
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\arrow.tcl"
 
316
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\bind.tcl"
 
317
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\bitmap.tcl"
 
318
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\browse"
 
319
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\button.tcl"
 
320
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\check.tcl"
 
321
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\clrpick.tcl"
 
322
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\colors.tcl"
 
323
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\cscroll.tcl"
 
324
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\ctext.tcl"
 
325
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\dialog1.tcl"
 
326
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\dialog2.tcl"
 
327
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\entry1.tcl"
 
328
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\entry2.tcl"
 
329
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\entry3.tcl"
 
330
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\filebox.tcl"
 
331
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\floor.tcl"
 
332
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\form.tcl"
 
333
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\hello"
 
334
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\hscale.tcl"
 
335
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\icon.tcl"
 
336
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\image1.tcl"
 
337
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\image2.tcl"
 
338
  SetOutPath "$INSTDIR\tcl\lib\tk8.4\demos\images"
 
339
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\images\earth.gif"
 
340
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\images\earthris.gif"
 
341
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\images\face.bmp"
 
342
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\images\flagdown.bmp"
 
343
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\images\flagup.bmp"
 
344
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\images\gray25.bmp"
 
345
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\images\letters.bmp"
 
346
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\images\noletter.bmp"
 
347
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\images\pattern.bmp"
 
348
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\images\tcllogo.gif"
 
349
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\images\teapot.ppm"
 
350
  SetOutPath "$INSTDIR\tcl\lib\tk8.4\demos"
 
351
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\items.tcl"
 
352
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\ixset"
 
353
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\label.tcl"
 
354
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\labelframe.tcl"
 
355
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\license.terms"
 
356
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\menu.tcl"
 
357
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\menubu.tcl"
 
358
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\msgbox.tcl"
 
359
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\paned1.tcl"
 
360
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\paned2.tcl"
 
361
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\plot.tcl"
 
362
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\puzzle.tcl"
 
363
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\radio.tcl"
 
364
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\README"
 
365
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\rmt"
 
366
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\rolodex"
 
367
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\ruler.tcl"
 
368
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\sayings.tcl"
 
369
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\search.tcl"
 
370
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\spin.tcl"
 
371
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\square"
 
372
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\states.tcl"
 
373
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\style.tcl"
 
374
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\tclIndex"
 
375
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\tcolor"
 
376
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\text.tcl"
 
377
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\timer"
 
378
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\twind.tcl"
 
379
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\unicodeout.tcl"
 
380
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\vscale.tcl"
 
381
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\demos\widget"
 
382
  SetOutPath "$INSTDIR\tcl\lib\tk8.4"
 
383
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\dialog.tcl"
 
384
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\entry.tcl"
 
385
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\focus.tcl"
 
386
  SetOutPath "$INSTDIR\tcl\lib\tk8.4\images"
 
387
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\images\logo.eps"
 
388
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\images\logo100.gif"
 
389
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\images\logo64.gif"
 
390
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\images\logoLarge.gif"
 
391
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\images\logoMed.gif"
 
392
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\images\pwrdLogo.eps"
 
393
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\images\pwrdLogo100.gif"
 
394
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\images\pwrdLogo150.gif"
 
395
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\images\pwrdLogo175.gif"
 
396
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\images\pwrdLogo200.gif"
 
397
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\images\pwrdLogo75.gif"
 
398
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\images\README"
 
399
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\images\tai-ku.gif"
 
400
  SetOutPath "$INSTDIR\tcl\lib\tk8.4"
 
401
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\license.terms"
 
402
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\listbox.tcl"
 
403
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\menu.tcl"
 
404
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\mkpsenc.tcl"
 
405
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\msgbox.tcl"
 
406
  SetOutPath "$INSTDIR\tcl\lib\tk8.4\msgs"
 
407
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\msgs\cs.msg"
 
408
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\msgs\de.msg"
 
409
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\msgs\el.msg"
 
410
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\msgs\en.msg"
 
411
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\msgs\en_gb.msg"
 
412
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\msgs\eo.msg"
 
413
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\msgs\es.msg"
 
414
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\msgs\fr.msg"
 
415
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\msgs\it.msg"
 
416
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\msgs\nl.msg"
 
417
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\msgs\pl.msg"
 
418
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\msgs\ru.msg"
 
419
  SetOutPath "$INSTDIR\tcl\lib\tk8.4"
 
420
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\obsolete.tcl"
 
421
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\optMenu.tcl"
 
422
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\palette.tcl"
 
423
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\panedwindow.tcl"
 
424
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\pkgIndex.tcl"
 
425
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\safetk.tcl"
 
426
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\scale.tcl"
 
427
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\scrlbar.tcl"
 
428
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\spinbox.tcl"
 
429
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\tclIndex"
 
430
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\tearoff.tcl"
 
431
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\text.tcl"
 
432
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\tk.tcl"
 
433
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\tkfbox.tcl"
 
434
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\unsupported.tcl"
 
435
  File "..\..\..\..\..\Software\Tcl\lib\tk8.4\xmfbox.tcl"
 
436
  SetOutPath "$INSTDIR\tcl\lib"
 
437
  File "..\..\..\..\..\Software\Tcl\lib\tk84.lib"
 
438
  File "..\..\..\..\..\Software\Tcl\lib\tkstub84.lib"
 
439
SectionEnd
 
440
 
 
441
Var wish_exe_path
 
442
 
 
443
Function WishExePage
 
444
SectionGetFlags ${SEC02} $R0
 
445
IntOp $R0 $R0 & ${SF_SELECTED}
 
446
IntCmp $R0 ${SF_SELECTED} 0 show
 
447
Abort
 
448
show:
 
449
!insertmacro MUI_HEADER_TEXT "Tcl/Tk Location" "Enter the location for the wish (Tcl/Tk) executable"
 
450
!insertmacro MUI_INSTALLOPTIONS_DISPLAY "wishexe.ini"
 
451
FunctionEnd
 
452
 
 
453
Function WishExeValidate
 
454
ReadIniStr $wish_exe_path "$PLUGINSDIR\wishexe.ini" "Field 2" "State"
 
455
IfFileExists $wish_exe_path +3 0
 
456
  MessageBox MB_ICONSTOP|MB_OK "The specified location for the wish executable does not exist."
 
457
  Abort
 
458
FunctionEnd
 
459
 
 
460
Section -AdditionalIcons
 
461
  SetOutPath $INSTDIR
 
462
  WriteIniStr "$INSTDIR\${PRODUCT_NAME}.url" "InternetShortcut" "URL" "${PRODUCT_WEB_SITE}"
 
463
  CreateShortCut "$SMPROGRAMS\XCircuit-tcl\Website.lnk" "$INSTDIR\${PRODUCT_NAME}.url"
 
464
  CreateShortCut "$SMPROGRAMS\XCircuit-tcl\Uninstall.lnk" "$INSTDIR\uninst.exe"
 
465
SectionEnd
 
466
 
 
467
Section -Post
 
468
  WriteUninstaller "$INSTDIR\uninst.exe"
 
469
  WriteRegStr HKLM "${PRODUCT_DIR_REGKEY}" "" "$INSTDIR\bin\xcircuit-win32.exe"
 
470
  StrCmp $wish_exe_path "" use_builtin_tcl use_system_tcl
 
471
use_builtin_tcl:
 
472
  WriteRegStr HKLM "${PRODUCT_DIR_REGKEY}" "WishExe" "$INSTDIR\tcl\bin\wish84.exe"
 
473
  Goto done
 
474
use_system_tcl:
 
475
  WriteRegStr HKLM "${PRODUCT_DIR_REGKEY}" "WishExe" "$wish_exe_path"
 
476
done:
 
477
  WriteRegStr HKLM "${PRODUCT_DIR_REGKEY}" "LibPath" "$INSTDIR\xcircuit-3.4"
 
478
  WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayName" "$(^Name)"
 
479
  WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "UninstallString" "$INSTDIR\uninst.exe"
 
480
  WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayIcon" "$INSTDIR\bin\xcircuit-win32.exe"
 
481
  WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayVersion" "${PRODUCT_VERSION}"
 
482
  WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "URLInfoAbout" "${PRODUCT_WEB_SITE}"
 
483
  WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "Publisher" "${PRODUCT_PUBLISHER}"
 
484
SectionEnd
 
485
 
 
486
; Section descriptions
 
487
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
 
488
  !insertmacro MUI_DESCRIPTION_TEXT ${SEC01} "XCircuit Application"
 
489
  !insertmacro MUI_DESCRIPTION_TEXT ${SEC02} "Tcl/Tk Framework (compiled for Win32 platforms)"
 
490
!insertmacro MUI_FUNCTION_DESCRIPTION_END
 
491
 
 
492
 
 
493
Function un.onUninstSuccess
 
494
  HideWindow
 
495
  MessageBox MB_ICONINFORMATION|MB_OK "$(^Name) was successfully removed from your computer."
 
496
FunctionEnd
 
497
 
 
498
Function un.onInit
 
499
  MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "Are you sure you want to completely remove $(^Name) and all of its components?" IDYES +2
 
500
  Abort
 
501
FunctionEnd
 
502
 
 
503
Section Uninstall
 
504
  Delete "$INSTDIR\${PRODUCT_NAME}.url"
 
505
  Delete "$INSTDIR\uninst.exe"
 
506
  Delete "$INSTDIR\tcl\lib\tkstub84.lib"
 
507
  Delete "$INSTDIR\tcl\lib\tk84.lib"
 
508
  Delete "$INSTDIR\tcl\lib\tk8.4\xmfbox.tcl"
 
509
  Delete "$INSTDIR\tcl\lib\tk8.4\unsupported.tcl"
 
510
  Delete "$INSTDIR\tcl\lib\tk8.4\tkfbox.tcl"
 
511
  Delete "$INSTDIR\tcl\lib\tk8.4\tk.tcl"
 
512
  Delete "$INSTDIR\tcl\lib\tk8.4\text.tcl"
 
513
  Delete "$INSTDIR\tcl\lib\tk8.4\tearoff.tcl"
 
514
  Delete "$INSTDIR\tcl\lib\tk8.4\tclIndex"
 
515
  Delete "$INSTDIR\tcl\lib\tk8.4\spinbox.tcl"
 
516
  Delete "$INSTDIR\tcl\lib\tk8.4\scrlbar.tcl"
 
517
  Delete "$INSTDIR\tcl\lib\tk8.4\scale.tcl"
 
518
  Delete "$INSTDIR\tcl\lib\tk8.4\safetk.tcl"
 
519
  Delete "$INSTDIR\tcl\lib\tk8.4\pkgIndex.tcl"
 
520
  Delete "$INSTDIR\tcl\lib\tk8.4\panedwindow.tcl"
 
521
  Delete "$INSTDIR\tcl\lib\tk8.4\palette.tcl"
 
522
  Delete "$INSTDIR\tcl\lib\tk8.4\optMenu.tcl"
 
523
  Delete "$INSTDIR\tcl\lib\tk8.4\obsolete.tcl"
 
524
  Delete "$INSTDIR\tcl\lib\tk8.4\msgs\ru.msg"
 
525
  Delete "$INSTDIR\tcl\lib\tk8.4\msgs\pl.msg"
 
526
  Delete "$INSTDIR\tcl\lib\tk8.4\msgs\nl.msg"
 
527
  Delete "$INSTDIR\tcl\lib\tk8.4\msgs\it.msg"
 
528
  Delete "$INSTDIR\tcl\lib\tk8.4\msgs\fr.msg"
 
529
  Delete "$INSTDIR\tcl\lib\tk8.4\msgs\es.msg"
 
530
  Delete "$INSTDIR\tcl\lib\tk8.4\msgs\eo.msg"
 
531
  Delete "$INSTDIR\tcl\lib\tk8.4\msgs\en_gb.msg"
 
532
  Delete "$INSTDIR\tcl\lib\tk8.4\msgs\en.msg"
 
533
  Delete "$INSTDIR\tcl\lib\tk8.4\msgs\el.msg"
 
534
  Delete "$INSTDIR\tcl\lib\tk8.4\msgs\de.msg"
 
535
  Delete "$INSTDIR\tcl\lib\tk8.4\msgs\cs.msg"
 
536
  Delete "$INSTDIR\tcl\lib\tk8.4\msgbox.tcl"
 
537
  Delete "$INSTDIR\tcl\lib\tk8.4\mkpsenc.tcl"
 
538
  Delete "$INSTDIR\tcl\lib\tk8.4\menu.tcl"
 
539
  Delete "$INSTDIR\tcl\lib\tk8.4\listbox.tcl"
 
540
  Delete "$INSTDIR\tcl\lib\tk8.4\license.terms"
 
541
  Delete "$INSTDIR\tcl\lib\tk8.4\images\tai-ku.gif"
 
542
  Delete "$INSTDIR\tcl\lib\tk8.4\images\README"
 
543
  Delete "$INSTDIR\tcl\lib\tk8.4\images\pwrdLogo75.gif"
 
544
  Delete "$INSTDIR\tcl\lib\tk8.4\images\pwrdLogo200.gif"
 
545
  Delete "$INSTDIR\tcl\lib\tk8.4\images\pwrdLogo175.gif"
 
546
  Delete "$INSTDIR\tcl\lib\tk8.4\images\pwrdLogo150.gif"
 
547
  Delete "$INSTDIR\tcl\lib\tk8.4\images\pwrdLogo100.gif"
 
548
  Delete "$INSTDIR\tcl\lib\tk8.4\images\pwrdLogo.eps"
 
549
  Delete "$INSTDIR\tcl\lib\tk8.4\images\logoMed.gif"
 
550
  Delete "$INSTDIR\tcl\lib\tk8.4\images\logoLarge.gif"
 
551
  Delete "$INSTDIR\tcl\lib\tk8.4\images\logo64.gif"
 
552
  Delete "$INSTDIR\tcl\lib\tk8.4\images\logo100.gif"
 
553
  Delete "$INSTDIR\tcl\lib\tk8.4\images\logo.eps"
 
554
  Delete "$INSTDIR\tcl\lib\tk8.4\focus.tcl"
 
555
  Delete "$INSTDIR\tcl\lib\tk8.4\entry.tcl"
 
556
  Delete "$INSTDIR\tcl\lib\tk8.4\dialog.tcl"
 
557
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\widget"
 
558
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\vscale.tcl"
 
559
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\unicodeout.tcl"
 
560
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\twind.tcl"
 
561
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\timer"
 
562
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\text.tcl"
 
563
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\tcolor"
 
564
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\tclIndex"
 
565
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\style.tcl"
 
566
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\states.tcl"
 
567
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\square"
 
568
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\spin.tcl"
 
569
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\search.tcl"
 
570
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\sayings.tcl"
 
571
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\ruler.tcl"
 
572
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\rolodex"
 
573
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\rmt"
 
574
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\README"
 
575
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\radio.tcl"
 
576
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\puzzle.tcl"
 
577
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\plot.tcl"
 
578
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\paned2.tcl"
 
579
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\paned1.tcl"
 
580
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\msgbox.tcl"
 
581
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\menubu.tcl"
 
582
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\menu.tcl"
 
583
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\license.terms"
 
584
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\labelframe.tcl"
 
585
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\label.tcl"
 
586
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\ixset"
 
587
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\items.tcl"
 
588
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\images\teapot.ppm"
 
589
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\images\tcllogo.gif"
 
590
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\images\pattern.bmp"
 
591
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\images\noletter.bmp"
 
592
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\images\letters.bmp"
 
593
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\images\gray25.bmp"
 
594
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\images\flagup.bmp"
 
595
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\images\flagdown.bmp"
 
596
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\images\face.bmp"
 
597
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\images\earthris.gif"
 
598
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\images\earth.gif"
 
599
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\image2.tcl"
 
600
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\image1.tcl"
 
601
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\icon.tcl"
 
602
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\hscale.tcl"
 
603
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\hello"
 
604
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\form.tcl"
 
605
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\floor.tcl"
 
606
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\filebox.tcl"
 
607
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\entry3.tcl"
 
608
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\entry2.tcl"
 
609
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\entry1.tcl"
 
610
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\dialog2.tcl"
 
611
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\dialog1.tcl"
 
612
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\ctext.tcl"
 
613
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\cscroll.tcl"
 
614
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\colors.tcl"
 
615
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\clrpick.tcl"
 
616
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\check.tcl"
 
617
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\button.tcl"
 
618
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\browse"
 
619
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\bitmap.tcl"
 
620
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\bind.tcl"
 
621
  Delete "$INSTDIR\tcl\lib\tk8.4\demos\arrow.tcl"
 
622
  Delete "$INSTDIR\tcl\lib\tk8.4\console.tcl"
 
623
  Delete "$INSTDIR\tcl\lib\tk8.4\comdlg.tcl"
 
624
  Delete "$INSTDIR\tcl\lib\tk8.4\clrpick.tcl"
 
625
  Delete "$INSTDIR\tcl\lib\tk8.4\choosedir.tcl"
 
626
  Delete "$INSTDIR\tcl\lib\tk8.4\button.tcl"
 
627
  Delete "$INSTDIR\tcl\lib\tk8.4\bgerror.tcl"
 
628
  Delete "$INSTDIR\tcl\lib\tclstub84.lib"
 
629
  Delete "$INSTDIR\tcl\lib\tcl84.lib"
 
630
  Delete "$INSTDIR\tcl\lib\tcl8.4\word.tcl"
 
631
  Delete "$INSTDIR\tcl\lib\tcl8.4\tcltest2.2\tcltest.tcl"
 
632
  Delete "$INSTDIR\tcl\lib\tcl8.4\tcltest2.2\pkgIndex.tcl"
 
633
  Delete "$INSTDIR\tcl\lib\tcl8.4\tclIndex"
 
634
  Delete "$INSTDIR\tcl\lib\tcl8.4\safe.tcl"
 
635
  Delete "$INSTDIR\tcl\lib\tcl8.4\parray.tcl"
 
636
  Delete "$INSTDIR\tcl\lib\tcl8.4\package.tcl"
 
637
  Delete "$INSTDIR\tcl\lib\tcl8.4\opt0.4\pkgIndex.tcl"
 
638
  Delete "$INSTDIR\tcl\lib\tcl8.4\opt0.4\optparse.tcl"
 
639
  Delete "$INSTDIR\tcl\lib\tcl8.4\msgcat1.3\pkgIndex.tcl"
 
640
  Delete "$INSTDIR\tcl\lib\tcl8.4\msgcat1.3\msgcat.tcl"
 
641
  Delete "$INSTDIR\tcl\lib\tcl8.4\ldAout.tcl"
 
642
  Delete "$INSTDIR\tcl\lib\tcl8.4\init.tcl"
 
643
  Delete "$INSTDIR\tcl\lib\tcl8.4\http2.5\pkgIndex.tcl"
 
644
  Delete "$INSTDIR\tcl\lib\tcl8.4\http2.5\http.tcl"
 
645
  Delete "$INSTDIR\tcl\lib\tcl8.4\http1.0\pkgIndex.tcl"
 
646
  Delete "$INSTDIR\tcl\lib\tcl8.4\http1.0\http.tcl"
 
647
  Delete "$INSTDIR\tcl\lib\tcl8.4\history.tcl"
 
648
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\tis-620.enc"
 
649
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\symbol.enc"
 
650
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\shiftjis.enc"
 
651
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\macUkraine.enc"
 
652
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\macTurkish.enc"
 
653
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\macThai.enc"
 
654
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\macRomania.enc"
 
655
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\macRoman.enc"
 
656
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\macJapan.enc"
 
657
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\macIceland.enc"
 
658
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\macGreek.enc"
 
659
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\macDingbats.enc"
 
660
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\macCyrillic.enc"
 
661
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\macCroatian.enc"
 
662
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\macCentEuro.enc"
 
663
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\ksc5601.enc"
 
664
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\koi8-u.enc"
 
665
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\koi8-r.enc"
 
666
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\jis0212.enc"
 
667
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\jis0208.enc"
 
668
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\jis0201.enc"
 
669
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\iso8859-9.enc"
 
670
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\iso8859-8.enc"
 
671
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\iso8859-7.enc"
 
672
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\iso8859-6.enc"
 
673
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\iso8859-5.enc"
 
674
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\iso8859-4.enc"
 
675
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\iso8859-3.enc"
 
676
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\iso8859-2.enc"
 
677
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\iso8859-16.enc"
 
678
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\iso8859-15.enc"
 
679
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\iso8859-14.enc"
 
680
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\iso8859-13.enc"
 
681
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\iso8859-10.enc"
 
682
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\iso8859-1.enc"
 
683
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\iso2022.enc"
 
684
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\iso2022-kr.enc"
 
685
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\iso2022-jp.enc"
 
686
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\gb2312.enc"
 
687
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\gb2312-raw.enc"
 
688
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\gb1988.enc"
 
689
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\gb12345.enc"
 
690
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\euc-kr.enc"
 
691
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\euc-jp.enc"
 
692
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\euc-cn.enc"
 
693
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\ebcdic.enc"
 
694
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\dingbats.enc"
 
695
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp950.enc"
 
696
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp949.enc"
 
697
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp936.enc"
 
698
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp932.enc"
 
699
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp874.enc"
 
700
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp869.enc"
 
701
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp866.enc"
 
702
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp865.enc"
 
703
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp864.enc"
 
704
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp863.enc"
 
705
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp862.enc"
 
706
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp861.enc"
 
707
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp860.enc"
 
708
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp857.enc"
 
709
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp855.enc"
 
710
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp852.enc"
 
711
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp850.enc"
 
712
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp775.enc"
 
713
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp737.enc"
 
714
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp437.enc"
 
715
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp1258.enc"
 
716
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp1257.enc"
 
717
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp1256.enc"
 
718
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp1255.enc"
 
719
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp1254.enc"
 
720
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp1253.enc"
 
721
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp1252.enc"
 
722
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp1251.enc"
 
723
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\cp1250.enc"
 
724
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\big5.enc"
 
725
  Delete "$INSTDIR\tcl\lib\tcl8.4\encoding\ascii.enc"
 
726
  Delete "$INSTDIR\tcl\lib\tcl8.4\auto.tcl"
 
727
  Delete "$INSTDIR\tcl\lib\reg1.1\tclreg11.dll"
 
728
  Delete "$INSTDIR\tcl\lib\reg1.1\pkgIndex.tcl"
 
729
  Delete "$INSTDIR\tcl\lib\dde1.2\tcldde12.dll"
 
730
  Delete "$INSTDIR\tcl\lib\dde1.2\pkgIndex.tcl"
 
731
  Delete "$INSTDIR\tcl\include\X11\Xutil.h"
 
732
  Delete "$INSTDIR\tcl\include\X11\Xlib.h"
 
733
  Delete "$INSTDIR\tcl\include\X11\Xfuncproto.h"
 
734
  Delete "$INSTDIR\tcl\include\X11\Xatom.h"
 
735
  Delete "$INSTDIR\tcl\include\X11\X.h"
 
736
  Delete "$INSTDIR\tcl\include\X11\keysymdef.h"
 
737
  Delete "$INSTDIR\tcl\include\X11\keysym.h"
 
738
  Delete "$INSTDIR\tcl\include\X11\cursorfont.h"
 
739
  Delete "$INSTDIR\tcl\include\tkPlatDecls.h"
 
740
  Delete "$INSTDIR\tcl\include\tkIntXlibDecls.h"
 
741
  Delete "$INSTDIR\tcl\include\tkDecls.h"
 
742
  Delete "$INSTDIR\tcl\include\tk.h"
 
743
  Delete "$INSTDIR\tcl\include\tclPlatDecls.h"
 
744
  Delete "$INSTDIR\tcl\include\tclDecls.h"
 
745
  Delete "$INSTDIR\tcl\include\tcl.h"
 
746
  Delete "$INSTDIR\tcl\bin\wish84.exe"
 
747
  Delete "$INSTDIR\tcl\bin\tk84.dll"
 
748
  Delete "$INSTDIR\tcl\bin\tclsh84.exe"
 
749
  Delete "$INSTDIR\tcl\bin\tclpip84.dll"
 
750
  Delete "$INSTDIR\tcl\bin\tcl84.dll"
 
751
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\stip88.xbm"
 
752
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\solid.xbm"
 
753
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\stip12.xbm"
 
754
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\stip25.xbm"
 
755
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\stip38.xbm"
 
756
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\stip50.xbm"
 
757
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\stip62.xbm"
 
758
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\stip75.xbm"
 
759
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\z5.gif"
 
760
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\a.gif"
 
761
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\b.gif"
 
762
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\bd.gif"
 
763
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\ccw.gif"
 
764
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\co.gif"
 
765
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\cp.gif"
 
766
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\cw.gif"
 
767
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\d2.gif"
 
768
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\e.gif"
 
769
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\fi.gif"
 
770
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\fx.gif"
 
771
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\fy.gif"
 
772
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\i.gif"
 
773
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\li.gif"
 
774
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\mk.gif"
 
775
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\mv.gif"
 
776
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\pa.gif"
 
777
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\pl.gif"
 
778
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\pm.gif"
 
779
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\pn.gif"
 
780
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\po2.gif"
 
781
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\pu2.gif"
 
782
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\pz.gif"
 
783
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\q.gif"
 
784
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\s.gif"
 
785
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\t.gif"
 
786
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\tg.gif"
 
787
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\ti.gif"
 
788
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\tp.gif"
 
789
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\uj.gif"
 
790
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\w.gif"
 
791
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\xcircuit.gif"
 
792
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\yp.gif"
 
793
  Delete "$INSTDIR\xcircuit-3.4\pixmaps\z4.gif"
 
794
  Delete "$INSTDIR\xcircuit-3.4\fonts\courier.lps"
 
795
  Delete "$INSTDIR\xcircuit-3.4\fonts\courier.xfe"
 
796
  Delete "$INSTDIR\xcircuit-3.4\fonts\courieriso2.lps"
 
797
  Delete "$INSTDIR\xcircuit-3.4\fonts\courieriso2.xfe"
 
798
  Delete "$INSTDIR\xcircuit-3.4\fonts\courieriso5.lps"
 
799
  Delete "$INSTDIR\xcircuit-3.4\fonts\courieriso5.xfe"
 
800
  Delete "$INSTDIR\xcircuit-3.4\fonts\courieriso.xfe"
 
801
  Delete "$INSTDIR\xcircuit-3.4\fonts\helvetica.lps"
 
802
  Delete "$INSTDIR\xcircuit-3.4\fonts\helvetica.xfe"
 
803
  Delete "$INSTDIR\xcircuit-3.4\fonts\helveticaiso2.lps"
 
804
  Delete "$INSTDIR\xcircuit-3.4\fonts\helveticaiso2.xfe"
 
805
  Delete "$INSTDIR\xcircuit-3.4\fonts\helveticaiso5.lps"
 
806
  Delete "$INSTDIR\xcircuit-3.4\fonts\helveticaiso5.xfe"
 
807
  Delete "$INSTDIR\xcircuit-3.4\fonts\helveticaiso.xfe"
 
808
  Delete "$INSTDIR\xcircuit-3.4\fonts\myfont.lps"
 
809
  Delete "$INSTDIR\xcircuit-3.4\fonts\myfont.xfe"
 
810
  Delete "$INSTDIR\xcircuit-3.4\fonts\symbol.lps"
 
811
  Delete "$INSTDIR\xcircuit-3.4\fonts\symbol.xfe"
 
812
  Delete "$INSTDIR\xcircuit-3.4\fonts\times_roman.lps"
 
813
  Delete "$INSTDIR\xcircuit-3.4\fonts\times_roman.xfe"
 
814
  Delete "$INSTDIR\xcircuit-3.4\fonts\times_romaniso2.lps"
 
815
  Delete "$INSTDIR\xcircuit-3.4\fonts\times_romaniso2.xfe"
 
816
  Delete "$INSTDIR\xcircuit-3.4\fonts\times_romaniso5.lps"
 
817
  Delete "$INSTDIR\xcircuit-3.4\fonts\times_romaniso5.xfe"
 
818
  Delete "$INSTDIR\xcircuit-3.4\fonts\times_romaniso.xfe"
 
819
  Delete "$INSTDIR\xcircuit-3.4\xcircps2.pro"
 
820
  Delete "$INSTDIR\xcircuit-3.4\analog.lps"
 
821
  Delete "$INSTDIR\xcircuit-3.4\analoglib2.lps"
 
822
  Delete "$INSTDIR\xcircuit-3.4\asg_spice.lps"
 
823
  Delete "$INSTDIR\xcircuit-3.4\avlsi.lps"
 
824
  Delete "$INSTDIR\xcircuit-3.4\digital.lps"
 
825
  Delete "$INSTDIR\xcircuit-3.4\generic.lps"
 
826
  Delete "$INSTDIR\xcircuit-3.4\ic_templates.lps"
 
827
  Delete "$INSTDIR\xcircuit-3.4\lgf.lps"
 
828
  Delete "$INSTDIR\xcircuit-3.4\musiclib.lps"
 
829
  Delete "$INSTDIR\xcircuit-3.4\pcb.lps"
 
830
  Delete "$INSTDIR\xcircuit-3.4\pcb_layout.lps"
 
831
  Delete "$INSTDIR\xcircuit-3.4\quadparts.lps"
 
832
  Delete "$INSTDIR\xcircuit-3.4\series74xx.lps"
 
833
  Delete "$INSTDIR\xcircuit-3.4\signal.lps"
 
834
  Delete "$INSTDIR\xcircuit-3.4\xcircexec.exe"
 
835
  Delete "$INSTDIR\xcircuit-3.4\xcircuit.dll"
 
836
  Delete "$INSTDIR\xcircuit-3.4\xcstartup.tcl"
 
837
  Delete "$INSTDIR\xcircuit-3.4\panzoom.tcl"
 
838
  Delete "$INSTDIR\xcircuit-3.4\pcbout.tcl"
 
839
  Delete "$INSTDIR\xcircuit-3.4\resource.tcl"
 
840
  Delete "$INSTDIR\xcircuit-3.4\sue_xc.tcl"
 
841
  Delete "$INSTDIR\xcircuit-3.4\tkcon.tcl"
 
842
  Delete "$INSTDIR\xcircuit-3.4\wrapper.tcl"
 
843
  Delete "$INSTDIR\xcircuit-3.4\xcircuit.tcl"
 
844
  Delete "$INSTDIR\xcircuit-3.4\ngspice.tcl"
 
845
  Delete "$INSTDIR\xcircuit-3.4\library.tcl"
 
846
  Delete "$INSTDIR\xcircuit-3.4\console.tcl"
 
847
  Delete "$INSTDIR\xcircuit-3.4\bparams.tcl"
 
848
  Delete "$INSTDIR\bin\xcircuit.bat"
 
849
  Delete "$INSTDIR\bin\xcircuit-win32.exe"
 
850
 
 
851
  Delete "$SMPROGRAMS\XCircuit-tcl\Uninstall.lnk"
 
852
  Delete "$SMPROGRAMS\XCircuit-tcl\Website.lnk"
 
853
  Delete "$DESKTOP\XCircuit-tcl.lnk"
 
854
  Delete "$SMPROGRAMS\XCircuit-tcl\XCircuit-tcl.lnk"
 
855
 
 
856
  RMDir "$SMPROGRAMS\XCircuit-tcl"
 
857
  RMDir "$INSTDIR\xcircuit-3.4\pixmaps"
 
858
  RMDir "$INSTDIR\xcircuit-3.4\fonts"
 
859
  RMDir "$INSTDIR\xcircuit-3.4"
 
860
  RMDir "$INSTDIR\tcl\lib\tk8.4\msgs"
 
861
  RMDir "$INSTDIR\tcl\lib\tk8.4\images"
 
862
  RMDir "$INSTDIR\tcl\lib\tk8.4\demos\images"
 
863
  RMDir "$INSTDIR\tcl\lib\tk8.4\demos"
 
864
  RMDir "$INSTDIR\tcl\lib\tk8.4"
 
865
  RMDir "$INSTDIR\tcl\lib\tcl8.4\tcltest2.2"
 
866
  RMDir "$INSTDIR\tcl\lib\tcl8.4\opt0.4"
 
867
  RMDir "$INSTDIR\tcl\lib\tcl8.4\msgcat1.3"
 
868
  RMDir "$INSTDIR\tcl\lib\tcl8.4\http2.5"
 
869
  RMDir "$INSTDIR\tcl\lib\tcl8.4\http1.0"
 
870
  RMDir "$INSTDIR\tcl\lib\tcl8.4\encoding"
 
871
  RMDir "$INSTDIR\tcl\lib\tcl8.4"
 
872
  RMDir "$INSTDIR\tcl\lib\reg1.1"
 
873
  RMDir "$INSTDIR\tcl\lib\dde1.2"
 
874
  RMDir "$INSTDIR\tcl\lib"
 
875
  RMDir "$INSTDIR\tcl\include\X11"
 
876
  RMDir "$INSTDIR\tcl\include"
 
877
  RMDir "$INSTDIR\tcl\bin"
 
878
  RMDir "$INSTDIR\tcl"
 
879
  RMDir "$INSTDIR\bin"
 
880
  RMDir "$INSTDIR"
 
881
 
 
882
  DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}"
 
883
  DeleteRegKey HKLM "${PRODUCT_DIR_REGKEY}"
 
884
  SetAutoClose true
 
885
SectionEnd