home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 December / PCWorld_2006-12_cd.bin / multimedia / 123dvdclone / 123dvdclone.exe / install_script.iss
Text File  |  2006-11-07  |  3KB  |  68 lines

  1. ;InnoSetupVersion=5.1.7
  2.  
  3. [Setup]
  4. AppName=123 DVD Clone
  5. AppVerName=123 DVD Clone
  6. AppId=123 DVD Clone
  7. AppPublisher=DVDVideoTool.com
  8. AppPublisherURL=http://www.dvdvideotool.com
  9. AppSupportURL=http://www.dvdvideotool.com
  10. AppUpdatesURL=http://www.dvdvideotool.com
  11. DefaultDirName={pf}\123 DVD Clone
  12. DefaultGroupName=123 DVD Clone
  13. OutputBaseFilename=123dvdclone
  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}\DVD Clone.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\wnaspi32.dll"; DestDir: "{app}"; 
  23. Source: "{app}\info.dll"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\DVDClone.skf"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\preview.bmp"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\SkinCrafter.dll"; DestDir: "{app}"; Flags: regserver ignoreversion 
  27. Source: "{app}\help.chm"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\msvcp60.dll"; DestDir: "{app}"; 
  29. Source: "{app}\gdiplus.dll"; DestDir: "{app}"; 
  30.  
  31. [INI]
  32. FileName: "{app}\home.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.dvdvideotool.com"; 
  33. FileName: "{app}\order.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.dvdvideotool.com/order.htm"; 
  34.  
  35. [Run]
  36. Filename: "{app}\DVD Clone.exe"; Description: "{cm:LaunchProgram,123 DVD Clone}"; Flags: postinstall skipifsilent nowait
  37.  
  38. [Icons]
  39. Name: "{group}\123 DVD Clone"; Filename: "{app}\DVD Clone.exe"; 
  40. Name: "{userdesktop}\123 DVD Clone"; Filename: "{app}\DVD Clone.exe"; Tasks: desktopicon; 
  41. Name: "{group}\Uninstall 123 DVD Clone"; Filename: "{uninstallexe}"; 
  42. Name: "{group}\Help"; Filename: "{app}\help.chm"; 
  43. Name: "{group}\More tools on DVDVideoTool.com"; Filename: "{app}\home.url"; 
  44. Name: "{group}\Order Now"; Filename: "{app}\order.url"; 
  45.  
  46. [Tasks]
  47. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  48.  
  49. [UninstallDelete]
  50. Type: files; Name: "{app}\home.url"; 
  51. Type: files; Name: "{app}\order.url"; 
  52.  
  53. [CustomMessages]
  54. english.NameAndVersion=%1 version %2
  55. english.AdditionalIcons=Additional icons:
  56. english.CreateDesktopIcon=Create a &desktop icon
  57. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  58. english.ProgramOnTheWeb=%1 on the Web
  59. english.UninstallProgram=Uninstall %1
  60. english.LaunchProgram=Launch %1
  61. english.AssocFileExtension=&Associate %1 with the %2 file extension
  62. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  63.  
  64. [Languages]
  65. ; These files are stubs
  66. ; To achieve better results after recompilation, use the real language files
  67. Name: "english"; MessagesFile: "embedded\english.isl"; 
  68.