home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / zkuste / konfig / download / compinfo / compinfo.exe / install_script.iss
Text File  |  2004-01-04  |  2KB  |  44 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Aezay Computer Information v1.61
  5. AppVerName=Aezay Computer Information v1.61
  6. AppId=CompInfo
  7. AppVersion=1.61
  8. AppPublisher=Aezay Productions
  9. AppPublisherURL=http://www.aezay.dk
  10. DefaultDirName={pf}\Aezay Productions\Computer Information
  11. DefaultGroupName=Aezay Productions\Computer Information
  12. UninstallDisplayIcon={app}\CompInfo.exe,0
  13. UninstallDisplayName=Computer Information v1.61
  14. OutputBaseFilename=CompInfo
  15. Compression=bzip2
  16. PrivilegesRequired=none
  17. AllowNoIcons=yes
  18. LicenseFile=embedded\License.rtf
  19. InfoBeforeFile=embedded\InfoBefore.rtf
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22.  
  23. [Files]
  24. Source: "{app}\CompInfo.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  26.  
  27. [Registry]
  28. Root: HKCU; Subkey: "Software\Aezay Productions\Locations"; ValueName: "Computer Information v1.61"; ValueType: String; ValueData: "{app}\CompInfo.exe"; Flags: uninsdeletevalue 
  29.  
  30. [Run]
  31. Filename: "{app}\CompInfo.exe"; Tasks: ExecApp; Flags: nowait
  32.  
  33. [Icons]
  34. Name: "{group}\Computer Information"; Filename: "{app}\CompInfo.exe"; 
  35. Name: "{group}\Readme"; Filename: "{app}\Readme.txt"; 
  36. Name: "{group}\UnInstall Computer Information"; Filename: "{app}\unins000.exe"; 
  37.  
  38. [Tasks]
  39. Name: "ExecApp"; Description: "&Execute application file when done"; 
  40.  
  41. [UninstallDelete]
  42. Type: dirifempty; Name: "{pf}\Aezay Productions\"; 
  43. Type: dirifempty; Name: "{userstartmenu}\Aezay Productions\"; 
  44.