home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 July / CHIP_CD_2005-07.iso / test / ace / acedvdbackup.exe / install_script.iss
Text File  |  2005-05-25  |  3KB  |  69 lines

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