home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Shareware / Multimedia / dvdsanta / dvdsanta.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-09-09  |  3.9 KB  |  67 lines

  1. ;InnoSetupVersion=4.2.1
  2. [Setup]
  3. AppName=dvdSanta 3.42 - Create Your Own DVD Movies!
  4. AppVerName=dvdSanta 3.42
  5. AppId=dvdSanta 3.42 - Create Your Own DVD Movies!
  6. AppPublisher=ZY Computing, Inc
  7. AppPublisherURL=http://www.dvdsanta.com
  8. AppSupportURL=http://www.dvdsanta.com
  9. AppUpdatesURL=http://www.dvdsanta.com
  10. DefaultDirName={pf}\dvdSanta
  11. DefaultGroupName=dvdSanta
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. DisableProgramGroupPage=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\dvdSanta.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\still.jpg"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\flags.jpg"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\done.wav"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\Language\Template.txt"; DestDir: "{app}\Language"; 
  25. Source: "{app}\Language\French.txt"; DestDir: "{app}\Language"; 
  26. Source: "{app}\Language\Dutch.txt"; DestDir: "{app}\Language"; 
  27. Source: "{app}\Language\Portuguese.txt"; DestDir: "{app}\Language"; 
  28. Source: "{app}\Language\russian.txt"; DestDir: "{app}\Language"; 
  29. Source: "{app}\Language\Italiano.txt"; DestDir: "{app}\Language"; 
  30. [INI]
  31. FileName: "{app}\dvdSanta.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.dvdsanta.com/index.html?install"; 
  32. FileName: "{app}\dvdSantafaq.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.dvdsanta.com/faq.html?install"; 
  33. FileName: "{app}\dvdSanta1.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.dvdsanta.com/howtocopydvd.htm"; 
  34. FileName: "{app}\dvdSanta2.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.dvdsanta.com/howtocreatedvd.htm"; 
  35. FileName: "{app}\dvdSanta3.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.dvdsanta.com/howtoburndv.htm"; 
  36. FileName: "{app}\reseller.ini"; Section: "RESELLER"; Key: "SOURCE"; String: "{srcexe}"; 
  37. [Run]
  38. Filename: "{app}\dvdSanta.exe"; Description: "{cm:LaunchProgram,dvdSanta}"; Flags: postinstall skipifsilent nowait
  39. [Icons]
  40. Name: "{group}\dvdSanta"; Filename: "{app}\dvdSanta.exe"; WorkingDir: "{app}"; 
  41. Name: "{group}\{cm:ProgramOnTheWeb,dvdSanta}"; Filename: "{app}\dvdSanta.url"; 
  42. Name: "{group}\FAQ"; Filename: "{app}\dvdSantafaq.url"; 
  43. Name: "{group}\How to Copy DVD Movies with dvdSanta"; Filename: "{app}\dvdSanta1.url"; 
  44. Name: "{group}\How to Convert and Burn Other Video Formats into DVD Movies with dvdSanta"; Filename: "{app}\dvdSanta2.url"; 
  45. Name: "{group}\How to Transfer miniDV Camcorder Tapes Directly into DVD Movies with dvdSanta"; Filename: "{app}\dvdSanta3.url"; 
  46. Name: "{group}\{cm:UninstallProgram,dvdSanta}"; Filename: "{uninstallexe}"; 
  47. Name: "{userdesktop}\dvdSanta"; Filename: "{app}\dvdSanta.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  48. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\dvdSanta"; Filename: "{app}\dvdSanta.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  49. [Tasks]
  50. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  51. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  52. [UninstallDelete]
  53. Type: files; Name: "{app}\dvdSanta.url"; 
  54. [CustomMessages]
  55. default.AdditionalIcons=Additional icons:
  56. default.CreateDesktopIcon=Create a &desktop icon
  57. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  58. default.ProgramOnTheWeb=%1 on the Web
  59. default.UninstallProgram=Uninstall %1
  60. default.LaunchProgram=Launch %1
  61. default.AssocFileExtension=&Associate %1 with the %2 file extension
  62. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  63. [Languages]
  64. ; These files are stubs
  65. ; To achieve better results after recompilation, use the real language files
  66. Name: "default"; MessagesFile: "embedded\default.isl"; 
  67.