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

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=AdiIRC
  4. AppVerName=AdiIRC 1.5
  5. AppId=AdiIRC
  6. AppPublisher=Adiirc.com
  7. AppPublisherURL=http://www.adiirc.com
  8. AppSupportURL=http://www.adiirc.com/help.php
  9. AppUpdatesURL=http://www.adiirc.com
  10. DefaultDirName={pf}\AdiIRC
  11. DefaultGroupName=AdiIRC
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{tmp}\isxdl.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  19. Source: "{app}\Update.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\AdiIRC.exe"; DestDir: "{app}"; 
  21. Source: "{app}\servers.ini"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  22. Source: "{app}\slaps.txt"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  23. Source: "{tmp}\isxdl_english.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  24. [Run]
  25. Filename: "{app}\AdiIRC.exe"; Description: "{cm:LaunchProgram,AdiIRC}"; Flags: postinstall skipifsilent nowait
  26. [Icons]
  27. Name: "{group}\AdiIRC"; Filename: "{app}\AdiIRC.exe"; WorkingDir: "{app}"; 
  28. Name: "{group}\{cm:UninstallProgram,AdiIRC}"; Filename: "{uninstallexe}"; 
  29. Name: "{userdesktop}\AdiIRC"; Filename: "{app}\AdiIRC.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  30. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\AdiIRC"; Filename: "{app}\AdiIRC.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  31. [Tasks]
  32. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  33. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  34. [UninstallDelete]
  35. Type: files; Name: "{app}\AdiIRC.exe"; 
  36. Type: filesandordirs; Name: "{app}\Update.exe"; 
  37. Type: files; Name: "{app}\slaps.txt"; 
  38. Type: dirifempty; Name: "{app}"; 
  39. [CustomMessages]
  40. default.NameAndVersion=%1 version %2
  41. default.AdditionalIcons=Additional icons:
  42. default.CreateDesktopIcon=Create a &desktop icon
  43. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  44. default.ProgramOnTheWeb=%1 on the Web
  45. default.UninstallProgram=Uninstall %1
  46. default.LaunchProgram=Launch %1
  47. default.AssocFileExtension=&Associate %1 with the %2 file extension
  48. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  49. [Languages]
  50. ; These files are stubs
  51. ; To achieve better results after recompilation, use the real language files
  52. Name: "default"; MessagesFile: "embedded\default.isl"; 
  53.