home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / ARen / arensetup.exe / install_script.iss
Text File  |  2005-03-12  |  7KB  |  103 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=ARen
  5. AppVerName=ARen 1.1
  6. AppId=ARen
  7. AppPublisher=Kim Jensen aka BOSH
  8. AppPublisherURL=http://www.hulubulu.dk
  9. AppSupportURL=http://www.hulubulu.dk
  10. AppUpdatesURL=http://www.hulubulu.dk
  11. AppMutex=ARenBatchRenamer
  12. DefaultDirName={pf}\ARen
  13. DefaultGroupName=ARen
  14. UninstallDisplayIcon={app}\ARen.exe
  15. UninstallDisplayName=ARen
  16. OutputBaseFilename=arensetup
  17. Compression=zip
  18. PrivilegesRequired=none
  19. AllowNoIcons=yes
  20. LicenseFile=embedded\License.txt
  21. WizardImageFile=embedded\WizardImage0.bmp
  22. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  23.  
  24. [Files]
  25. Source: "{app}\ARen.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\Data\columnsets.ini"; DestDir: "{app}\Data"; Flags: uninsneveruninstall onlyifdoesntexist 
  27. Source: "{app}\Data\columnsets-folders.ini"; DestDir: "{app}\Data"; Flags: uninsneveruninstall onlyifdoesntexist 
  28. Source: "{app}\Data\paternlist.dat"; DestDir: "{app}\Data"; Flags: uninsneveruninstall onlyifdoesntexist 
  29. Source: "{app}\versions.txt"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\Help\default.css"; DestDir: "{app}\Help"; Flags: ignoreversion 
  31. Source: "{app}\Help\menu.ini"; DestDir: "{app}\Help"; Flags: ignoreversion 
  32. Source: "{app}\Help\Doc\about.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  33. Source: "{app}\Help\Doc\what.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  34. Source: "{app}\Help\Doc\methods.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  35. Source: "{app}\Help\Doc\examples.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  36. Source: "{app}\Help\Doc\example_newname.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  37. Source: "{app}\Help\Doc\example_list.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  38. Source: "{app}\Help\Doc\error.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  39. Source: "{app}\Help\Doc\license.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  40. Source: "{app}\Help\Doc\contact.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  41. Source: "{app}\Help\Doc\method_newname.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  42. Source: "{app}\Help\Doc\method_newcase.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  43. Source: "{app}\Help\Doc\method_remove.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  44. Source: "{app}\Help\Doc\method_replace.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  45. Source: "{app}\Help\Doc\method_list.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  46. Source: "{app}\Help\Doc\method_add.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  47. Source: "{app}\Help\Doc\method_attributes.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  48. Source: "{app}\Help\Doc\fileinfo.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  49. Source: "{app}\Help\Doc\columns.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  50. Source: "{app}\Help\Doc\list.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  51. Source: "{app}\Help\Doc\hotkeys.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  52. Source: "{app}\Help\Doc\settings.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  53. Source: "{app}\Help\Doc\tags.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  54. Source: "{app}\Help\Doc\tags_default.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  55. Source: "{app}\Help\Doc\tags_id3.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  56. Source: "{app}\Help\Doc\tags_image.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  57. Source: "{app}\Help\Doc\tags_datetime.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  58. Source: "{app}\Help\Doc\tags_datetimecreated.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  59. Source: "{app}\Help\Doc\tags_datetimemodified.html"; DestDir: "{app}\Help\Doc"; Flags: ignoreversion 
  60. Source: "{app}\Help\Img\view_title.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  61. Source: "{app}\Help\Img\method_add.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  62. Source: "{app}\Help\Img\method_newname.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  63. Source: "{app}\Help\Img\method_newcase.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  64. Source: "{app}\Help\Img\method_remove.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  65. Source: "{app}\Help\Img\method_replace.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  66. Source: "{app}\Help\Img\fileinfo_id3.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  67. Source: "{app}\Help\Img\fileinfo.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  68. Source: "{app}\Help\Img\fileinfo_img.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  69. Source: "{app}\Help\Img\fileinfo_dir.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  70. Source: "{app}\Help\Img\columns_folders_popup.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  71. Source: "{app}\Help\Img\columns_files_popup.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  72. Source: "{app}\Help\Img\method_list.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  73. Source: "{app}\Help\Img\columns_dialog.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  74. Source: "{app}\Help\Img\method_attributes.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  75. Source: "{app}\Help\Img\settings_dialog.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  76. Source: "{app}\Help\Img\add_progress.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  77. Source: "{app}\Help\Img\refresh_analyze.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  78. Source: "{app}\Help\Img\add_dir.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  79. Source: "{app}\Help\Img\paterns_dialog.gif"; DestDir: "{app}\Help\Img"; Flags: ignoreversion 
  80.  
  81. [Dirs]
  82. Name: "{app}\Help"; 
  83. Name: "{app}\Data"; Flags: uninsneveruninstall 
  84.  
  85. [Registry]
  86. Root: HKCU; Subkey: "Software\Software\BOSH\ARen"; ValueName: "1"; ValueType: String; 
  87.  
  88. [Run]
  89. Filename: "{app}\ARen.exe"; Description: "Launch ARen"; Flags: postinstall skipifsilent nowait
  90.  
  91. [Icons]
  92. Name: "{group}\ARen"; Filename: "{app}\ARen.exe"; 
  93. Name: "{group}\Uninstall ARen"; Filename: "{uninstallexe}"; 
  94. Name: "{userdesktop}\ARen"; Filename: "{app}\ARen.exe"; Tasks: desktopicon; 
  95. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\ARen"; Filename: "{app}\ARen.exe"; Tasks: quicklaunchicon; 
  96.  
  97. [Tasks]
  98. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  99. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  100.  
  101. [InstallDelete]
  102. Type: filesandordirs; Name: "{app}\Help"; 
  103.