home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Comunicatii / lantalk / lantalk-net.exe / install_script.iss
Text File  |  2004-11-26  |  5KB  |  90 lines

  1. ;InnoSetupVersion=4.2.6
  2.  
  3. [Setup]
  4. AppName=LanTalk NET
  5. AppVerName=LanTalk NET version 3.0
  6. AppId=LanTalk.NET
  7. AppVersion=3.0
  8. AppPublisher=CEZEO software
  9. AppPublisherURL=http://www.cezeo.com
  10. AppSupportURL=http://www.cezeo.com
  11. AppUpdatesURL=http://www.cezeo.com
  12. AppMutex=CEZEO software LanTalk.NET 3.0
  13. DefaultDirName={pf}\CEZEO software\LanTalk NET
  14. DefaultGroupName=CEZEO software\LanTalk NET
  15. UninstallDisplayIcon={app}\LanTalk.exe
  16. UninstallDisplayName=LanTalk.NET
  17. OutputBaseFilename=lantalk-net
  18. Compression=lzma
  19. PrivilegesRequired=none
  20. ChangesAssociations=yes
  21. LicenseFile=embedded\License.txt
  22. WizardImageFile=embedded\WizardImage0.bmp
  23. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  24.  
  25. [Files]
  26. Source: "{app}\LanTalk.exe"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\Purchase on-line.url"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\Home page.url"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\Purchase on-line.ico"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\Home page.ico"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\lantalk.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  33. Source: "{app}\Skins\Default\common-images.bmp"; DestDir: "{app}\Skins\Default"; Flags: ignoreversion 
  34. Source: "{app}\Skins\Default\compose-toolbar.bmp"; DestDir: "{app}\Skins\Default"; Flags: ignoreversion 
  35. Source: "{app}\Skins\Default\contact-list-images.bmp"; DestDir: "{app}\Skins\Default"; Flags: ignoreversion 
  36. Source: "{app}\Skins\Default\folder-images.bmp"; DestDir: "{app}\Skins\Default"; Flags: ignoreversion 
  37. Source: "{app}\Skins\Default\format-toolbar.bmp"; DestDir: "{app}\Skins\Default"; Flags: ignoreversion 
  38. Source: "{app}\Skins\Default\main-toolbar.bmp"; DestDir: "{app}\Skins\Default"; Flags: ignoreversion 
  39. Source: "{app}\Skins\Default\tree-options.bmp"; DestDir: "{app}\Skins\Default"; Flags: ignoreversion 
  40. Source: "{app}\Languages\English.language"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  41. Source: "{app}\Languages\Russian.language"; DestDir: "{app}\Languages"; 
  42. Source: "{app}\Sounds\message.wav"; DestDir: "{app}\Sounds"; 
  43. Source: "{app}\lantalk-net.chm"; DestDir: "{app}"; 
  44.  
  45. [Dirs]
  46. Name: "{app}\Skins"; Flags: uninsalwaysuninstall 
  47. Name: "{app}\Languages"; Flags: uninsalwaysuninstall 
  48. Name: "{app}\Skins\Default"; Flags: uninsalwaysuninstall 
  49. Name: "{app}\Sounds"; 
  50.  
  51. [Registry]
  52. Root: HKCU; Subkey: "Software\CEZEO software\LanTalk.NET"; Flags: createvalueifdoesntexist uninsdeletekey 
  53. Root: HKCU; Subkey: "Software\CEZEO software"; Flags: createvalueifdoesntexist uninsdeletekeyifempty 
  54. Root: HKCR; Subkey: ".CezeoKey"; ValueType: String; ValueData: "CEZEO Key File"; Flags: createvalueifdoesntexist uninsdeletekey 
  55. Root: HKCR; Subkey: "CEZEO Key File"; ValueType: String; ValueData: "CEZEO Key File"; Flags: createvalueifdoesntexist uninsdeletekey 
  56. Root: HKCR; Subkey: "CEZEO Key File\Shell\Open\Command"; ValueType: String; ValueData: "regedit.exe ""%1"""; Flags: createvalueifdoesntexist uninsdeletekey 
  57. Root: HKCR; Subkey: "CEZEO Key File\DefaultIcon"; ValueType: String; ValueData: "%SystemRoot%\regedit.exe,1"; Flags: createvalueifdoesntexist uninsdeletekey 
  58.  
  59. [Run]
  60. Filename: "{app}\LanTalk.exe"; WorkingDir: "{app}"; Tasks: run_lantalk; Flags: shellexec 
  61.  
  62. [Icons]
  63. Name: "{group}\LanTalk NET"; Filename: "{app}\LanTalk.exe"; IconFilename: "{app}\LanTalk.exe"; 
  64. Name: "{group}\License file"; Filename: "{app}\License.txt"; 
  65. Name: "{userdesktop}\LanTalk NET"; Filename: "{app}\LanTalk.exe"; WorkingDir: "{app}"; IconFilename: "{app}\LanTalk.exe"; Tasks: desktop_icon; 
  66. Name: "{userdesktop}\Purchase LanTalk NET!"; Filename: "{app}\Purchase on-line.url"; IconFilename: "{app}\Purchase on-line.ico"; Tasks: reg_icon; 
  67. Name: "{group}\LanTalk NET Home page"; Filename: "{app}\Home page.url"; IconFilename: "{app}\Home page.ico"; 
  68. Name: "{group}\Help file"; Filename: "{app}\lantalk-net.chm"; 
  69.  
  70. [Tasks]
  71. Name: "desktop_icon"; Description: "Create shortcut on desktop."; 
  72. Name: "reg_icon"; Description: "Create purchase shortcut on desktop"; 
  73. Name: "run_lantalk"; Description: "Run LanTalk NET after finishing the installation."; 
  74.  
  75. [CustomMessages]
  76. default.NameAndVersion=%1 version %2
  77. default.AdditionalIcons=Additional icons:
  78. default.CreateDesktopIcon=Create a &desktop icon
  79. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  80. default.ProgramOnTheWeb=%1 on the Web
  81. default.UninstallProgram=Uninstall %1
  82. default.LaunchProgram=Launch %1
  83. default.AssocFileExtension=&Associate %1 with the %2 file extension
  84. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  85.  
  86. [Languages]
  87. ; These files are stubs
  88. ; To achieve better results after recompilation, use the real language files
  89. Name: "default"; MessagesFile: "embedded\default.isl"; 
  90.