home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / install_script.iss
Text File  |  2004-03-08  |  1KB  |  32 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Benthic Software: Golden
  5. AppVerName=Benthic Software: Golden
  6. AppId=Benthic Software: Golden
  7. DefaultDirName={pf}\Benthic
  8. DefaultGroupName=Benthic Software
  9. OutputBaseFilename=goldensetup57420
  10. Compression=zip
  11. PrivilegesRequired=none
  12. AllowNoIcons=yes
  13. LicenseFile=embedded\License.txt
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16.  
  17. [Files]
  18. Source: "{app}\Golden32.exe"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\Golden32.hlp"; DestDir: "{app}"; 
  20. Source: "{app}\Golden32.cnt"; DestDir: "{app}"; 
  21. Source: "{app}\Goldenhistory.txt"; DestDir: "{app}"; 
  22. Source: "{app}\GoldenLicense.txt"; DestDir: "{app}"; 
  23. Source: "{app}\ImpExp32.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\Impexp32.hlp"; DestDir: "{app}"; 
  25. Source: "{app}\ImpExp32.cnt"; DestDir: "{app}"; 
  26. Source: "{app}\BenthicRegister.txt"; DestDir: "{app}"; 
  27. Source: "{app}\Golden32.pdf"; DestDir: "{app}"; 
  28.  
  29. [Icons]
  30. Name: "{group}\Golden32"; Filename: "{app}\Golden32.exe"; WorkingDir: "{app}"; Comment: "Golden32"; 
  31. Name: "{group}\ImpExp32"; Filename: "{app}\ImpExp32.exe"; WorkingDir: "{app}"; Comment: "ImpExp32"; 
  32.