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

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Chat Controller
  4. AppVerName=1.2.1
  5. AppId={{124B4623-78C7-40B9-BA0A-5E41F9C32845}
  6. AppVersion=1.2.1
  7. AppPublisher=Zemerick Software Inc.
  8. AppPublisherURL=http://www.zemericks.com
  9. AppSupportURL=http://www.zemericks.com
  10. AppUpdatesURL=http://www.zemericks.com
  11. AppMutex=Chat Controller
  12. AppComments=Chat Controller
  13. DefaultDirName={pf}\ChatController
  14. DefaultGroupName=Chat Controller
  15. UninstallDisplayIcon={app}\cctrller.exe
  16. UninstallDisplayName=Chat Controller
  17. OutputBaseFilename=chatcontroller
  18. Compression=lzma
  19. LicenseFile=embedded\License.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{tmp}\isxdl.dll"; DestDir: "{tmp}"; MinVersion: 0.0,5.0.2195; Flags: deleteafterinstall dontcopy 
  24. Source: "{app}\cctrller.exe"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  25. Source: "{app}\ccservice.exe"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  26. Source: "{app}\chatcontroller.chm"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  27. Source: "{app}\ccprv.exe"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  28. Source: "{app}\XPExplorerBar.dll"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  29. [Registry]
  30. Root: HKLM; Subkey: "Software\ChatController"; ValueName: "Location"; ValueType: String; ValueData: "{app}"; MinVersion: 0.0,5.0.2195; 
  31. [Run]
  32. Filename: "{tmp}\dotnetfx.exe"; StatusMsg: "Installing the .NET Framework 2.0..."; Tasks: DownloadNET2; MinVersion: 0.0,5.0.2195; 
  33. Filename: "{app}\cctrller.exe"; StatusMsg: "Running Chat Controller..."; Description: "Run Chat Controller Now"; MinVersion: 0.0,5.0.2195; Flags: postinstall nowait
  34. [Icons]
  35. Name: "{group}\Uninstall Chat Controller"; Filename: "{uninstallexe}"; Tasks: Uninstall; MinVersion: 0.0,5.0.2195; 
  36. Name: "{group}\Chat Controller Help"; Filename: "{app}\chatcontroller.chm"; MinVersion: 0.0,5.0.2195; 
  37. Name: "{group}\Chat Controller"; Filename: "{app}\cctrller.exe"; MinVersion: 0.0,5.0.2195; 
  38. Name: "{group}\Chat Controller Public Rule Viewer"; Filename: "{app}\ccprv.exe"; MinVersion: 0.0,5.0.2195; 
  39. Name: "{commonstartmenu}\Chat Controller Public Rule Viewer"; Filename: "{app}\ccprv.exe"; Tasks: PRVIcon; MinVersion: 0.0,5.0.2195; 
  40. [Tasks]
  41. Name: "Uninstall"; Description: "Shortcut to uninstall Chat Controller"; GroupDescription: "Addition Start Menu Shortcuts"; MinVersion: 0.0,5.0.2195; 
  42. Name: "PRVIcon"; Description: "Shortcut for all users to the Public Rule Viewer."; GroupDescription: "Addition Start Menu Shortcuts"; MinVersion: 0.0,5.0.2195; 
  43. Name: "System_Restore"; Description: "Create a system restore point before installing."; GroupDescription: "System Restore"; MinVersion: 0.0,5.01.2600; OnlyBelowVersion: 0.0,5.2; 
  44. Name: "DownloadNET2"; Description: "Download and install the .NET Framework 2.0 (Required to use Chat Controller)."; GroupDescription: "Required Components"; Check: "DotNet2NOTInstalled"; MinVersion: 0.0,5.0.2195; 
  45. [CustomMessages]
  46. default.NameAndVersion=%1 version %2
  47. default.AdditionalIcons=Additional icons:
  48. default.CreateDesktopIcon=Create a &desktop icon
  49. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  50. default.ProgramOnTheWeb=%1 on the Web
  51. default.UninstallProgram=Uninstall %1
  52. default.LaunchProgram=Launch %1
  53. default.AssocFileExtension=&Associate %1 with the %2 file extension
  54. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  55. [Languages]
  56. ; These files are stubs
  57. ; To achieve better results after recompilation, use the real language files
  58. Name: "default"; MessagesFile: "embedded\default.isl"; 
  59.