home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 August - Disc 1 / PCNET_CD_2006_08_1.iso / dergiden / top10 / PicoBackupSetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-07-14  |  5.5 KB  |  89 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Acubix PicoBackup
  4. AppVerName=Acubix PicoBackup 2.22
  5. AppId=Acubix PicoBackup
  6. AppVersion=2.22
  7. AppPublisher=Acubix
  8. AppPublisherURL=http://www.picobackup.com
  9. AppSupportURL=http://www.picobackup.com
  10. AppUpdatesURL=http://www.picobackup.com
  11. DefaultDirName={pf}\PicoBackup
  12. DefaultGroupName=Acubix PicoBackup
  13. OutputBaseFilename=PicoBackup222
  14. Compression=lzma
  15. PrivilegesRequired=poweruser
  16. LicenseFile=embedded\License.rtf
  17. InfoBeforeFile=embedded\InfoBefore.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\File_Id.diz"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\License.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\Readme.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\Help\PicoBackup.CNT"; DestDir: "{app}\Help"; Flags: ignoreversion 
  25. Source: "{app}\Help\PICOBACKUP.HLP"; DestDir: "{app}\Help"; Flags: ignoreversion 
  26. Source: "{app}\Language\English\English_CustomLicense.sib"; DestDir: "{app}\Language\English"; Flags: ignoreversion 
  27. Source: "{app}\Language\English\English_PBShell.sib"; DestDir: "{app}\Language\English"; Flags: ignoreversion 
  28. Source: "{app}\Language\English\English_PicoBackup.sib"; DestDir: "{app}\Language\English"; Flags: ignoreversion 
  29. Source: "{app}\Language\English\English_PicoBackupAgent.sib"; DestDir: "{app}\Language\English"; Flags: ignoreversion 
  30. Source: "{app}\PicoBackup.exe"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  31. Source: "{app}\PicoBackupAgent.exe"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  32. Source: "{app}\SystemState.dll"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  33. Source: "{app}\StarBurn.dll"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  34. Source: "{app}\WnASPI32.dll"; DestDir: "{app}"; MinVersion: 0.0,4.0.1381 Service Pack 6; Flags: restartreplace uninsrestartdelete ignoreversion 
  35. Source: "{app}\PBShell.dll"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  36. Source: "{app}\PicoBackup.config"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  37. Source: "{tmp}\File Backup.ppe"; DestDir: "{tmp}"; Flags: deleteafterinstall 
  38. Source: "{tmp}\Registry Backup.ppe"; DestDir: "{tmp}"; Flags: deleteafterinstall 
  39. Source: "{tmp}\MyDocumentsPlugin.ppe"; DestDir: "{tmp}"; Flags: deleteafterinstall 
  40. Source: "{tmp}\MyFavoritesPlugin.ppe"; DestDir: "{tmp}"; Flags: deleteafterinstall 
  41. Source: "{tmp}\OutlookPlugin.ppe"; DestDir: "{tmp}"; Flags: deleteafterinstall 
  42. [Dirs]
  43. Name: "{app}\Plugins"; 
  44. Name: "{app}\Help"; Flags: uninsalwaysuninstall 
  45. Name: "{app}\Language\English"; Flags: uninsalwaysuninstall 
  46. [Registry]
  47. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Acubix PicoBackup_is1"; Flags: deletekey 
  48. [INI]
  49. FileName: "{app}\PicoBackup.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.picobackup.com"; 
  50. [Run]
  51. Filename: "{app}\PicoBackup.exe"; Parameters: "-INSTALL"; Description: "{cm:LaunchProgram,Acubix PicoBackup}"; 
  52. Filename: "{app}\PicoBackup.exe"; Parameters: "-INSTALLUPGRADEPLUGIN ""{tmp}\File Backup.ppe"""; 
  53. Filename: "{app}\PicoBackup.exe"; Parameters: "-INSTALLUPGRADEPLUGIN ""{tmp}\Registry Backup.ppe"""; 
  54. Filename: "{app}\PicoBackup.exe"; Parameters: "-INSTALLUPGRADEPLUGIN ""{tmp}\MyDocumentsPlugin.ppe"""; 
  55. Filename: "{app}\PicoBackup.exe"; Parameters: "-INSTALLUPGRADEPLUGIN ""{tmp}\MyFavoritesPlugin.ppe"""; 
  56. Filename: "{app}\PicoBackup.exe"; Parameters: "-INSTALLUPGRADEPLUGIN ""{tmp}\OutlookPlugin.ppe"""; 
  57. Filename: "{app}\PicoBackup.exe"; Description: "{cm:LaunchProgram,Acubix PicoBackup}"; Flags: postinstall skipifsilent nowait
  58. [UninstallRun]
  59. Filename: "{app}\PicoBackup.exe"; Parameters: "-UNINSTALL"; 
  60. [Icons]
  61. Name: "{group}\PicoBackup"; Filename: "{app}\PicoBackup.exe"; 
  62. Name: "{group}\{cm:ProgramOnTheWeb,Acubix PicoBackup}"; Filename: "{app}\PicoBackup.url"; 
  63. Name: "{group}\Uninstall PicoBackup"; Filename: "{uninstallexe}"; 
  64. Name: "{userdesktop}\PicoBackup"; Filename: "{app}\PicoBackup.exe"; Tasks: desktopicon; 
  65. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\PicoBackup"; Filename: "{app}\PicoBackup.exe"; IconFilename: "{app}\PicoBackup.exe"; Tasks: quicklaunchicon; 
  66. Name: "{group}\Readme"; Filename: "{app}\Readme.rtf"; 
  67. Name: "{group}\License"; Filename: "{app}\License.rtf"; 
  68. Name: "{group}\PicoBackup Scheduling Agent"; Filename: "{app}\PicoBackupAgent.exe"; IconFilename: "{app}\PicoBackupAgent.exe"; 
  69. Name: "{group}\PicoBackup Help"; Filename: "{app}\Help\PicoBackup.HLP"; 
  70. [Tasks]
  71. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  72. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  73. [UninstallDelete]
  74. Type: files; Name: "{app}\PicoBackup.url"; 
  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. [Languages]
  86. ; These files are stubs
  87. ; To achieve better results after recompilation, use the real language files
  88. Name: "default"; MessagesFile: "embedded\default.isl"; 
  89.