home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2006 June / exe06.iso / software / allvideo / alljoiner.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-04-24  |  1.9 KB  |  42 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=All Video Joiner
  4. AppVerName=All Video Joiner 2.5
  5. AppId=All Video Joiner
  6. AppPublisher=Zealotsoft,Inc.
  7. AppPublisherURL=http://www.Zealotsoft.net
  8. AppSupportURL=http://www.Zealotsoft.net
  9. AppUpdatesURL=http://www.Zealotsoft.net
  10. DefaultDirName={pf}\All Video Joiner
  11. DefaultGroupName=All Video Joiner
  12. OutputBaseFilename=alljoiner
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\VideoJoiner.exe"; DestDir: "{app}"; 
  20. Source: "{app}\BuyNow.url"; DestDir: "{app}"; 
  21. Source: "{app}\Help\Help.chm"; DestDir: "{app}\Help"; 
  22. Source: "{app}\Init.ini"; DestDir: "{app}"; 
  23. Source: "{app}\libavidd-1.3.2.dll"; DestDir: "{app}"; 
  24. Source: "{app}\libfilefmt-1.4.7.dll"; DestDir: "{app}"; 
  25. Source: "{app}\libmcl-4.3.0.dll"; DestDir: "{app}"; 
  26. [INI]
  27. FileName: "{app}\VideoJoiner.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.Zealotsoft.net"; 
  28. [Run]
  29. Filename: "{app}\VideoJoiner.exe"; Description: "Launch All Video Joiner 2.5"; Flags: postinstall skipifsilent nowait
  30. [Icons]
  31. Name: "{group}\All Video Joiner"; Filename: "{app}\VideoJoiner.exe"; 
  32. Name: "{group}\All Video Joiner on the Web"; Filename: "{app}\VideoJoiner.url"; 
  33. Name: "{group}\Buy Now"; Filename: "{app}\BuyNow.url"; 
  34. Name: "{group}\Help"; Filename: "{app}\Help\Help.chm"; 
  35. Name: "{userdesktop}\All Video Joiner"; Filename: "{app}\VideoJoiner.exe"; Tasks: desktopicon; MinVersion: 4.0,5.0; 
  36. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\All Video Joiner"; Filename: "{app}\VideoJoiner.exe"; Tasks: quicklaunchicon; 
  37. [Tasks]
  38. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  39. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  40. [UninstallDelete]
  41. Type: files; Name: "{app}\VideoJoiner.url"; 
  42.