home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 June / Chip_2003-06_cd1.bin / sharewar / bar / bcmag31.exe / install_script.iss
Text File  |  2003-04-27  |  921b  |  28 lines

  1. ;InnoSetupVersion=1.3.25
  2.  
  3. [Setup]
  4. AppName=Barcode Magic
  5. AppVerName=Barcode Magic
  6. AppId=Barcode Magic
  7. DefaultDirName={pf}\Barcode Magic
  8. DefaultGroupName=Barcode Magic
  9. UninstallDisplayIcon={app}\bcMagic.exe
  10. OutputBaseFilename=setup
  11. Compression=zip
  12. PrivilegesRequired=none
  13. LicenseFile=embedded\License.txt
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16.  
  17. [Files]
  18. Source: "{app}\bcMagic.exe"; DestDir: "{app}"; 
  19. Source: "{app}\Help.html"; DestDir: "{app}"; 
  20. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  21. Source: "{app}\License.txt"; DestDir: "{app}"; 
  22. Source: "{app}\Version.txt"; DestDir: "{app}"; 
  23.  
  24. [Icons]
  25. Name: "{group}\Barcode Magic v3.0"; Filename: "{app}\bcMagic.exe"; WorkingDir: "{app}"; 
  26. Name: "{group}\Barcode Magic Help"; Filename: "{app}\help.html"; 
  27. Name: "{group}\Barcode Magic Registration Information"; Filename: "{app}\Readme.txt"; 
  28.