home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003: The Beautiful Scenery / enter-parhaat-2003.iso / files / dara.exe / install_script.iss
Encoding:
Text File  |  2002-12-31  |  540 b   |  22 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=Dara
  5. AppVerName=Dara 1.0
  6. AppId=Dara
  7. DefaultDirName={pf}\Rekenwonder Software\Dara
  8. DefaultGroupName=Dara
  9. OutputBaseFilename=dara
  10. Compression=zip
  11. PrivilegesRequired=none
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14.  
  15. [Files]
  16. Source: "{app}\Dara.exe"; DestDir: "{app}"; 
  17. Source: "{app}\Dara.hlp"; DestDir: "{app}"; 
  18.  
  19. [Icons]
  20. Name: "{group}\Dara"; Filename: "{app}\Dara.exe"; 
  21. Name: "{group}\Dara Help"; Filename: "{app}\Dara.hlp"; 
  22.