home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / vtool / videotoolbox.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-06-23  |  3.4 KB  |  65 lines

  1. ;InnoSetupVersion=4.2.5
  2. [Setup]
  3. AppName=KC Softwares VideoToolBox
  4. AppVerName=KC Softwares VideoToolBox
  5. AppId=KC Softwares VideoToolBox
  6. AppPublisher=KC Softwares
  7. AppPublisherURL=http://www.kcsoftwares.com
  8. DefaultDirName={pf}\KC Softwares\VideoToolBox
  9. DefaultGroupName=KC Softwares\VideoToolBox
  10. OutputBaseFilename=videotoolbox
  11. Compression=lzma
  12. PrivilegesRequired=none
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15. [Files]
  16. Source: "{app}\VideoToolBox.exe"; DestDir: "{app}"; Flags: ignoreversion 
  17. Source: "{app}\codecs.ini"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\changelog.txt"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\AVT_00000403.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\AVT_00000404.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\AVT_00000406.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\AVT_00000407.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\AVT_00000408.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\AVT_00000409.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\AVT_0000040C.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\AVT_0000040E.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\AVT_00000410.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\AVT_00000413.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\AVT_00000414.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\AVT_00000415.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\AVT_0000041A.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\AVT_0000041B.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  33. Source: "{app}\AVT_00000421.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  34. Source: "{app}\AVT_00000422.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  35. Source: "{app}\AVT_0000081A.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  36. Source: "{app}\AVT_00000C0A.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  37. Source: "{app}\AVT_ORIGINAL.SPK"; DestDir: "{app}"; Flags: ignoreversion 
  38. [Run]
  39. Filename: "{app}\VideoToolBox.exe"; Parameters: "register"; 
  40. [UninstallRun]
  41. Filename: "{app}\VideoToolBox.exe"; Parameters: "unregister"; 
  42. [Icons]
  43. Name: "{userdesktop}\VideoToolBox"; Filename: "{app}\VideoToolBox.exe"; WorkingDir: "{app}"; IconFilename: "{app}\VideoToolBox.exe"; Tasks: desktopicon; 
  44. Name: "{group}\VideoToolBox"; Filename: "{app}\VideoToolBox.exe"; WorkingDir: "{app}"; IconFilename: "{app}\VideoToolBox.exe"; 
  45. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  46. [Tasks]
  47. Name: "desktopicon"; Description: "&Desktop Icon"; GroupDescription: "Additional icons:"; 
  48. [UninstallDelete]
  49. Type: filesandordirs; Name: "{app}\*.*"; 
  50. Type: filesandordirs; Name: "{group}\*.*"; 
  51. [CustomMessages]
  52. default.NameAndVersion=%1 version %2
  53. default.AdditionalIcons=Additional icons:
  54. default.CreateDesktopIcon=Create a &desktop icon
  55. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  56. default.ProgramOnTheWeb=%1 on the Web
  57. default.UninstallProgram=Uninstall %1
  58. default.LaunchProgram=Launch %1
  59. default.AssocFileExtension=&Associate %1 with the %2 file extension
  60. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  61. [Languages]
  62. ; These files are stubs
  63. ; To achieve better results after recompilation, use the real language files
  64. Name: "default"; MessagesFile: "embedded\default.isl"; 
  65.