home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 June / maximum-cd-2010-06.iso / DiscContents / SyncBack_Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2010-03-24  |  4.8 KB  |  85 lines

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