home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / multimedia / aoadvdcopy / aoadvdcopy.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-05-26  |  3.0 KB  |  62 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=AoA DVD Copy
  4. AppVerName=AoA DVD Copy
  5. AppId=AoA DVD Copy
  6. AppPublisher=AoAMedia
  7. AppPublisherURL=http://www.aoadvdcopy.com
  8. AppSupportURL=http://www.aoadvdcopy.com
  9. AppUpdatesURL=http://www.aoadvdcopy.com
  10. DefaultDirName={pf}\AoA DVD Copy
  11. DefaultGroupName=AoA DVD Copy
  12. OutputBaseFilename=aoadvdcopy
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\AoA DVD Copy.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\dvdshrinkDll.dll"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\WnASPI32.dll"; DestDir: "{app}"; 
  23. Source: "{app}\Help.chm"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\setting.ini"; DestDir: "{app}"; 
  25. Source: "{app}\license.txt"; DestDir: "{app}"; 
  26. Source: "{app}\AffiliateNow.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\msvcp60.dll"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  28. Source: "{app}\msvcrt.dll"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  29. Source: "{app}\mfc42.dll"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  30. [Registry]
  31. Root: HKLM; Subkey: "Software\Rocket Division Software\StarBurn"; ValueName: "DebugFileName"; ValueType: String; ValueData: "C:\StarBurn.log"; 
  32. Root: HKLM; Subkey: "Software\Rocket Division Software\StarBurn"; ValueName: "DebugFacility"; ValueType: Dword; ValueData: "$1"; 
  33. Root: HKCU; Subkey: "Software\AoADVDCOPY"; ValueName: "BuyPro"; ValueType: String; ValueData: "{code:RNAffil}"; Flags: noerror 
  34. [INI]
  35. FileName: "{app}\AoADVDCopy.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.aoadvdcopy.com"; 
  36. [Run]
  37. Filename: "{app}\AoA DVD Copy.exe"; Description: "Launch AoA DVD Copy"; Flags: postinstall skipifsilent nowait
  38. [Icons]
  39. Name: "{group}\AoA DVD Copy"; Filename: "{app}\AoA DVD Copy.exe"; 
  40. Name: "{userdesktop}\AoA DVD Copy"; Filename: "{app}\AoA DVD Copy.exe"; Tasks: desktopicon; 
  41. Name: "{group}\AoA DVD Copy on the Web"; Filename: "{app}\AoADVDCopy.url"; 
  42. Name: "{group}\Uninstall AoA DVD Copy"; Filename: "{uninstallexe}"; 
  43. Name: "{group}\HELP"; Filename: "{app}\help.chm"; 
  44. [Tasks]
  45. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  46. [UninstallDelete]
  47. Type: files; Name: "{app}\AoADVDCopy.url"; 
  48. [CustomMessages]
  49. default.NameAndVersion=%1 version %2
  50. default.AdditionalIcons=Additional icons:
  51. default.CreateDesktopIcon=Create a &desktop icon
  52. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  53. default.ProgramOnTheWeb=%1 on the Web
  54. default.UninstallProgram=Uninstall %1
  55. default.LaunchProgram=Launch %1
  56. default.AssocFileExtension=&Associate %1 with the %2 file extension
  57. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  58. [Languages]
  59. ; These files are stubs
  60. ; To achieve better results after recompilation, use the real language files
  61. Name: "default"; MessagesFile: "embedded\default.isl"; 
  62.