home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / PsycleInstaller.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-07-22  |  23.0 KB  |  231 lines

  1. ;InnoSetupVersion=4.0.5
  2. [Setup]
  3. AppName=Psycle
  4. AppVerName=Psycle 1.74 (Installer Build 2)
  5. AppId=Psycle
  6. AppVersion=1.74
  7. AppPublisher=Psycledelics
  8. AppPublisherURL=http://psycle.pastnotecut.org/
  9. AppSupportURL=http://psycle.pastnotecut.org/
  10. AppUpdatesURL=http://psycle.pastnotecut.org/
  11. DefaultDirName={pf}\Psycle
  12. DefaultGroupName=Psycle
  13. UninstallDisplayIcon={app}\Psycle.exe
  14. UninstallDisplayName=Psycle Modular Tracker Studio
  15. OutputBaseFilename=PsycleInstaller
  16. Compression=bzip2
  17. PrivilegesRequired=none
  18. ChangesAssociations=yes
  19. AllowNoIcons=yes
  20. InfoBeforeFile=embedded\InfoBefore.txt
  21. InfoAfterFile=embedded\InfoAfter.txt
  22. WizardImageFile=embedded\WizardImage0.bmp
  23. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  24. [Files]
  25. Source: "{tmp}\SetupUtils.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall ignoreversion 
  26. Source: "{app}\Psycle.exe"; DestDir: "{app}"; Components: application; 
  27. Source: "{app}\Skins\jaz-iced.psv"; DestDir: "{app}\Skins"; Components: application; 
  28. Source: "{app}\Skins\ksn-bluegrey.psv"; DestDir: "{app}\Skins"; Components: application; 
  29. Source: "{app}\Skins\ksn-clarify.psv"; DestDir: "{app}\Skins"; Components: application; 
  30. Source: "{app}\Skins\ksn-nolan.psv"; DestDir: "{app}\Skins"; Components: application; 
  31. Source: "{app}\Skins\old Psycle.psv"; DestDir: "{app}\Skins"; Components: application; 
  32. Source: "{app}\Skins\Default\flaxaflux_thin.bmp"; DestDir: "{app}\Skins\Default"; Components: application; 
  33. Source: "{app}\Skins\Default\flaxaflux_thin.psh"; DestDir: "{app}\Skins\Default"; Components: application; 
  34. Source: "{app}\Skins\Default\flaxaflux_wide.bmp"; DestDir: "{app}\Skins\Default"; Components: application; 
  35. Source: "{app}\Skins\Default\flaxaflux_wide.psh"; DestDir: "{app}\Skins\Default"; Components: application; 
  36. Source: "{app}\Skins\Default\psycle 1.1 machines.bmp"; DestDir: "{app}\Skins\Default"; Components: application; 
  37. Source: "{app}\Skins\Default\psycle 1.1 machines.psm"; DestDir: "{app}\Skins\Default"; Components: application; 
  38. Source: "{app}\Skins\Default\psycle 1.1+ header.bmp"; DestDir: "{app}\Skins\Default"; Components: application; 
  39. Source: "{app}\Skins\Default\psycle 1.1+ header.psh"; DestDir: "{app}\Skins\Default"; Components: application; 
  40. Source: "{app}\Skins\Default\psycle 1.66 header.bmp"; DestDir: "{app}\Skins\Default"; Components: application; 
  41. Source: "{app}\Skins\Default\psycle 1.66 header.psh"; DestDir: "{app}\Skins\Default"; Components: application; 
  42. Source: "{app}\Skins\Default\psycle 1.66 machines.bmp"; DestDir: "{app}\Skins\Default"; Components: application; 
  43. Source: "{app}\Skins\Default\psycle 1.66 machines.psm"; DestDir: "{app}\Skins\Default"; Components: application; 
  44. Source: "{sys}\blwtbl.dll"; DestDir: "{sys}"; Components: application; 
  45. Source: "{app}\Psycle.exe.manifest"; DestDir: "{app}"; Components: windows_xp_theme_support; 
  46. Source: "{code_GetWinampPluginFolder}\in_psycle.dll"; DestDir: "{code:GetWinampPluginFolder}"; Components: winamp_plugin; 
  47. Source: "{code_GetWinampPluginFolder}\in_psycle.txt"; DestDir: "{code:GetWinampPluginFolder}"; Components: winamp_plugin; 
  48. Source: "{app}\Documents\FAQ.txt"; DestDir: "{app}\Documents"; Components: documents; 
  49. Source: "{app}\Documents\How To Skin Psycle.txt"; DestDir: "{app}\Documents"; Components: documents; 
  50. Source: "{app}\Documents\Keys.txt"; DestDir: "{app}\Documents"; Components: documents; 
  51. Source: "{app}\Documents\new_fileformat_psycle173.txt"; DestDir: "{app}\Documents"; Components: documents; 
  52. Source: "{app}\Documents\Readme Users of Psycle 1.6RC4 and older.txt"; DestDir: "{app}\Documents"; Components: documents; 
  53. Source: "{app}\Documents\Readme.txt"; DestDir: "{app}\Documents"; Components: documents; 
  54. Source: "{app}\Documents\skins.txt"; DestDir: "{app}\Documents"; Components: documents; 
  55. Source: "{app}\Documents\todo.txt"; DestDir: "{app}\Documents"; Components: documents; 
  56. Source: "{app}\Documents\tweaking.txt"; DestDir: "{app}\Documents"; Components: documents; 
  57. Source: "{app}\Documents\tweakings and commands.txt"; DestDir: "{app}\Documents"; Components: documents; 
  58. Source: "{app}\Documents\whatsnew.txt"; DestDir: "{app}\Documents"; Components: documents; 
  59. Source: "{app}\Documents\Upwego Tutorial\Upwego.html"; DestDir: "{app}\Documents\Upwego Tutorial"; Components: documents; 
  60. Source: "{app}\Documents\Upwego Tutorial\Images\2pfilter.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  61. Source: "{app}\Documents\Upwego Tutorial\Images\2pfilter2.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  62. Source: "{app}\Documents\Upwego Tutorial\Images\connections.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  63. Source: "{app}\Documents\Upwego Tutorial\Images\connections2.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  64. Source: "{app}\Documents\Upwego Tutorial\Images\loadsample.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  65. Source: "{app}\Documents\Upwego Tutorial\Images\maccombobox.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  66. Source: "{app}\Documents\Upwego Tutorial\Images\mcm.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  67. Source: "{app}\Documents\Upwego Tutorial\Images\newmachine.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  68. Source: "{app}\Documents\Upwego Tutorial\Images\newmachine2.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  69. Source: "{app}\Documents\Upwego Tutorial\Images\parameters.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  70. Source: "{app}\Documents\Upwego Tutorial\Images\parameters2.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  71. Source: "{app}\Documents\Upwego Tutorial\Images\recordsequence.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  72. Source: "{app}\Documents\Upwego Tutorial\Images\seqview.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  73. Source: "{app}\Documents\Upwego Tutorial\Images\tempotpb.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  74. Source: "{app}\Documents\Upwego Tutorial\Images\title.jpg"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  75. Source: "{app}\Documents\Upwego Tutorial\Images\trackview.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  76. Source: "{app}\Documents\Upwego Tutorial\Images\tweaking.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  77. Source: "{app}\Documents\Upwego Tutorial\Images\tws.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  78. Source: "{app}\Documents\Upwego Tutorial\Images\viewmachines.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  79. Source: "{app}\Documents\Upwego Tutorial\Images\viewpattern.gif"; DestDir: "{app}\Documents\Upwego Tutorial\Images"; Components: documents; 
  80. Source: "{app}\Documents\Plugin Documents\AS22toAS2f.txt"; DestDir: "{app}\Documents\Plugin Documents"; Components: documents; 
  81. Source: "{app}\Documents\Plugin Documents\bdzld - negative.txt"; DestDir: "{app}\Documents\Plugin Documents"; Components: documents; 
  82. Source: "{app}\Documents\Plugin Documents\Bohan ports.txt"; DestDir: "{app}\Documents\Plugin Documents"; Components: documents; 
  83. Source: "{app}\Documents\Plugin Documents\Druttis_Plugins_IMPORTANT!!!_README_1ST.txt"; DestDir: "{app}\Documents\Plugin Documents"; Components: documents; 
  84. Source: "{app}\Documents\Plugin Documents\help_pooplog_fm_lab.txt"; DestDir: "{app}\Documents\Plugin Documents"; Components: documents; 
  85. Source: "{app}\Documents\Plugin Documents\IMPORTANT!!!_README_1ST.txt"; DestDir: "{app}\Documents\Plugin Documents"; Components: documents; 
  86. Source: "{app}\Documents\Plugin Documents\JMDrum readme.txt"; DestDir: "{app}\Documents\Plugin Documents"; Components: documents; 
  87. Source: "{app}\Documents\Plugin Documents\Pooplog Autopan.txt"; DestDir: "{app}\Documents\Plugin Documents"; Components: documents; 
  88. Source: "{app}\Documents\Plugin Documents\Pooplog Delay.txt"; DestDir: "{app}\Documents\Plugin Documents"; Components: documents; 
  89. Source: "{app}\Documents\Plugin Documents\Pooplog Filter.txt"; DestDir: "{app}\Documents\Plugin Documents"; Components: documents; 
  90. Source: "{app}\Documents\Plugin Documents\Pooplog FM.txt"; DestDir: "{app}\Documents\Plugin Documents"; Components: documents; 
  91. Source: "{app}\Documents\Plugin Documents\Pooplog Lofi Processor.txt"; DestDir: "{app}\Documents\Plugin Documents"; Components: documents; 
  92. Source: "{app}\Documents\Plugin Documents\Pooplog Scratch Master.txt"; DestDir: "{app}\Documents\Plugin Documents"; Components: documents; 
  93. Source: "{app}\Documents\Plugin Documents\ReadMe!!!.txt"; DestDir: "{app}\Documents\Plugin Documents"; Components: documents; 
  94. Source: "{app}\Documents\Plugin Documents\Slicit.txt"; DestDir: "{app}\Documents\Plugin Documents"; Components: documents; 
  95. Source: "{app}\Documents\Plugin Documents\Sublime.txt"; DestDir: "{app}\Documents\Plugin Documents"; Components: documents; 
  96. Source: "{app}\Documents\Plugin Documents\tuning for AS2f.txt"; DestDir: "{app}\Documents\Plugin Documents"; Components: documents; 
  97. Source: "{app}\Documents\MIDI Input Documents\midiconfiguration.jpg"; DestDir: "{app}\Documents\MIDI Input Documents"; Components: documents; 
  98. Source: "{app}\Documents\MIDI Input Documents\midimonitor.jpg"; DestDir: "{app}\Documents\MIDI Input Documents"; Components: documents; 
  99. Source: "{app}\Documents\MIDI Input Documents\midiout.jpg"; DestDir: "{app}\Documents\MIDI Input Documents"; Components: documents; 
  100. Source: "{app}\Documents\MIDI Input Documents\psyclemidi.html"; DestDir: "{app}\Documents\MIDI Input Documents"; Components: documents; 
  101. Source: "{app}\Documents\MIDI Input Documents\PsycleMIDIChart.TXT"; DestDir: "{app}\Documents\MIDI Input Documents"; Components: documents; 
  102. Source: "{app}\Plugins\Arguru\arguru compressor.dll"; DestDir: "{app}\Plugins\Arguru"; Components: arguru_plug-ins; 
  103. Source: "{app}\Plugins\Arguru\Arguru Distortion.dll"; DestDir: "{app}\Plugins\Arguru"; Components: arguru_plug-ins; 
  104. Source: "{app}\Plugins\Arguru\Arguru Freeverb.dll"; DestDir: "{app}\Plugins\Arguru"; Components: arguru_plug-ins; 
  105. Source: "{app}\Plugins\Arguru\Arguru Goaslicer.dll"; DestDir: "{app}\Plugins\Arguru"; Components: arguru_plug-ins; 
  106. Source: "{app}\Plugins\Arguru\Arguru Reverb.dll"; DestDir: "{app}\Plugins\Arguru"; Components: arguru_plug-ins; 
  107. Source: "{app}\Plugins\Arguru\Arguru Synth 2f.dll"; DestDir: "{app}\Plugins\Arguru"; Components: arguru_plug-ins; 
  108. Source: "{app}\Plugins\Arguru\Arguru xFilter.dll"; DestDir: "{app}\Plugins\Arguru"; Components: arguru_plug-ins; 
  109. Source: "{app}\Plugins\Arguru\Arguru Synth 2f.prs"; DestDir: "{app}\Plugins\Arguru"; Components: arguru_plug-ins; Flags: onlyifdoesntexist 
  110. Source: "{app}\Plugins\Bohan\delay.dll"; DestDir: "{app}\Plugins\Bohan"; Components: bohan_plug-ins; 
  111. Source: "{app}\Plugins\Bohan\distortion.dll"; DestDir: "{app}\Plugins\Bohan"; Components: bohan_plug-ins; 
  112. Source: "{app}\Plugins\Bohan\filter_2_poles.dll"; DestDir: "{app}\Plugins\Bohan"; Components: bohan_plug-ins; 
  113. Source: "{app}\Plugins\Bohan\flanger.dll"; DestDir: "{app}\Plugins\Bohan"; Components: bohan_plug-ins; 
  114. Source: "{app}\Plugins\Bohan\gainer.dll"; DestDir: "{app}\Plugins\Bohan"; Components: bohan_plug-ins; 
  115. Source: "{app}\Plugins\Bohan\ring_modulator.dll"; DestDir: "{app}\Plugins\Bohan"; Components: bohan_plug-ins; 
  116. Source: "{app}\Plugins\Druttis\EQ3.dll"; DestDir: "{app}\Plugins\Druttis"; Components: druttis_plug-ins; 
  117. Source: "{app}\Plugins\Druttis\FeedMe.dll"; DestDir: "{app}\Plugins\Druttis"; Components: druttis_plug-ins; 
  118. Source: "{app}\Plugins\Druttis\Koruz.dll"; DestDir: "{app}\Plugins\Druttis"; Components: druttis_plug-ins; 
  119. Source: "{app}\Plugins\Druttis\Phantom.dll"; DestDir: "{app}\Plugins\Druttis"; Components: druttis_plug-ins; 
  120. Source: "{app}\Plugins\Druttis\PluckedString.dll"; DestDir: "{app}\Plugins\Druttis"; Components: druttis_plug-ins; 
  121. Source: "{app}\Plugins\Druttis\Slicit.dll"; DestDir: "{app}\Plugins\Druttis"; Components: druttis_plug-ins; 
  122. Source: "{app}\Plugins\Druttis\Sublime.dll"; DestDir: "{app}\Plugins\Druttis"; Components: druttis_plug-ins; 
  123. Source: "{app}\Plugins\Druttis\FeedMe.prs"; DestDir: "{app}\Plugins\Druttis"; Components: druttis_plug-ins; Flags: onlyifdoesntexist 
  124. Source: "{app}\Plugins\Druttis\Phantom.prs"; DestDir: "{app}\Plugins\Druttis"; Components: druttis_plug-ins; Flags: onlyifdoesntexist 
  125. Source: "{app}\Plugins\Druttis\Sublime.prs"; DestDir: "{app}\Plugins\Druttis"; Components: druttis_plug-ins; Flags: onlyifdoesntexist 
  126. Source: "{app}\Plugins\Miscellaneous\bdzld - negative.dll"; DestDir: "{app}\Plugins\Miscellaneous"; Components: miscellaneous_plug-ins; 
  127. Source: "{app}\Plugins\Miscellaneous\BexPhase.dll"; DestDir: "{app}\Plugins\Miscellaneous"; Components: miscellaneous_plug-ins; 
  128. Source: "{app}\Plugins\Miscellaneous\CyanPhase_VibraSynth_1P.dll"; DestDir: "{app}\Plugins\Miscellaneous"; Components: miscellaneous_plug-ins; 
  129. Source: "{app}\Plugins\Miscellaneous\JMDrum.dll"; DestDir: "{app}\Plugins\Miscellaneous"; Components: miscellaneous_plug-ins; 
  130. Source: "{app}\Plugins\Miscellaneous\KarLKoX Surround.dll"; DestDir: "{app}\Plugins\Miscellaneous"; Components: miscellaneous_plug-ins; 
  131. Source: "{app}\Plugins\Miscellaneous\M3.dll"; DestDir: "{app}\Plugins\Miscellaneous"; Components: miscellaneous_plug-ins; 
  132. Source: "{app}\Plugins\Miscellaneous\NRS_7900_Fractal.dll"; DestDir: "{app}\Plugins\Miscellaneous"; Components: miscellaneous_plug-ins; 
  133. Source: "{app}\Plugins\Miscellaneous\SingleFrequency.dll"; DestDir: "{app}\Plugins\Miscellaneous"; Components: miscellaneous_plug-ins; 
  134. Source: "{app}\Plugins\Miscellaneous\vdNoiseGate.dll"; DestDir: "{app}\Plugins\Miscellaneous"; Components: miscellaneous_plug-ins; 
  135. Source: "{app}\Plugins\Miscellaneous\Zephod SuperFM.dll"; DestDir: "{app}\Plugins\Miscellaneous"; Components: miscellaneous_plug-ins; 
  136. Source: "{app}\Plugins\Miscellaneous\JMDrum.prs"; DestDir: "{app}\Plugins\Miscellaneous"; Components: miscellaneous_plug-ins; Flags: onlyifdoesntexist 
  137. Source: "{app}\Plugins\Miscellaneous\M3.prs"; DestDir: "{app}\Plugins\Miscellaneous"; Components: miscellaneous_plug-ins; Flags: onlyifdoesntexist 
  138. Source: "{app}\Plugins\Old\Synth22.dll"; DestDir: "{app}\Plugins\Old"; Components: old_plug-ins; 
  139. Source: "{app}\Plugins\Old\Synth22.prs"; DestDir: "{app}\Plugins\Old"; Components: old_plug-ins; Flags: onlyifdoesntexist 
  140. Source: "{app}\Plugins\Miscellaneous\Zephod SuperFM.prs"; DestDir: "{app}\Plugins\Miscellaneous"; Components: miscellaneous_plug-ins; Flags: onlyifdoesntexist 
  141. Source: "{app}\Plugins\Pooplog\Pooplog Autopan.dll"; DestDir: "{app}\Plugins\Pooplog"; Components: pooplog_plug-ins; 
  142. Source: "{app}\Plugins\Pooplog\Pooplog Delay Light.dll"; DestDir: "{app}\Plugins\Pooplog"; Components: pooplog_plug-ins; 
  143. Source: "{app}\Plugins\Pooplog\Pooplog Delay.dll"; DestDir: "{app}\Plugins\Pooplog"; Components: pooplog_plug-ins; 
  144. Source: "{app}\Plugins\Pooplog\Pooplog Filter.dll"; DestDir: "{app}\Plugins\Pooplog"; Components: pooplog_plug-ins; 
  145. Source: "{app}\Plugins\Pooplog\Pooplog FM Laboratory.dll"; DestDir: "{app}\Plugins\Pooplog"; Components: pooplog_plug-ins; 
  146. Source: "{app}\Plugins\Pooplog\Pooplog FM Light.dll"; DestDir: "{app}\Plugins\Pooplog"; Components: pooplog_plug-ins; 
  147. Source: "{app}\Plugins\Pooplog\Pooplog FM UltraLight.dll"; DestDir: "{app}\Plugins\Pooplog"; Components: pooplog_plug-ins; 
  148. Source: "{app}\Plugins\Pooplog\Pooplog Lofi Processor.dll"; DestDir: "{app}\Plugins\Pooplog"; Components: pooplog_plug-ins; 
  149. Source: "{app}\Plugins\Pooplog\Pooplog Scratch Master 2.dll"; DestDir: "{app}\Plugins\Pooplog"; Components: pooplog_plug-ins; 
  150. Source: "{app}\Plugins\Pooplog\Pooplog Scratch Master.dll"; DestDir: "{app}\Plugins\Pooplog"; Components: pooplog_plug-ins; 
  151. Source: "{app}\Plugins\Pooplog\Pooplog FM Laboratory.prs"; DestDir: "{app}\Plugins\Pooplog"; Components: pooplog_plug-ins; Flags: onlyifdoesntexist 
  152. Source: "{app}\Plugins\Pooplog\Pooplog FM Light.prs"; DestDir: "{app}\Plugins\Pooplog"; Components: pooplog_plug-ins; Flags: onlyifdoesntexist 
  153. Source: "{app}\Plugins\Pooplog\Pooplog FM UltraLight.prs"; DestDir: "{app}\Plugins\Pooplog"; Components: pooplog_plug-ins; Flags: onlyifdoesntexist 
  154. Source: "{app}\Plugins\Pooplog\Pooplog Laboratory FunPresets.prs"; DestDir: "{app}\Plugins\Pooplog"; Components: pooplog_plug-ins; Flags: onlyifdoesntexist 
  155. Source: "{app}\Plugins\Sond\softsynth_psycle_plugin.dll"; DestDir: "{app}\Plugins\Sond"; Components: sond_plug-ins; 
  156. Source: "{app}\Plugins\Sond\s_filter.dll"; DestDir: "{app}\Plugins\Sond"; Components: sond_plug-ins; 
  157. Source: "{app}\Plugins\Sond\s_phaser.dll"; DestDir: "{app}\Plugins\Sond"; Components: sond_plug-ins; 
  158. Source: "{app}\Plugins\Sond\s_reverb.dll"; DestDir: "{app}\Plugins\Sond"; Components: sond_plug-ins; 
  159. Source: "{app}\Plugins\Sond\s_vld.dll"; DestDir: "{app}\Plugins\Sond"; Components: sond_plug-ins; 
  160. Source: "{app}\Plugins\Sond\Softsynth_Psycle_Plugin.prs"; DestDir: "{app}\Plugins\Sond"; Components: pooplog_plug-ins; Flags: onlyifdoesntexist 
  161. [Dirs]
  162. Name: "{app}\Samples"; 
  163. Name: "{app}\Songs"; 
  164. Name: "{app}\Vst"; 
  165. [Registry]
  166. Root: HKCU; Subkey: "Software\AAS"; Flags: uninsdeletekey deletekey 
  167. Root: HKCR; Subkey: ".psy"; ValueType: String; ValueData: "Psycle Music Archive"; Flags: uninsdeletekey 
  168. Root: HKCR; Subkey: "Psycle Music Archive"; ValueType: String; ValueData: "Psycle Music Archive"; Flags: uninsdeletekey 
  169. Root: HKCR; Subkey: "Psycle Music Archive\Shell\Open\Command"; ValueType: String; ValueData: """{app}\Psycle.exe"" ""%1"""; Flags: uninsdeletevalue 
  170. Root: HKCR; Subkey: "Psycle Music Archive\DefaultIcon"; ValueType: String; ValueData: "{app}\Psycle.exe,0"; Flags: uninsdeletevalue 
  171. [INI]
  172. FileName: "{app}\Psycle.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://psycle.pastnotecut.org"; 
  173. [Run]
  174. Filename: "{app}\Psycle.exe"; Description: "Launch Psycle"; Components: application; Flags: postinstall skipifsilent nowait
  175. [Icons]
  176. Name: "{userdesktop}\Psycle"; Filename: "{app}\Psycle.exe"; Components: application; Tasks: desktopicon; 
  177. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Psycle"; Filename: "{app}\Psycle.exe"; Components: application; Tasks: quicklaunchicon; 
  178. Name: "{group}\Psycle"; Filename: "{app}\Psycle.exe"; WorkingDir: "{app}"; Components: application; 
  179. Name: "{group}\Psycle on the Web"; Filename: "{app}\Psycle.url"; Components: documents; 
  180. Name: "{group}\Psycle FAQ"; Filename: "{app}\Documents\FAQ.txt"; WorkingDir: "{app}\Documents"; Components: documents; 
  181. Name: "{group}\Readme"; Filename: "{app}\Documents\Readme.txt"; WorkingDir: "{app}\Documents"; Components: documents; 
  182. Name: "{group}\Documents\How to Skin Psycle"; Filename: "{app}\Documents\how to skin psycle.txt"; WorkingDir: "{app}\Documents"; Components: documents; 
  183. Name: "{group}\Documents\Version History"; Filename: "{app}\Documents\whatsnew.txt"; WorkingDir: "{app}\Documents"; Components: documents; 
  184. Name: "{group}\Documents\Pattern Keys"; Filename: "{app}\Documents\keys.txt"; WorkingDir: "{app}\Documents"; Components: documents; 
  185. Name: "{group}\Documents\MIDI Help"; Filename: "{app}\Documents\MIDI Input Documents\psyclemidi.html"; WorkingDir: "{app}\Documents\MIDI Input Documents"; Components: documents; 
  186. Name: "{group}\Documents\Upwego Tutorial"; Filename: "{app}\Documents\Upwego Tutorial\upwego.html"; WorkingDir: "{app}\Documents\MIDI Input Documents"; Components: documents; 
  187. Name: "{group}\Documents\Tweakings And Commands"; Filename: "{app}\Documents\tweakings and commands.txt"; 
  188. Name: "{group}\Uninstall Psycle"; Filename: "{uninstallexe}"; 
  189. [Tasks]
  190. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; Components: "application"; MinVersion: 4.01.1998,5.0.2195; 
  191. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; Components: "application"; MinVersion: 4.01.1998,5.0.2195; 
  192. Name: "ClearPsycleSetting"; Description: "Clear Psycle Settings"; GroupDescription: "Miscellaneous:"; Components: "application"; 
  193. Name: "DeleteCacheFile"; Description: "Clear Plugin Names Cache"; GroupDescription: "Miscellaneous:"; Components: "application"; 
  194. [Components]
  195. Name: "application"; Description: "Main Application"; Types: "full"; ExtraDiskSpaceRequired: "1200000"; 
  196. Name: "documents"; Description: "Application Documents"; Types: "full"; ExtraDiskSpaceRequired: "620000"; 
  197. Name: "windows_xp_theme_support"; Description: "Windows XP Theme Support"; ExtraDiskSpaceRequired: "1000"; 
  198. Name: "winamp_plugin"; Description: "Winamp Support Plugin: Play Psycle songs through Winamp 2"; Types: "full"; ExtraDiskSpaceRequired: "92000"; 
  199. Name: "arguru_plug-ins"; Description: "Arguru Plugins: Compressor, Cross Delay, Distortion, Goa Slicer, Reverb, Synth 2"; Types: "full"; ExtraDiskSpaceRequired: "160000"; 
  200. Name: "bohan_plug-ins"; Description: "Bohan Plugins: Delay, Distortion, Flanger, Gainer, Filter 2, Ring_Modulator"; Types: "full"; ExtraDiskSpaceRequired: "160000"; 
  201. Name: "druttis_plug-ins"; Description: "Druttis Plugins: Phantom, FeedMe, Plucked String, Koruz, Sublime EQ3"; Types: "full"; ExtraDiskSpaceRequired: "320000"; 
  202. Name: "miscellaneous_plug-ins"; Description: "Miscellaneous Plugins: Jaz Drum Synth, CyanPhase Vibra Synth, KarLKoX Surround, M3, Zephod SuperFM"; Types: "full"; ExtraDiskSpaceRequired: "530000"; 
  203. Name: "old_plug-ins"; Description: "Old Plugins: Arguru Synth 2"; Types: "full"; ExtraDiskSpaceRequired: "32000"; 
  204. Name: "pooplog_plug-ins"; Description: "Pooplog Plugins:  FM (Laboratory, Light, UltraLight), Autopan, Delay (Light), Filter, Lofi, Scratch Master (2)"; Types: "full"; ExtraDiskSpaceRequired: "936000"; 
  205. Name: "sond_plug-ins"; Description: "Sond Plugins: Filter, Phazer, Vld Effect, Sond Synth"; Types: "full"; ExtraDiskSpaceRequired: "160000"; 
  206. [UninstallDelete]
  207. Type: files; Name: "{app}\Psycle.url"; Components: documents; 
  208. Type: files; Name: "{app}\cache.map"; Components: application; 
  209. Type: files; Name: "{app}\pluginlog.txt"; Components: application; 
  210. [Types]
  211. Name: "full"; Description: "Full Psycle Install"; 
  212. Name: "custom"; Description: "Custom Psycle Install"; 
  213. [Languages]
  214. ; These files are stubs
  215. ; To achieve better results after recompilation, use the real language files
  216. Name: "English"; MessagesFile: "embedded\English.isl"; 
  217. Name: "Brazilian"; MessagesFile: "embedded\Brazilian.isl"; 
  218. Name: "Czech"; MessagesFile: "embedded\Czech.isl"; 
  219. Name: "Danish"; MessagesFile: "embedded\Danish.isl"; 
  220. Name: "Dutch"; MessagesFile: "embedded\Dutch.isl"; 
  221. Name: "French"; MessagesFile: "embedded\French.isl"; 
  222. Name: "German"; MessagesFile: "embedded\German.isl"; 
  223. Name: "Hellinic"; MessagesFile: "embedded\Hellinic.isl"; 
  224. Name: "Italian"; MessagesFile: "embedded\Italian.isl"; 
  225. Name: "Polish"; MessagesFile: "embedded\Polish.isl"; 
  226. Name: "Portuguese"; MessagesFile: "embedded\Portuguese.isl"; 
  227. Name: "Russian"; MessagesFile: "embedded\Russian.isl"; 
  228. Name: "Slovenian"; MessagesFile: "embedded\Slovenian.isl"; 
  229. Name: "Spanish"; MessagesFile: "embedded\Spanish.isl"; 
  230. Name: "Swedish"; MessagesFile: "embedded\Swedish.isl"; 
  231.