/PC/VS7.1/python.iss

http://unladen-swallow.googlecode.com/ · Unknown · 346 lines · 275 code · 71 blank · 0 comment · 0 complexity · d3b32b6a768c63972d1a44e3e4dd9ac3 MD5 · raw file

  1. ; Script generated by the Inno Setup Script Wizard.
  2. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
  3. ; This is the whole ball of wax for an Inno installer for Python.
  4. ; To use, download Inno Setup from http://www.jrsoftware.org/isdl.htm/,
  5. ; install it, and double-click on this file. That launches the Inno
  6. ; script compiler. The GUI is extemely simple, and has only one button
  7. ; you may not recognize instantly: click it. You're done. It builds
  8. ; the installer into PCBuild/Python-2.2a1.exe. Size and speed of the
  9. ; installer are competitive with the Wise installer; Inno uninstall
  10. ; seems much quicker than Wise (but also feebler, and the uninstall
  11. ; log is in some un(human)readable binary format).
  12. ;
  13. ; What's Done
  14. ; -----------
  15. ; All the usual Windows Python files are installed by this now.
  16. ; All the usual Windows Python Start menu entries are created and
  17. ; work fine.
  18. ; .py, .pyw, .pyc and .pyo extensions are registered.
  19. ; PROBLEM: Inno uninstall does not restore their previous registry
  20. ; associations (if any). Wise did. This will make life
  21. ; difficult for alpha (etc) testers.
  22. ; The Python install is fully functional for "typical" uses.
  23. ;
  24. ; What's Not Done
  25. ; ---------------
  26. ; None of "Mark Hammond's" registry entries are written.
  27. ; No installation of files is done into the system dir:
  28. ; The MS DLLs aren't handled at all by this yet.
  29. ; Python22.dll is unpacked into the main Python dir.
  30. ;
  31. ; Inno can't do different things on NT/2000 depending on whether the user
  32. ; has Admin privileges, so I don't know how to "solve" either of those,
  33. ; short of building two installers (one *requiring* Admin privs, the
  34. ; other not doing anything that needs Admin privs).
  35. ;
  36. ; Inno has no concept of variables, so lots of lines in this file need
  37. ; to be fiddled by hand across releases. Simplest way out: stick this
  38. ; file in a giant triple-quoted r-string (note that backslashes are
  39. ; required all over the place here -- forward slashes DON'T WORK in
  40. ; Inno), and use %(yadda)s string interpolation to do substitutions; i.e.,
  41. ; write a very simple Python program to *produce* this script.
  42. [Setup]
  43. AppName=Python and combined Win32 Extensions
  44. AppVerName=Python 2.2.2 and combined Win32 Extensions 150
  45. AppId=Python 2.2.2.150
  46. AppVersion=2.2.2.150
  47. AppCopyright=Python is Copyright Š 2001 Python Software Foundation. Win32 Extensions are Copyright Š 1996-2001 Greg Stein and Mark Hammond.
  48. ; Default install dir; value of {app} later (unless user overrides).
  49. ; {sd} = system root drive, probably "C:".
  50. DefaultDirName={sd}\Python22
  51. ;DefaultDirName={pf}\Python
  52. ; Start menu folder name; value of {group} later (unless user overrides).
  53. DefaultGroupName=Python 2.2
  54. ; Point SourceDir to one above PCBuild = src.
  55. ; means this script can run unchanged from anyone's CVS tree, no matter
  56. ; what they called the top-level directories.
  57. SourceDir=.
  58. OutputDir=..
  59. OutputBaseFilename=Python-2.2.2-Win32-150-Setup
  60. AppPublisher=PythonLabs at Digital Creations
  61. AppPublisherURL=http://www.python.org
  62. AppSupportURL=http://www.python.org
  63. AppUpdatesURL=http://www.python.org
  64. AlwaysCreateUninstallIcon=true
  65. ChangesAssociations=true
  66. UninstallLogMode=new
  67. AllowNoIcons=true
  68. AdminPrivilegesRequired=true
  69. UninstallDisplayIcon={app}\pyc.ico
  70. WizardDebug=false
  71. ; The fewer screens the better; leave these commented.
  72. Compression=bzip
  73. InfoBeforeFile=LICENSE.txt
  74. ;InfoBeforeFile=Misc\NEWS
  75. ; uncomment the following line if you want your installation to run on NT 3.51 too.
  76. ; MinVersion=4,3.51
  77. [Types]
  78. Name: normal; Description: Select desired components; Flags: iscustom
  79. [Components]
  80. Name: main; Description: Python and Win32 Extensions; Types: normal
  81. Name: docs; Description: Python documentation (HTML); Types: normal
  82. Name: tk; Description: TCL/TK, tkinter, and Idle; Types: normal
  83. Name: tools; Description: Python utility scripts (Tools\); Types: normal
  84. Name: test; Description: Python test suite (Lib\test\); Types: normal
  85. [Tasks]
  86. Name: extensions; Description: Register file associations (.py, .pyw, .pyc, .pyo); Components: main; Check: IsAdminLoggedOn
  87. [Files]
  88. ; Caution: Using forward slashes instead screws up in amazing ways.
  89. ; Unknown: By the time Components (and other attrs) are added to these lines, they're
  90. ; going to get awfully long. But don't see a way to continue logical lines across
  91. ; physical lines.
  92. Source: LICENSE.txt; DestDir: {app}; CopyMode: alwaysoverwrite
  93. Source: README.txt; DestDir: {app}; CopyMode: alwaysoverwrite
  94. Source: News.txt; DestDir: {app}; CopyMode: alwaysoverwrite
  95. Source: *.ico; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main
  96. Source: python.exe; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main
  97. Source: pythonw.exe; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main
  98. Source: w9xpopen.exe; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main
  99. Source: DLLs\tcl83.dll; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: tk
  100. Source: DLLs\tk83.dll; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: tk
  101. Source: tcl\*.*; DestDir: {app}\tcl; CopyMode: alwaysoverwrite; Components: tk; Flags: recursesubdirs
  102. Source: sysdir\python22.dll; DestDir: {sys}; CopyMode: alwaysskipifsameorolder; Components: main; Flags: sharedfile restartreplace
  103. Source: sysdir\PyWinTypes22.dll; DestDir: {sys}; CopyMode: alwaysskipifsameorolder; Components: main; Flags: restartreplace sharedfile
  104. Source: sysdir\pythoncom22.dll; DestDir: {sys}; CopyMode: alwaysskipifsameorolder; Components: main; Flags: restartreplace sharedfile
  105. Source: DLLs\_socket.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
  106. Source: libs\_socket.lib; DestDir: {app}\libs; CopyMode: alwaysoverwrite; Components: main
  107. Source: DLLs\_sre.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
  108. Source: libs\_sre.lib; DestDir: {app}\libs; CopyMode: alwaysoverwrite; Components: main
  109. Source: DLLs\_symtable.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
  110. Source: libs\_symtable.lib; DestDir: {app}\libs; CopyMode: alwaysoverwrite; Components: main
  111. Source: DLLs\_testcapi.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
  112. Source: libs\_testcapi.lib; DestDir: {app}\libs; CopyMode: alwaysoverwrite; Components: main
  113. Source: DLLs\_tkinter.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: tk
  114. Source: libs\_tkinter.lib; DestDir: {app}\libs; CopyMode: alwaysoverwrite; Components: tk
  115. Source: DLLs\bsddb.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
  116. Source: libs\bsddb.lib; DestDir: {app}\libs; CopyMode: alwaysoverwrite; Components: main
  117. Source: DLLs\mmap.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
  118. Source: libs\mmap.lib; DestDir: {app}\libs; CopyMode: alwaysoverwrite; Components: main
  119. Source: DLLs\parser.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
  120. Source: libs\parser.lib; DestDir: {app}\libs; CopyMode: alwaysoverwrite; Components: main
  121. Source: DLLs\pyexpat.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
  122. Source: libs\pyexpat.lib; DestDir: {app}\libs; CopyMode: alwaysoverwrite; Components: main
  123. Source: DLLs\select.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
  124. Source: libs\select.lib; DestDir: {app}\libs; CopyMode: alwaysoverwrite; Components: main
  125. Source: DLLs\unicodedata.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
  126. Source: libs\unicodedata.lib; DestDir: {app}\libs; CopyMode: alwaysoverwrite; Components: main
  127. Source: DLLs\_winreg.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
  128. Source: libs\_winreg.lib; DestDir: {app}\libs; CopyMode: alwaysoverwrite; Components: main
  129. Source: DLLs\winsound.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
  130. Source: libs\winsound.lib; DestDir: {app}\libs; CopyMode: alwaysoverwrite; Components: main
  131. Source: DLLs\zlib.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
  132. Source: libs\zlib.lib; DestDir: {app}\libs; CopyMode: alwaysoverwrite; Components: main
  133. Source: libs\python22.lib; DestDir: {app}\libs; CopyMode: alwaysoverwrite; Components: main
  134. Source: DLLs\expat.dll; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
  135. Source: Lib\*.py; DestDir: {app}\Lib; CopyMode: alwaysoverwrite; Components: main
  136. Source: Lib\compiler\*.*; DestDir: {app}\Lib\compiler; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
  137. Source: Lib\distutils\*.*; DestDir: {app}\Lib\distutils; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
  138. Source: Lib\email\*.*; DestDir: {app}\Lib\email; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
  139. Source: Lib\encodings\*.*; DestDir: {app}\Lib\encodings; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
  140. Source: Lib\hotshot\*.*; DestDir: {app}\Lib\hotshot; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
  141. Source: Lib\lib-old\*.*; DestDir: {app}\Lib\lib-old; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
  142. Source: Lib\xml\*.*; DestDir: {app}\Lib\xml; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
  143. Source: Lib\hotshot\*.*; DestDir: {app}\Lib\hotshot; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
  144. Source: Lib\test\*.*; DestDir: {app}\Lib\test; CopyMode: alwaysoverwrite; Components: test; Flags: recursesubdirs
  145. Source: Lib\site-packages\README.txt; DestDir: {app}\Lib\site-packages; CopyMode: alwaysoverwrite; Components: main
  146. Source: Lib\site-packages\PyWin32.chm; DestDir: {app}\Lib\site-packages; CopyMode: alwaysoverwrite; Components: docs
  147. Source: Lib\site-packages\win32\*.*; DestDir: {app}\Lib\site-packages\win32; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
  148. Source: Lib\site-packages\win32com\*.*; DestDir: {app}\Lib\site-packages\win32com; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
  149. Source: Lib\site-packages\win32comext\*.*; DestDir: {app}\Lib\site-packages\win32comext; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
  150. Source: Lib\lib-tk\*.py; DestDir: {app}\Lib\lib-tk; CopyMode: alwaysoverwrite; Components: tk; Flags: recursesubdirs
  151. Source: include\*.h; DestDir: {app}\include; CopyMode: alwaysoverwrite; Components: main
  152. Source: Tools\idle\*.*; DestDir: {app}\Tools\idle; CopyMode: alwaysoverwrite; Components: tk; Flags: recursesubdirs
  153. Source: Tools\pynche\*.*; DestDir: {app}\Tools\pynche; CopyMode: alwaysoverwrite; Components: tools; Flags: recursesubdirs
  154. Source: Tools\scripts\*.*; DestDir: {app}\Tools\Scripts; CopyMode: alwaysoverwrite; Components: tools; Flags: recursesubdirs
  155. Source: Tools\webchecker\*.*; DestDir: {app}\Tools\webchecker; CopyMode: alwaysoverwrite; Components: tools; Flags: recursesubdirs
  156. Source: Tools\versioncheck\*.*; DestDir: {app}\Tools\versioncheck; CopyMode: alwaysoverwrite; Components: tools; Flags: recursesubdirs
  157. Source: Doc\*.*; DestDir: {app}\Doc; CopyMode: alwaysoverwrite; Flags: recursesubdirs; Components: docs
  158. [Icons]
  159. Name: {group}\Python (command line); Filename: {app}\python.exe; WorkingDir: {app}; Components: main
  160. Name: {group}\Python Manuals; Filename: {app}\Doc\index.html; WorkingDir: {app}; Components: docs
  161. Name: {group}\Win32 Extensions Help; Filename: {app}\Lib\site-packages\PyWin32.chm; WorkingDir: {app}\Lib\site-packages; Components: docs
  162. Name: {group}\Module Docs; Filename: {app}\pythonw.exe; WorkingDir: {app}; Parameters: """{app}\Tools\Scripts\pydoc.pyw"""; Components: tools
  163. Name: {group}\IDLE (Python GUI); Filename: {app}\pythonw.exe; WorkingDir: {app}; Parameters: """{app}\Tools\idle\idle.pyw"""; Components: tools
  164. [Registry]
  165. ; Register .py
  166. Tasks: extensions; Root: HKCR; Subkey: .py; ValueType: string; ValueName: ; ValueData: Python File; Flags: uninsdeletevalue
  167. Tasks: extensions; Root: HKCR; Subkey: .py; ValueType: string; ValueName: Content Type; ValueData: text/plain; Flags: uninsdeletevalue
  168. Tasks: extensions; Root: HKCR; Subkey: Python File; ValueType: string; ValueName: ; ValueData: Python File; Flags: uninsdeletekey
  169. Tasks: extensions; Root: HKCR; Subkey: Python File\DefaultIcon; ValueType: string; ValueName: ; ValueData: {app}\Py.ico
  170. Tasks: extensions; Root: HKCR; Subkey: Python File\shell\open\command; ValueType: string; ValueName: ; ValueData: """{app}\python.exe"" ""%1"" %*"
  171. ; Register .pyc
  172. Tasks: extensions; Root: HKCR; Subkey: .pyc; ValueType: string; ValueName: ; ValueData: Python CompiledFile; Flags: uninsdeletevalue
  173. Tasks: extensions; Root: HKCR; Subkey: Python CompiledFile; ValueType: string; ValueName: ; ValueData: Compiled Python File; Flags: uninsdeletekey
  174. Tasks: extensions; Root: HKCR; Subkey: Python CompiledFile\DefaultIcon; ValueType: string; ValueName: ; ValueData: {app}\pyc.ico
  175. Tasks: extensions; Root: HKCR; Subkey: Python CompiledFile\shell\open\command; ValueType: string; ValueName: ; ValueData: """{app}\python.exe"" ""%1"" %*"
  176. ; Register .pyo
  177. Tasks: extensions; Root: HKCR; Subkey: .pyo; ValueType: string; ValueName: ; ValueData: Python CompiledFile; Flags: uninsdeletevalue
  178. ; Register .pyw
  179. Tasks: extensions; Root: HKCR; Subkey: .pyw; ValueType: string; ValueName: ; ValueData: Python NoConFile; Flags: uninsdeletevalue
  180. Tasks: extensions; Root: HKCR; Subkey: .pyw; ValueType: string; ValueName: Content Type; ValueData: text/plain; Flags: uninsdeletevalue
  181. Tasks: extensions; Root: HKCR; Subkey: Python NoConFile; ValueType: string; ValueName: ; ValueData: Python File (no console); Flags: uninsdeletekey
  182. Tasks: extensions; Root: HKCR; Subkey: Python NoConFile\DefaultIcon; ValueType: string; ValueName: ; ValueData: {app}\Py.ico
  183. Tasks: extensions; Root: HKCR; Subkey: Python NoConFile\shell\open\command; ValueType: string; ValueName: ; ValueData: """{app}\pythonw.exe"" ""%1"" %*"
  184. ; Python Registry Keys
  185. Root: HKLM; Subkey: SOFTWARE\Python; Flags: uninsdeletekeyifempty; Check: IsAdminLoggedOn
  186. Root: HKLM; Subkey: SOFTWARE\Python\PythonCore; Flags: uninsdeletekeyifempty
  187. Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2; Flags: uninsdeletekeyifempty
  188. Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\PythonPath; ValueData: "{app}\Lib;{app}\DLLs"; Flags: uninsdeletekeyifempty
  189. Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\PythonPath\tk; ValueData: {app}\Lib\lib-tk; Flags: uninsdeletekey; Components: tk
  190. Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\PythonPath\win32; ValueData: "{app}\lib\site-packages\win32;{app}\lib\site-packages\win32\lib"; Flags: uninsdeletekey
  191. Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\PythonPath\win32com; ValueData: C:\Python\lib\site-packages; Flags: uninsdeletekey
  192. Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\Modules; Flags: uninsdeletekeyifempty
  193. Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\Modules\pythoncom; ValueData: {sys}\pythoncom22.dll; Flags: uninsdeletekey
  194. Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\Modules\pywintypes; ValueData: {sys}\PyWinTypes22.dll; Flags: uninsdeletekey
  195. Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\InstallPath; ValueData: {app}; Flags: uninsdeletekeyifempty; ValueType: string
  196. Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\InstallPath\InstallGroup; ValueData: {group}; Flags: uninsdeletekey
  197. Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\Help; Flags: uninsdeletekeyifempty
  198. Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\Help\Main Python Documentation; ValueType: string; ValueData: {app}\Doc\index.html; Flags: uninsdeletekey; Components: docs
  199. Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\Help\Python Win32 Documentation; ValueType: string; ValueData: {app}\lib\site-packages\PyWin32.chm; Flags: uninsdeletekey; Components: docs
  200. [_ISTool]
  201. EnableISX=true
  202. [Code]
  203. Program Setup;
  204. Function IsAdminNotLoggedOn(): Boolean;
  205. begin
  206. Result := Not IsAdminLoggedOn();
  207. end;
  208. begin
  209. end.
  210. [UninstallDelete]
  211. Name: {app}\Lib\compiler\*.pyc; Type: files
  212. Name: {app}\Lib\compiler\*.pyo; Type: files
  213. Name: {app}\Lib\compiler; Type: dirifempty
  214. Name: {app}\Lib\distutils\command\*.pyc; Type: files
  215. Name: {app}\Lib\distutils\command\*.pyo; Type: files
  216. Name: {app}\Lib\distutils\command; Type: dirifempty
  217. Name: {app}\Lib\distutils\*.pyc; Type: files
  218. Name: {app}\Lib\distutils\*.pyo; Type: files
  219. Name: {app}\Lib\distutils; Type: dirifempty
  220. Name: {app}\Lib\email\test\*.pyc; Type: files
  221. Name: {app}\Lib\email\test\*.pyo; Type: files
  222. Name: {app}\Lib\email\test; Type: dirifempty
  223. Name: {app}\Lib\email\*.pyc; Type: files
  224. Name: {app}\Lib\email\*.pyo; Type: files
  225. Name: {app}\Lib\email; Type: dirifempty
  226. Name: {app}\Lib\encodings\*.pyc; Type: files
  227. Name: {app}\Lib\encodings\*.pyo; Type: files
  228. Name: {app}\Lib\encodings; Type: dirifempty
  229. Name: {app}\Lib\hotshot\*.pyc; Type: files
  230. Name: {app}\Lib\hotshot\*.pyo; Type: files
  231. Name: {app}\Lib\hotshot; Type: dirifempty
  232. Name: {app}\Lib\lib-old\*.pyc; Type: files
  233. Name: {app}\Lib\lib-old\*.pyo; Type: files
  234. Name: {app}\Lib\lib-old; Type: dirifempty
  235. Name: {app}\Lib\lib-tk\*.pyc; Type: files
  236. Name: {app}\Lib\lib-tk\*.pyo; Type: files
  237. Name: {app}\Lib\lib-tk; Type: dirifempty
  238. Name: {app}\Lib\test\*.pyc; Type: files
  239. Name: {app}\Lib\test\*.pyo; Type: files
  240. Name: {app}\Lib\test; Type: dirifempty
  241. Name: {app}\Lib\xml\dom\*.pyc; Type: files
  242. Name: {app}\Lib\xml\dom\*.pyo; Type: files
  243. Name: {app}\Lib\xml\dom; Type: dirifempty
  244. Name: {app}\Lib\xml\parsers\*.pyc; Type: files
  245. Name: {app}\Lib\xml\parsers\*.pyo; Type: files
  246. Name: {app}\Lib\xml\parsers; Type: dirifempty
  247. Name: {app}\Lib\xml\sax\*.pyc; Type: files
  248. Name: {app}\Lib\xml\sax\*.pyo; Type: files
  249. Name: {app}\Lib\xml\sax; Type: dirifempty
  250. Name: {app}\Lib\xml\*.pyc; Type: files
  251. Name: {app}\Lib\xml\*.pyo; Type: files
  252. Name: {app}\Lib\xml; Type: dirifempty
  253. Name: {app}\Lib\site-packages\win32; Type: filesandordirs
  254. Name: {app}\Lib\site-packages\win32com; Type: filesandordirs
  255. Name: {app}\Lib\site-packages\win32comext; Type: filesandordirs
  256. Name: {app}\Lib\site-packages\pythoncom.py*; Type: files
  257. Name: {app}\Lib\site-packages; Type: dirifempty
  258. Name: {app}\Lib\*.pyc; Type: files
  259. Name: {app}\Lib; Type: dirifempty
  260. Name: {app}\Tools\pynche\*.pyc; Type: files
  261. Name: {app}\Tools\pynche\*.pyo; Type: files
  262. Name: {app}\Tools\pynche; Type: dirifempty
  263. Name: {app}\Tools\idle\*.pyc; Type: files
  264. Name: {app}\Tools\idle\*.pyo; Type: files
  265. Name: {app}\Tools\idle; Type: dirifempty
  266. Name: {app}\Tools\scripts\*.pyc; Type: files
  267. Name: {app}\Tools\scripts\*.pyo; Type: files
  268. Name: {app}\Tools\scripts; Type: dirifempty
  269. Name: {app}\Tools\versioncheck\*.pyc; Type: files
  270. Name: {app}\Tools\versioncheck\*.pyo; Type: files
  271. Name: {app}\Tools\versioncheck; Type: dirifempty
  272. Name: {app}\Tools\webchecker\*.pyc; Type: files
  273. Name: {app}\Tools\webchecker\*.pyo; Type: files
  274. Name: {app}\Tools\webchecker; Type: dirifempty
  275. Name: {app}\Tools; Type: dirifempty