home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 May / PCWorld_2008-05_cd.bin / temacd / rarbackup / rbsetup.exe / install_script.iss
Text File  |  2008-04-03  |  2KB  |  52 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=RAR Backup
  5. AppVerName=2007 Beta 1
  6. AppId={{F5CA5C54-7435-416B-AD8C-EE56E0B42FC2}
  7. AppVersion=2007 Beta 1
  8. AppPublisher=RD Technologies
  9. AppPublisherURL=http://www.backup-2006.com
  10. AppSupportURL=http://www.backup-2006.com
  11. AppUpdatesURL=http://www.backup-2006.com
  12. AppComments=RAR Backup
  13. DefaultDirName={pf}\RAR Backup
  14. DefaultGroupName=RAR Backup
  15. UninstallDisplayIcon={app}\rbk.exe
  16. UninstallDisplayName=RAR Backup
  17. OutputBaseFilename=rbsetup
  18. Compression=lzma
  19. PrivilegesRequired=none
  20. InfoBeforeFile=embedded\InfoBefore.txt
  21. WizardImageFile=embedded\WizardImage0.bmp
  22. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  23.  
  24. [Files]
  25. Source: "{app}\rbk.exe"; DestDir: "{app}"; 
  26. Source: "{sys}\MCDB.ocx"; DestDir: "{sys}"; Flags: regserver 
  27. Source: "{sys}\MCDBX.ocx"; DestDir: "{sys}"; 
  28. Source: "{app}\unrar.dll"; DestDir: "{app}"; 
  29.  
  30. [Run]
  31. Filename: "{app}\rbk.exe"; WorkingDir: "{app}"; Flags: postinstall skipifsilent nowait
  32.  
  33. [Icons]
  34. Name: "{group}\RAR Backup"; Filename: "{app}\rbk.exe"; WorkingDir: "{app}"; IconFilename: "{app}\rbk.exe"; Comment: "RAR Backup 2007"; 
  35. Name: "{group}\Uninstall beta"; Filename: "{uninstallexe}"; 
  36.  
  37. [CustomMessages]
  38. default.NameAndVersion=%1 version %2
  39. default.AdditionalIcons=Additional icons:
  40. default.CreateDesktopIcon=Create a &desktop icon
  41. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  42. default.ProgramOnTheWeb=%1 on the Web
  43. default.UninstallProgram=Uninstall %1
  44. default.LaunchProgram=Launch %1
  45. default.AssocFileExtension=&Associate %1 with the %2 file extension
  46. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  47.  
  48. [Languages]
  49. ; These files are stubs
  50. ; To achieve better results after recompilation, use the real language files
  51. Name: "default"; MessagesFile: "embedded\default.isl"; 
  52.