home *** CD-ROM | disk | FTP | other *** search
/ Multimedia-Photo & Your Disk / Image.iso / Data / softFoto / 147 / ablerawer_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-09-15  |  11.3 KB  |  202 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Able RAWer
  4. AppVerName=Able RAWer 1.2
  5. AppId=Able RAWer
  6. AppVersion=1.2
  7. AppPublisher=GraphicRegion.com
  8. AppPublisherURL=http://www.graphicregion.com
  9. AppSupportURL=http://www.graphicregion.com/support.htm
  10. AppUpdatesURL=http://www.graphicregion.com/download.htm
  11. DefaultDirName={pf}\AbleRAWer
  12. DefaultGroupName=Able RAWer
  13. OutputBaseFilename=ablerawer_setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. ChangesAssociations=yes
  17. AllowNoIcons=yes
  18. LicenseFile=embedded\License.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\AbleRAWer.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\whatsnew.txt"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\AbleRAWer.ico"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\AbleRAWer.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{userfavorites}\GraphicRegion.com.URL"; DestDir: "{userfavorites}"; MinVersion: 4.1,4.0; 
  29. Source: "{app}\dcrawlib.dll"; DestDir: "{app}"; Flags: ignoreversion 
  30. [Registry]
  31. Root: HKCU; Subkey: "Software\GraphicRegion.com"; Flags: uninsdeletekeyifempty 
  32. Root: HKCU; Subkey: "Software\GraphicRegion.com\Able RAWer"; Flags: uninsdeletekeyifempty 
  33. Root: HKCR; Subkey: ".crw"; ValueType: String; ValueData: "AbleRAWer"; Tasks: fileassoc; 
  34. Root: HKCR; Subkey: ".crw"; ValueName: "Content Type"; ValueType: String; ValueData: "image/raw"; Tasks: fileassoc; 
  35. Root: HKCR; Subkey: ".cr2"; ValueType: String; ValueData: "AbleRAWer"; Tasks: fileassoc; 
  36. Root: HKCR; Subkey: ".cr2"; ValueName: "Content Type"; ValueType: String; ValueData: "image/raw"; Tasks: fileassoc; 
  37. Root: HKCR; Subkey: ".nef"; ValueType: String; ValueData: "AbleRAWer"; Tasks: fileassoc; 
  38. Root: HKCR; Subkey: ".nef"; ValueName: "Content Type"; ValueType: String; ValueData: "image/raw"; Tasks: fileassoc; 
  39. Root: HKCR; Subkey: ".raw"; ValueType: String; ValueData: "AbleRAWer"; Tasks: fileassoc; 
  40. Root: HKCR; Subkey: ".raw"; ValueName: "Content Type"; ValueType: String; ValueData: "image/raw"; Tasks: fileassoc; 
  41. Root: HKCR; Subkey: ".pef"; ValueType: String; ValueData: "AbleRAWer"; Tasks: fileassoc; 
  42. Root: HKCR; Subkey: ".pef"; ValueName: "Content Type"; ValueType: String; ValueData: "image/raw"; Tasks: fileassoc; 
  43. Root: HKCR; Subkey: ".raf"; ValueType: String; ValueData: "AbleRAWer"; Tasks: fileassoc; 
  44. Root: HKCR; Subkey: ".raf"; ValueName: "Content Type"; ValueType: String; ValueData: "image/raw"; Tasks: fileassoc; 
  45. Root: HKCR; Subkey: ".x3f"; ValueType: String; ValueData: "AbleRAWer"; Tasks: fileassoc; 
  46. Root: HKCR; Subkey: ".x3f"; ValueName: "Content Type"; ValueType: String; ValueData: "image/raw"; Tasks: fileassoc; 
  47. Root: HKCR; Subkey: ".bay"; ValueType: String; ValueData: "AbleRAWer"; Tasks: fileassoc; 
  48. Root: HKCR; Subkey: ".bay"; ValueName: "Content Type"; ValueType: String; ValueData: "image/raw"; Tasks: fileassoc; 
  49. Root: HKCR; Subkey: ".orf"; ValueType: String; ValueData: "AbleRAWer"; Tasks: fileassoc; 
  50. Root: HKCR; Subkey: ".orf"; ValueName: "Content Type"; ValueType: String; ValueData: "image/raw"; Tasks: fileassoc; 
  51. Root: HKCR; Subkey: ".srf"; ValueType: String; ValueData: "AbleRAWer"; Tasks: fileassoc; 
  52. Root: HKCR; Subkey: ".srf"; ValueName: "Content Type"; ValueType: String; ValueData: "image/raw"; Tasks: fileassoc; 
  53. Root: HKCR; Subkey: ".mrw"; ValueType: String; ValueData: "AbleRAWer"; Tasks: fileassoc; 
  54. Root: HKCR; Subkey: ".mrw"; ValueName: "Content Type"; ValueType: String; ValueData: "image/raw"; Tasks: fileassoc; 
  55. Root: HKCR; Subkey: ".dcr"; ValueType: String; ValueData: "AbleRAWer"; Tasks: fileassoc; 
  56. Root: HKCR; Subkey: ".dcr"; ValueName: "Content Type"; ValueType: String; ValueData: "image/raw"; Tasks: fileassoc; 
  57. Root: HKCR; Subkey: "AbleRAWer"; ValueType: String; ValueData: "Able RAWer (TIFF)"; 
  58. Root: HKCR; Subkey: "AbleRAWer\DefaultIcon"; ValueType: String; ValueData: "{app}\AbleRAWer.exe,0"; Flags: uninsdeletevalue 
  59. Root: HKCR; Subkey: "AbleRAWer\shell"; ValueType: String; ValueData: "OpenWithAbleRAWer"; Flags: uninsdeletevalue 
  60. Root: HKCR; Subkey: "AbleRAWer\shell\OpenWithAbleRAWer"; ValueType: String; ValueData: "Open with Able RAWer"; Flags: uninsdeletekey 
  61. Root: HKCR; Subkey: "AbleRAWer\shell\OpenWithAbleRAWer\command"; ValueType: String; ValueData: """{app}\AbleRAWer.exe"" ""%1"""; Flags: uninsdeletekey 
  62. Root: HKCR; Subkey: "AbleRAWer\shell\open"; ValueType: String; Flags: uninsdeletekey 
  63. Root: HKCR; Subkey: "AbleRAWer\shell\open\command"; ValueType: String; ValueData: """{app}\AbleRAWer.exe"" ""%1"""; Flags: uninsdeletekey 
  64. Root: HKCR; Subkey: "AbleRAWer\shellex\PropertySheetHandlers"; ValueType: String; Flags: uninsdeletekey 
  65. [INI]
  66. FileName: "{app}\AbleRAWer.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.graphicregion.com"; 
  67. [Run]
  68. Filename: "{app}\AbleRAWer.exe"; Description: "Launch Able RAWer"; Flags: postinstall skipifsilent nowait
  69. [UninstallRun]
  70. Filename: "mailto:support@graphicregion.com?subject=Feedback (UnInstall Able RAWer)&body={cm:MyUninstall}"; RunOnceId: "RunSatisfactoryForm"; Flags: shellexec nowait
  71. [Icons]
  72. Name: "{group}\Able RAWer"; Filename: "{app}\AbleRAWer.exe"; WorkingDir: "{app}"; 
  73. Name: "{group}\Able RAWer on the Web"; Filename: "{app}\AbleRAWer.url"; 
  74. Name: "{userdesktop}\Able RAWer"; Filename: "{app}\AbleRAWer.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  75. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Able RAWer"; Filename: "{app}\AbleRAWer.exe"; Tasks: quicklaunchicon; 
  76. [Tasks]
  77. Name: "desktopicon"; Description: "{cm:MyDesktopIcon}"; GroupDescription: "Additional icons:"; 
  78. Name: "quicklaunchicon"; Description: "{cm:MyQuicklaunchIcon}"; GroupDescription: "Additional icons:"; 
  79. Name: "fileassoc"; Description: "{cm:MyFileAssoc}"; 
  80. [UninstallDelete]
  81. Type: files; Name: "{app}\AbleRAWer.url"; 
  82. [CustomMessages]
  83. en.NameAndVersion=%1 version %2
  84. en.AdditionalIcons=Additional icons:
  85. en.CreateDesktopIcon=Create a &desktop icon
  86. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  87. en.ProgramOnTheWeb=%1 on the Web
  88. en.UninstallProgram=Uninstall %1
  89. en.LaunchProgram=Launch %1
  90. en.AssocFileExtension=&Associate %1 with the %2 file extension
  91. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  92. ru.NameAndVersion=%1, 
  93. ru.AdditionalIcons=
  94. ru.CreateDesktopIcon=
  95. ru.CreateQuickLaunchIcon=
  96. ru.ProgramOnTheWeb=
  97. ru.UninstallProgram=
  98. ru.LaunchProgram=
  99. ru.AssocFileExtension=
  100. ru.AssocingFileExtension=
  101.  %2...
  102. fr.NameAndVersion=%1 version %2
  103. fr.AdditionalIcons=Ic
  104. nes suppl
  105. mentaires :
  106. fr.CreateDesktopIcon=Cr
  107. er une ic
  108. ne sur le &Bureau
  109. fr.CreateQuickLaunchIcon=Cr
  110. er une ic
  111. ne dans la barre de &Lancement rapide
  112. fr.ProgramOnTheWeb=Page d'accueil de %1
  113. fr.UninstallProgram=D
  114. sinstaller %1
  115. fr.LaunchProgram=Ex
  116. cuter %1
  117. fr.AssocFileExtension=&Associer %1 avec l'extension de fichier %2
  118. fr.AssocingFileExtension=Associe %1 avec l'extension de fichier %2...
  119. gr.NameAndVersion=%1 
  120. gr.AdditionalIcons=
  121. gr.CreateDesktopIcon=
  122. gr.CreateQuickLaunchIcon=
  123. gr.ProgramOnTheWeb=
  124.  Internet
  125. gr.UninstallProgram=
  126. gr.LaunchProgram=
  127. gr.AssocFileExtension=%
  128. gr.AssocingFileExtension=
  129. it.NameAndVersion=%1 versione %2
  130. it.AdditionalIcons=Icone aggiuntive:
  131. it.CreateDesktopIcon=Crea un'icona sul &desktop
  132. it.CreateQuickLaunchIcon=Crea un'icona nella barra &Avvio veloce
  133. it.ProgramOnTheWeb=%1 sul Web
  134. it.UninstallProgram=Disinstalla %1
  135. it.LaunchProgram=Avvia %1
  136. it.AssocFileExtension=&Associa l'estensione %2 a %1
  137. it.AssocingFileExtension=Associazione dell'estensione %2 a %1 in corso...
  138. ge.NameAndVersion=%1 Version %2
  139. ge.AdditionalIcons=Zus
  140. tzliche Symbole:
  141. ge.CreateDesktopIcon=&Desktop-Symbol anlegen
  142. ge.CreateQuickLaunchIcon=Symbol in der Schnellstartleiste anlegen
  143. ge.ProgramOnTheWeb=%1 im Internet
  144. ge.UninstallProgram=%1 entfernen
  145. ge.LaunchProgram=%1 starten
  146. ge.AssocFileExtension=&Registriere %1 mit der %2-Dateierweiterung
  147. ge.AssocingFileExtension=%1 wird mit der %2-Dateierweiterung registriert...
  148. sp.NameAndVersion=%1 versi
  149. sp.AdditionalIcons=Iconos adicionales:
  150. sp.CreateDesktopIcon=Crear un atajo en el &Escritorio
  151. sp.CreateQuickLaunchIcon=Crear un icono de acceso &r
  152. sp.ProgramOnTheWeb=%1 en la Web
  153. sp.UninstallProgram=Eliminar %1
  154. sp.LaunchProgram=Ejecutar %1
  155. sp.AssocFileExtension=&Asociar %1 con la extensi
  156. n de archivo %2
  157. sp.AssocingFileExtension=Asociar %1 con la extensi
  158. n de archivo %2...
  159. en.MyDesktopIcon=Create a &desktop icon
  160. en.MyQuicklaunchIcon=Create a &Quick Launch icon
  161. en.MyFileAssoc=&Associate Able RAWer with the RAW extensions (crw, cr2, nef, raw, pef, raf, x3f, bay, orf, srf, mrw, dcr)
  162. en.MyUninstall=I uninstalled the program Able RAWer 1.2 because ...
  163. ru.MyDesktopIcon=
  164. ru.MyQuicklaunchIcon=
  165. ru.MyFileAssoc=&
  166.  Able RAWer 
  167.  RAW 
  168.  (crw, cr2, nef, raw, pef, raf, x3f, bay, orf, srf, mrw, dcr)
  169. ru.MyUninstall=
  170.  Able RAWer 1.2 
  171. ge.MyDesktopIcon=Erstellen eines &Desktop Icons
  172. ge.MyQuicklaunchIcon=Eintrag in der &Schnellstartleiste
  173. ge.MyFileAssoc=&Verkn
  174. pfung des RAW Dateityps mit Able RAWer (crw, cr2, nef, raw, pef, raf, x3f, bay, orf, srf, mrw, dcr)
  175. ge.MyUninstall=Ich habe das Programm Able RAWer deinstalliert, da ...
  176. fr.MyDesktopIcon=Create a &desktop icon
  177. fr.MyQuicklaunchIcon=Create a &Quick Launch icon
  178. fr.MyFileAssoc=&Associate Able RAWer with the RAW extensions (crw, cr2, nef, raw, pef, raf, x3f, bay, orf, srf, mrw, dcr)
  179. fr.MyUninstall=I uninstalled the program Able RAWer 1.2 because ...
  180. gr.MyDesktopIcon=Create a &desktop icon
  181. gr.MyQuicklaunchIcon=Create a &Quick Launch icon
  182. gr.MyFileAssoc=&Associate Able RAWer with the RAW extensions (crw, cr2, nef, raw, pef, raf, x3f, bay, orf, srf, mrw, dcr)
  183. gr.MyUninstall=I uninstalled the program Able RAWer 1.2 because ...
  184. it.MyDesktopIcon=Create a &desktop icon
  185. it.MyQuicklaunchIcon=Create a &Quick Launch icon
  186. it.MyFileAssoc=&Associate Able RAWer with the RAW extensions (crw, cr2, nef, raw, pef, raf, x3f, bay, orf, srf, mrw, dcr)
  187. it.MyUninstall=I uninstalled the program Able RAWer 1.2 because ...
  188. sp.MyDesktopIcon=Create a &desktop icon
  189. sp.MyQuicklaunchIcon=Create a &Quick Launch icon
  190. sp.MyFileAssoc=&Associate Able RAWer with the RAW extensions (crw, cr2, nef, raw, pef, raf, x3f, bay, orf, srf, mrw, dcr)
  191. sp.MyUninstall=I uninstalled the program Able RAWer 1.2 because ...
  192. [Languages]
  193. ; These files are stubs
  194. ; To achieve better results after recompilation, use the real language files
  195. Name: "en"; MessagesFile: "embedded\en.isl"; 
  196. Name: "ru"; MessagesFile: "embedded\ru.isl"; 
  197. Name: "fr"; MessagesFile: "embedded\fr.isl"; 
  198. Name: "gr"; MessagesFile: "embedded\gr.isl"; 
  199. Name: "it"; MessagesFile: "embedded\it.isl"; 
  200. Name: "ge"; MessagesFile: "embedded\ge.isl"; 
  201. Name: "sp"; MessagesFile: "embedded\sp.isl"; 
  202.