home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 July / CHIP_CD_2005-07.iso / test / ace / acedvdbackup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-05-25  |  2.8 KB  |  59 lines

  1. ;InnoSetupVersion=4.2.1
  2. [Setup]
  3. AppName=Ace DVD Backup
  4. AppVerName=Ace DVD Backup 1.2.28
  5. AppId=Ace DVD Backup
  6. AppPublisher=Aokx Media Inc
  7. AppPublisherURL=http://www.aokx.com
  8. AppSupportURL=http://www.aokx.com
  9. AppUpdatesURL=http://www.aokx.com
  10. DefaultDirName={pf}\Ace DVD Backup
  11. DefaultGroupName=Ace DVD Backup
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\Ace DVD Backup.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\help.chm"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\nLame.dll"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\auth.dll"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\aspiinst.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. [Registry]
  26. Root: HKCU; Subkey: "Software\Ace DVD Backup"; Flags: uninsdeletekey 
  27. Root: HKCU; Subkey: "Software\Ace DVD Backup\InstallPath"; ValueType: String; ValueData: "{app}"; 
  28. [INI]
  29. FileName: "{app}\homepage.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.aokx.com"; 
  30. FileName: "{app}\buynow.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.aokx.com/order.htm"; 
  31. [Run]
  32. Filename: "{app}\Ace DVD Backup.exe"; Description: "{cm:LaunchProgram,Ace DVD Backup}"; Flags: postinstall skipifsilent nowait
  33. [Icons]
  34. Name: "{group}\Ace DVD Backup"; Filename: "{app}\Ace DVD Backup.exe"; 
  35. Name: "{group}\Install ASPI"; Filename: "{app}\aspiinst.exe"; 
  36. Name: "{group}\Help"; Filename: "{app}\help.chm"; 
  37. Name: "{group}\{cm:ProgramOnTheWeb,Ace DVD Backup}"; Filename: "{app}\homepage.url"; 
  38. Name: "{group}\Buy now"; Filename: "{app}\buynow.url"; 
  39. Name: "{group}\{cm:UninstallProgram,Ace DVD Backup}"; Filename: "{uninstallexe}"; 
  40. Name: "{userdesktop}\Ace DVD Backup"; Filename: "{app}\Ace DVD Backup.exe"; Tasks: desktopicon; 
  41. [Tasks]
  42. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  43. [UninstallDelete]
  44. Type: files; Name: "{app}\homepage.url"; 
  45. Type: files; Name: "{app}\buynow.url"; 
  46. [CustomMessages]
  47. default.AdditionalIcons=Additional icons:
  48. default.CreateDesktopIcon=Create a &desktop icon
  49. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  50. default.ProgramOnTheWeb=%1 on the Web
  51. default.UninstallProgram=Uninstall %1
  52. default.LaunchProgram=Launch %1
  53. default.AssocFileExtension=&Associate %1 with the %2 file extension
  54. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  55. [Languages]
  56. ; These files are stubs
  57. ; To achieve better results after recompilation, use the real language files
  58. Name: "default"; MessagesFile: "embedded\default.isl"; 
  59.