home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / goldenview / goldviewsetup21181.exe / install_script.iss
Text File  |  2004-03-01  |  1KB  |  31 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Benthic Software: Goldview
  5. AppVerName=Benthic Software: Goldview
  6. AppId=Benthic Software: Goldview
  7. DefaultDirName={pf}\Benthic
  8. DefaultGroupName=Benthic Software
  9. OutputBaseFilename=goldviewsetup21181
  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}\BenthicRegister.txt"; DestDir: "{app}"; 
  19. Source: "{app}\GoldviewHistory.txt"; DestDir: "{app}"; 
  20. Source: "{app}\GoldviewLicense.txt"; DestDir: "{app}"; 
  21. Source: "{app}\Goldvw32.cnt"; DestDir: "{app}"; 
  22. Source: "{app}\Goldvw32.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\Goldvw32.hlp"; DestDir: "{app}"; 
  24. Source: "{app}\Goldvw32.pdf"; DestDir: "{app}"; 
  25.  
  26. [Registry]
  27. Root: HKCU; Subkey: "Software\Benthic\Tools"; ValueName: "goldvw"; ValueType: String; ValueData: "{app}\goldvw32.exe"; Flags: noerror 
  28.  
  29. [Icons]
  30. Name: "{group}\Goldview32"; Filename: "{app}\Goldvw32.exe"; WorkingDir: "{app}"; Comment: "Goldvw32"; 
  31.