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
Text File  |  2006-05-26  |  3KB  |  72 lines

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