home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd2.bin / software / multimedia / seymour / Seymour.exe / install_script.iss
Text File  |  2003-04-22  |  1KB  |  38 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=Seymour By Jarosoft
  5. AppVerName=Seymour 1.0.3 By Jarosoft
  6. AppId=Seymour By Jarosoft
  7. AppPublisher=Jarosoft
  8. AppPublisherURL=http://www.jarosoft.com
  9. AppSupportURL=http://www.jarosoft.com
  10. AppUpdatesURL=http://www.jarosoft.com
  11. DefaultDirName={pf}\Jarosoft\Seymour
  12. DefaultGroupName=Jarosoft\Seymour
  13. UninstallDisplayIcon={app}\SM ICO Application.ico
  14. OutputBaseFilename=Seymour
  15. Compression=zip
  16. PrivilegesRequired=none
  17. LicenseFile=embedded\License.txt
  18. InfoBeforeFile=embedded\InfoBefore.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\Seymour.arm.cab"; DestDir: "{app}"; 
  24. Source: "{app}\Seymour.sh3.cab"; DestDir: "{app}"; 
  25. Source: "{app}\Seymour.mips.cab"; DestDir: "{app}"; 
  26. Source: "{app}\Seymour.arm2002.cab"; DestDir: "{app}"; 
  27. Source: "{app}\Seymour.ini"; DestDir: "{app}"; 
  28. Source: "{app}\Seymour.htm"; DestDir: "{app}"; 
  29. Source: "{app}\SM ICO Application.ico"; DestDir: "{app}"; 
  30.  
  31. [Run]
  32. Filename: "{reg:HKLM\SOFTWARE\Microsoft\Windows CE Services,InstalledDir}\CeAppMgr.exe"; Parameters: """{app}\Seymour.ini"""; 
  33. Filename: "{app}\Seymour.htm"; Description: "View Documentation"; Flags: shellexec postinstall nowait
  34.  
  35. [Icons]
  36. Name: "{group}\View Documentation"; Filename: "{app}\Seymour.htm"; 
  37. Name: "{group}\Remove Seymour From Device"; Filename: "{reg:HKLM\SOFTWARE\Microsoft\Windows CE Services,InstalledDir}\CeAppMgr.exe"; 
  38.