home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 January (DVD) / PCWorld_2008-01_DVD.iso / multimedia / aoadvdcopy / aoadvdcopy.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-12-05  |  3.5 KB  |  68 lines

  1. ;InnoSetupVersion=5.1.13
  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. AllowNoIcons=yes
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\AoA DVD Copy,1.exe"; DestDir: "{app}"; DestName: "AoA DVD Copy.exe"; Flags: ignoreversion 
  20. Source: "{app}\dvdshrinkDll.dll"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\Help.chm"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\setting.ini"; DestDir: "{app}"; 
  23. Source: "{app}\license.txt"; DestDir: "{app}"; 
  24. Source: "{app}\AoA DVD Copy,2.exe"; DestDir: "{app}"; DestName: "AoA DVD Copy.exe"; Flags: ignoreversion 
  25. Source: "{app}\StarBurn.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\WnASPI32.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\AffiliateNow.dll"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\msvcp60.dll"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  29. Source: "{app}\msvcrt.dll"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  30. Source: "{app}\mfc42.dll"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  31. Source: "{app}\AddOn\AddOn.exe"; DestDir: "{app}\AddOn"; Flags: ignoreversion 
  32. Source: "{app}\AddOn\info.dll"; DestDir: "{app}\AddOn"; Flags: ignoreversion 
  33. Source: "{app}\AddOn\preview.bmp"; DestDir: "{app}\AddOn"; Flags: ignoreversion 
  34. Source: "{app}\AddOn\wasp.dll"; DestDir: "{app}\AddOn"; BeforeInstall: "InstallPcSetup"; 
  35. [Registry]
  36. Root: HKCU; Subkey: "Software\AoADVDCOPY"; ValueName: "BuyPro"; ValueType: String; ValueData: "{code:RNAffil}"; Flags: noerror 
  37. Root: HKCU; Subkey: "Software\AoADVDCOPY"; ValueName: "SE"; ValueType: String; ValueData: "0"; Flags: noerror 
  38. Root: HKCU; Subkey: "Software\AoADVDCOPY\System\Flag"; ValueType: String; ValueData: "0"; 
  39. Root: HKCU; Subkey: "Software\AoADVDCOPY\System\LicenseTo"; ValueType: String; ValueData: "nobody"; 
  40. [INI]
  41. FileName: "{app}\AoADVDCopy.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.aoadvdcopy.com"; 
  42. [Run]
  43. Filename: "{app}\AoA DVD Copy.exe"; Description: "Launch AoA DVD Copy"; Flags: postinstall skipifsilent nowait
  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. [Tasks]
  51. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  52. [UninstallDelete]
  53. Type: files; Name: "{app}\AoADVDCopy.url"; 
  54. [CustomMessages]
  55. default.NameAndVersion=%1 version %2
  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. [Languages]
  65. ; These files are stubs
  66. ; To achieve better results after recompilation, use the real language files
  67. Name: "default"; MessagesFile: "embedded\default.isl"; 
  68.