home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 August - Disc 2 / PCNET_CD_2006_08_2.iso / apps / chatmessaging / TalkativeIRCSetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-06-22  |  2.1 KB  |  47 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Talkative IRC
  4. AppVerName=Talkative IRC 0.4.2.6
  5. AppId=Talkative IRC
  6. DefaultDirName={pf}\Talkative IRC
  7. DefaultGroupName=Talkative IRC
  8. OutputBaseFilename=TalkativeIRCSetup
  9. Compression=lzma
  10. PrivilegesRequired=none
  11. AllowNoIcons=yes
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\Talkative IRC.exe"; DestDir: "{app}"; 
  16. Source: "{userappdata}\Talkative IRC\Servers.xml"; DestDir: "{userappdata}\Talkative IRC"; Flags: onlyifdoesntexist 
  17. Source: "{app}\libeay32.dll"; DestDir: "{app}"; 
  18. Source: "{app}\ssleay32.dll"; DestDir: "{app}"; 
  19. Source: "{app}\Sounds\Nice Not (NEO Sound).wav"; DestDir: "{app}\Sounds"; 
  20. Source: "{app}\Sounds\Plim (Gato pre).wav"; DestDir: "{app}\Sounds"; 
  21. [Dirs]
  22. Name: "{app}"; Flags: uninsalwaysuninstall 
  23. Name: "{app}\Help"; Flags: uninsalwaysuninstall 
  24. Name: "{userappdata}\Talkative IRC"; Flags: uninsalwaysuninstall 
  25. Name: "{app}\Sounds"; Flags: uninsalwaysuninstall 
  26. Name: "{app}\Logs"; Flags: uninsalwaysuninstall 
  27. [Registry]
  28. Root: HKCU; Subkey: "Software\Talkative IRC"; ValueName: "AppFilename"; ValueType: String; ValueData: "{app}\Talkative IRC.exe"; Flags: uninsdeletekey 
  29. [Icons]
  30. Name: "{group}\Talkative IRC"; Filename: "{app}\Talkative IRC.exe"; IconFilename: "{app}\Talkative IRC.exe"; 
  31. Name: "{group}\Talkative IRC Webpage"; Filename: "http://www.talkative-irc.com"; 
  32. Name: "{group}\Uninstall"; Filename: "{app}\unins000.exe"; WorkingDir: "{app}"; 
  33. [CustomMessages]
  34. English.NameAndVersion=%1 version %2
  35. English.AdditionalIcons=Additional icons:
  36. English.CreateDesktopIcon=Create a &desktop icon
  37. English.CreateQuickLaunchIcon=Create a &Quick Launch icon
  38. English.ProgramOnTheWeb=%1 on the Web
  39. English.UninstallProgram=Uninstall %1
  40. English.LaunchProgram=Launch %1
  41. English.AssocFileExtension=&Associate %1 with the %2 file extension
  42. English.AssocingFileExtension=Associating %1 with the %2 file extension...
  43. [Languages]
  44. ; These files are stubs
  45. ; To achieve better results after recompilation, use the real language files
  46. Name: "English"; MessagesFile: "embedded\English.isl"; 
  47.