home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 April / PCWorld_2003-04_cd.bin / Software / TemaCD / photoplayer / phoplay3.exe / install_script.iss
Text File  |  2003-02-28  |  2KB  |  50 lines

  1. ;InnoSetupVersion=3.0.3
  2.  
  3. [Setup]
  4. AppName=UniDream PhotoPlayer
  5. AppVerName=PhotoPlayer 3.2 (English)
  6. AppId=UniDream PhotoPlayer
  7. AppPublisher=UniDream Marketing Technologies Inc.
  8. AppPublisherURL=http://www.unidreamtech.com
  9. AppSupportURL=http://www.unidreamtech.com
  10. AppUpdatesURL=http://www.unidreamtech.com
  11. DefaultDirName={sd}\PhotoPlayer
  12. DefaultGroupName=UniDream PhotoPlayer
  13. OutputBaseFilename=phoplay3
  14. Compression=zip
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\phoplay.exe"; DestDir: "{app}"; 
  23. Source: "{app}\phoplay.chm"; DestDir: "{app}"; 
  24. Source: "{app}\unidream.logo"; DestDir: "{app}"; 
  25. Source: "{app}\readphoplay.txt"; DestDir: "{app}"; 
  26. Source: "{app}\Languages\custom.lan"; DestDir: "{app}\Languages"; 
  27.  
  28. [Dirs]
  29. Name: "{app}\Languages"; 
  30.  
  31. [INI]
  32. FileName: "{app}\phoplay.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.unidreamtech.com"; 
  33.  
  34. [Run]
  35. Filename: "{app}\phoplay.exe"; Description: "Launch UniDream PhotoPlayer"; Flags: postinstall skipifsilent nowait
  36.  
  37. [Icons]
  38. Name: "{group}\UniDream PhotoPlayer"; Filename: "{app}\phoplay.exe"; 
  39. Name: "{group}\Uninstall UniDream PhotoPlayer"; Filename: "{uninstallexe}"; 
  40. Name: "{group}\UniDream PhotoPlayer on the Web"; Filename: "{app}\phoplay.url"; 
  41. Name: "{commondesktop}\UniDream PhotoPlayer"; Filename: "{app}\phoplay.exe"; Tasks: desktopicon; 
  42. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\UniDream PhotoPlayer"; Filename: "{app}\phoplay.exe"; Tasks: quicklaunchicon; 
  43.  
  44. [Tasks]
  45. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  46. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  47.  
  48. [UninstallDelete]
  49. Type: files; Name: "{app}\phoplay.url"; 
  50.