home *** CD-ROM | disk | FTP | other *** search
/ Computer Idee Hot Picture Summer / computeridee.iso / FuturisImager / imager.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-04-19  |  7.7 KB  |  121 lines

  1. ;InnoSetupVersion=2.0.7
  2. [Setup]
  3. AppName=Futuris Imager
  4. AppVerName=Futuris Imager 2.0
  5. AppId=FuturisImager2
  6. AppPublisher=Alexander S. Tereschenko
  7. AppPublisherURL=http://futuris.itsoft.ru/
  8. AppSupportURL=http://futuris.itsoft.ru/software/imager/support.html
  9. AppUpdatesURL=http://futuris.itsoft.ru/software/imager/index.html
  10. DefaultDirName={pf}\Futuris Imager
  11. DefaultGroupName=Futuris Imager
  12. UninstallFilesDir={app}\setup
  13. OutputBaseFilename=imager
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\rtfview.dll"; DestDir: "{app}"; Components: core; 
  21. Source: "{app}\decompr.dll"; DestDir: "{app}"; Components: core; 
  22. Source: "{app}\imager.exe"; DestDir: "{app}"; Components: core; 
  23. Source: "{app}\pluginst.exe"; DestDir: "{app}"; Components: core; 
  24. Source: "{app}\plugscan.dll"; DestDir: "{app}"; Components: core; 
  25. Source: "{app}\plugscan.exe"; DestDir: "{app}"; Components: core; 
  26. Source: "{app}\regdock.exe"; DestDir: "{app}"; Components: core; 
  27. Source: "{app}\reslib.dll"; DestDir: "{app}"; Components: core; 
  28. Source: "{app}\cleantmp.exe"; DestDir: "{app}"; Components: core; 
  29. Source: "{app}\capture.exe"; DestDir: "{app}"; Components: capt; 
  30. Source: "{app}\plugins\f_brightness.dll"; DestDir: "{app}\plugins"; Components: filt; 
  31. Source: "{app}\plugins\f_color.dll"; DestDir: "{app}\plugins"; Components: filt; 
  32. Source: "{app}\plugins\f_colorreplace.dll"; DestDir: "{app}\plugins"; Components: filt; 
  33. Source: "{app}\plugins\f_greyscale.dll"; DestDir: "{app}\plugins"; Components: filt; 
  34. Source: "{app}\plugins\f_invert.dll"; DestDir: "{app}\plugins"; Components: filt; 
  35. Source: "{app}\plugins\f_blur.dll"; DestDir: "{app}\plugins"; Components: filt; 
  36. Source: "{app}\plugins\f_mirror.dll"; DestDir: "{app}\plugins"; Components: filt; 
  37. Source: "{app}\plugins\f_resize.dll"; DestDir: "{app}\plugins"; Components: filt; 
  38. Source: "{app}\plugins\f_rotate.dll"; DestDir: "{app}\plugins"; Components: filt; 
  39. Source: "{app}\plugins\f_gex.dll"; DestDir: "{app}\plugins"; Components: gex; 
  40. Source: "{app}\help\w_shortcuts.html"; DestDir: "{app}\help"; Components: core; 
  41. Source: "{app}\help\a_history.html"; DestDir: "{app}\help"; Components: core; 
  42. Source: "{app}\help\author.html"; DestDir: "{app}\help"; Components: core; 
  43. Source: "{app}\help\g_about.html"; DestDir: "{app}\help"; Components: core; 
  44. Source: "{app}\help\g_freeware.html"; DestDir: "{app}\help"; Components: core; 
  45. Source: "{app}\help\g_license.html"; DestDir: "{app}\help"; Components: core; 
  46. Source: "{app}\help\g_new.html"; DestDir: "{app}\help"; Components: core; 
  47. Source: "{app}\help\g_welcome.html"; DestDir: "{app}\help"; Components: core; 
  48. Source: "{app}\help\index.html"; DestDir: "{app}\help"; Components: core; 
  49. Source: "{app}\help\s_links.html"; DestDir: "{app}\help"; Components: core; 
  50. Source: "{app}\help\w_masks.html"; DestDir: "{app}\help"; Components: core; 
  51. Source: "{app}\help\a_credits.html"; DestDir: "{app}\help"; Components: core; 
  52. Source: "{app}\plugins\f_hex.dll"; DestDir: "{app}\plugins"; Components: hex; 
  53. Source: "{app}\futuris.bpl"; DestDir: "{app}"; Components: core; 
  54. Source: "{app}\plugins\f_logo.dll"; DestDir: "{app}\plugins"; Components: logo; 
  55. Source: "{app}\plugins\f_mavica.dll"; DestDir: "{app}\plugins"; Components: mavica; 
  56. Source: "{app}\plugins\f_mng.dll"; DestDir: "{app}\plugins"; Components: mng; 
  57. Source: "{app}\libmng.dll"; DestDir: "{app}"; Components: mng; 
  58. Source: "{app}\plugins\f_jpeg.dll"; DestDir: "{app}\plugins"; Components: core; 
  59. Source: "{app}\plugins\f_iconexp.dll"; DestDir: "{app}\plugins"; Components: core; 
  60. Source: "{app}\plugins\f_gif.dll"; DestDir: "{app}\plugins"; Components: core; 
  61. Source: "{app}\plugins\f_mail.dll"; DestDir: "{app}\plugins"; Components: core; 
  62. Source: "{app}\plugins\f_stdwin.dll"; DestDir: "{app}\plugins"; Components: core; 
  63. Source: "{app}\print.dll"; DestDir: "{app}"; Components: print; 
  64. Source: "{app}\skins\colorful.fsk"; DestDir: "{app}\skins"; Components: core; 
  65. Source: "{app}\skins\default.fsk"; DestDir: "{app}\skins"; Components: core; 
  66. Source: "{app}\browser.exe"; DestDir: "{app}"; Components: thmb; 
  67. Source: "{app}\plugins\f_twain.dll"; DestDir: "{app}\plugins"; Components: twain; 
  68. Source: "{app}\plugins\f_setwall.dll"; DestDir: "{app}\plugins"; Components: wall; 
  69. Source: "{app}\plugins\f_wallpaper.dll"; DestDir: "{app}\plugins"; Components: wall; 
  70. Source: "{app}\plugins\f_wap.dll"; DestDir: "{app}\plugins"; Components: wap; 
  71. Source: "{app}\webload.dll"; DestDir: "{app}"; Components: web; 
  72. [Dirs]
  73. Name: "{app}\help"; 
  74. Name: "{app}\plugins"; 
  75. Name: "{app}\skins"; 
  76. Name: "{app}\temp"; 
  77. [Registry]
  78. Root: HKCR; Subkey: "FuturisImager"; Flags: uninsdeletekey 
  79. Root: HKCR; Subkey: "FuturisImagerPlugInstaller"; Flags: uninsdeletekey 
  80. Root: HKCR; Subkey: ".fzp"; Flags: uninsdeletekey 
  81. Root: HKCU; Subkey: "Software\Futuris\Imager\Paths"; Flags: uninsdeletekey 
  82. Root: HKCU; Subkey: "Software\Futuris\Imager\Plug-ins"; Flags: uninsdeletekey 
  83. [Run]
  84. Filename: "{app}\plugscan.exe"; StatusMsg: "Scanning for plug-ins..."; 
  85. Filename: "{app}\regdock.exe"; StatusMsg: "Registering application..."; 
  86. Filename: "{app}\imager.exe"; Description: "Launch Futuris Imager"; Flags: postinstall skipifsilent nowait
  87. [Icons]
  88. Name: "{group}\Futuris Imager"; Filename: "{app}\imager.exe"; Comment: "Graphics viewer/manager"; 
  89. Name: "{group}\Futuris File Browser"; Filename: "{app}\browser.exe"; Comment: "Browse your images"; Components: thmb; 
  90. Name: "{group}\Futuris Capture"; Filename: "{app}\capture.exe"; Comment: "Make screenshots fast"; Components: capt; 
  91. Name: "{group}\Futuris Web Site"; Filename: "http://futuris.itsoft.ru/"; Comment: "Check for updates"; 
  92. Name: "{userdesktop}\Futuris Imager"; Filename: "{app}\imager.exe"; Comment: "Graphics viewer/manager"; Tasks: desktopicon; 
  93. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Futuris Imager"; Filename: "{app}\imager.exe"; Comment: "Graphics viewer/manager"; Tasks: quicklaunchicon; 
  94. [Tasks]
  95. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional:"; 
  96. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional:"; 
  97. [Components]
  98. Name: "core"; Description: "Futuris Imager core files (required)"; Types: "full custom"; 
  99. Name: "print"; Description: "Print with preview"; Types: "full custom"; 
  100. Name: "web"; Description: "WebView - view web cams in Imager"; Types: "full custom"; 
  101. Name: "twain"; Description: "Support for TWAIN scanners"; Types: "full custom"; 
  102. Name: "mng"; Description: "Support for PNG/MNG/JNG formats"; Types: "full custom"; 
  103. Name: "gex"; Description: "Additional graphic formats support"; Types: "full custom"; 
  104. Name: "thmb"; Description: "Thumbnail browser"; Types: "full custom"; 
  105. Name: "capt"; Description: "Screen Capture"; Types: "full custom"; 
  106. Name: "hex"; Description: "HEX Viewer"; Types: "full custom"; 
  107. Name: "filt"; Description: "Default filters (image transformations)"; Types: "full custom"; 
  108. Name: "wall"; Description: "Tools for wallpaper manipulations"; Types: "full custom"; 
  109. Name: "logo"; Description: "Windows Logo Changer"; Types: "full custom"; 
  110. Name: "mavica"; Description: "Sony Mavica 411 format support"; Types: "full custom"; 
  111. Name: "wap"; Description: "Support for WAP bitmap read/write"; Types: "full custom"; 
  112. [UninstallDelete]
  113. Type: files; Name: "{app}\browser.ini"; 
  114. Type: files; Name: "{app}\imager.ini"; 
  115. Type: files; Name: "{app}\plugins.ini"; 
  116. Type: files; Name: "{app}\history.dat"; 
  117. Type: filesandordirs; Name: "{app}\temp"; 
  118. [Types]
  119. Name: "full"; Description: "Full installation"; 
  120. Name: "custom"; Description: "Custom installation"; 
  121.