home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / SyncBack / SyncBack_Setup.exe / install_script.iss
Text File  |  2005-03-01  |  4KB  |  88 lines

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