home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Utilitare / syncback / SyncBack_Setup.exe / install_script.iss
Text File  |  2004-11-29  |  4KB  |  84 lines

  1. ;InnoSetupVersion=4.2.6
  2.  
  3. [Setup]
  4. AppName=SyncBack
  5. AppVerName=SyncBack 3.2.5
  6. AppId=SyncBack
  7. AppPublisher=2BrightSparks
  8. AppPublisherURL=http://www.SyncBack.com
  9. AppSupportURL=http://www.SyncBack.com
  10. AppUpdatesURL=http://www.SyncBack.com
  11. DefaultDirName={pf}\2BrightSparks\SyncBack
  12. DefaultGroupName=2BrightSparks\SyncBack
  13. UninstallDisplayIcon={app}\SyncBack.exe
  14. UninstallDisplayName=SyncBack
  15. OutputBaseFilename=SyncBack_Setup
  16. Compression=lzma
  17. PrivilegesRequired=none
  18. InfoBeforeFile=embedded\InfoBefore.rtf
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\SyncBack.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  24. Source: "{app}\ReadMe.rtf"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  25. Source: "{app}\timestamp.vbs"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  26. Source: "{app}\RotateBackup.vbs"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  27. Source: "{app}\SYNCBACK.HLP"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  28. Source: "{app}\RemoveSourceAfter.vbs"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  29.  
  30. [Registry]
  31. Root: HKCU; Subkey: "Software\MJLSoftware\SyncBack"; Flags: uninsdeletekey 
  32. Root: HKLM; Subkey: "Software\Microsoft\Windows\Help"; ValueName: "Syncback.hlp"; ValueType: String; ValueData: "{app}"; OnlyBelowVersion: 4.9.3001,0.0; Flags: uninsdeletevalue noerror 
  33. Root: HKCU; Subkey: "Software\MJLSoftware"; Flags: uninsdeletekeyifempty 
  34.  
  35. [INI]
  36. FileName: "{app}\MailingList.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/mailinglist.html"; 
  37. FileName: "{app}\Forums.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/bb/"; 
  38. FileName: "{app}\SyncBackPro.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/syncback/sbp-features.html"; 
  39.  
  40. [Run]
  41. Filename: "{app}\SyncBack.exe"; Description: "Launch SyncBack"; Flags: postinstall skipifsilent nowait
  42. Filename: "{app}\SYNCBACK.HLP"; WorkingDir: "{app}"; Description: "Read the help file"; Flags: shellexec postinstall unchecked skipifsilent nowait
  43. Filename: "http://www.2brightsparks.com/mailinglist.html"; Description: "Join the mailing list"; Flags: shellexec postinstall unchecked skipifsilent nowait
  44.  
  45. [Icons]
  46. Name: "{group}\SyncBack"; Filename: "{app}\SyncBack.exe"; 
  47. Name: "{group}\Help"; Filename: "{app}\SYNCBACK.HLP"; 
  48. Name: "{group}\Mailing List"; Filename: "{app}\MailingList.url"; 
  49. Name: "{group}\Online Forums"; Filename: "{app}\Forums.url"; 
  50. Name: "{group}\SyncBackPro"; Filename: "{app}\SyncBackPro.url"; 
  51. Name: "{group}\Uninstall SyncBack"; Filename: "{uninstallexe}"; 
  52. Name: "{userdesktop}\SyncBack"; Filename: "{app}\SyncBack.exe"; Tasks: desktopicon; 
  53. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SyncBack"; Filename: "{app}\SyncBack.exe"; Tasks: quicklaunchicon; 
  54.  
  55. [Tasks]
  56. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  57. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  58.  
  59. [UninstallDelete]
  60. Type: files; Name: "{app}\*_excl.txt"; 
  61. Type: files; Name: "{app}\*_excl_dir.txt"; 
  62. Type: files; Name: "{app}\*_Log_Page*.html"; 
  63. Type: files; Name: "{app}\*_Log*.txt"; 
  64. Type: files; Name: "{app}\Debug_*.txt"; 
  65. Type: files; Name: "{app}\MailingList.url"; 
  66. Type: files; Name: "{app}\Forums.url"; 
  67. Type: files; Name: "{app}\SyncBackPro.url"; 
  68.  
  69. [CustomMessages]
  70. default.NameAndVersion=%1 version %2
  71. default.AdditionalIcons=Additional icons:
  72. default.CreateDesktopIcon=Create a &desktop icon
  73. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  74. default.ProgramOnTheWeb=%1 on the Web
  75. default.UninstallProgram=Uninstall %1
  76. default.LaunchProgram=Launch %1
  77. default.AssocFileExtension=&Associate %1 with the %2 file extension
  78. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  79.  
  80. [Languages]
  81. ; These files are stubs
  82. ; To achieve better results after recompilation, use the real language files
  83. Name: "default"; MessagesFile: "embedded\default.isl"; 
  84.