home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2001 September / MICD2001_09_NR2.iso / Serwis / Kbf / kbf200.exe / install_script.iss
Text File  |  2001-07-09  |  851b  |  28 lines

  1. ;InnoSetupVersion=1.3.25
  2.  
  3. [Setup]
  4. AppName=YangSoft KeyBoard Flash!
  5. AppVerName=KeyBoard Flash! version 2.00
  6. AppId=YangSoft KeyBoard Flash!
  7. DefaultDirName={pf}\KBF
  8. DefaultGroupName=KeyBoard Flash!
  9. UninstallDisplayIcon={app}\KBF.exe
  10. OutputBaseFilename=setup
  11. Compression=zip
  12. PrivilegesRequired=none
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\KBF.exe"; DestDir: "{app}"; 
  18. Source: "{app}\KBF.ck"; DestDir: "{app}"; 
  19. Source: "{app}\KBF.ini"; DestDir: "{app}"; 
  20. Source: "{app}\KBF.cnt"; DestDir: "{app}"; 
  21. Source: "{app}\KBF.hlp"; DestDir: "{app}"; 
  22. Source: "{app}\www.txt"; DestDir: "{app}"; 
  23. Source: "{app}\email.txt"; DestDir: "{app}"; 
  24. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  25.  
  26. [Icons]
  27. Name: "{group}\KeyBoard Flash!"; Filename: "{app}\KBF.exe"; 
  28.