home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / katalogy / adam / adam10.exe / install_script.iss
Text File  |  2004-08-31  |  1KB  |  41 lines

  1. ;InnoSetupVersion=3.0.8
  2.  
  3. [Setup]
  4. AppName=Adam 1.0 build 005
  5. AppVerName=Adam 1.0 build 005
  6. AppId=Adam
  7. DefaultDirName={pf}\Adam
  8. DefaultGroupName=Adam
  9. UninstallDisplayIcon={app}\Adam.exe
  10. OutputBaseFilename=adam10
  11. Compression=zip
  12. PrivilegesRequired=none
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\Adam.exe"; DestDir: "{app}"; 
  18. Source: "{app}\license.txt"; DestDir: "{app}"; 
  19. Source: "{app}\gds32.dll"; DestDir: "{app}"; 
  20. Source: "{sys}\Msvcp60.dll"; DestDir: "{sys}"; 
  21. Source: "{app}\Lang\czech.lng"; DestDir: "{app}\Lang"; 
  22.  
  23. [Run]
  24. Filename: "{app}\Adam.exe"; Description: "Spustit program Adam"; Flags: postinstall hidewizard nowait
  25.  
  26. [Icons]
  27. Name: "{group}\Adam"; Filename: "{app}\Adam.exe"; WorkingDir: "{app}"; 
  28. Name: "{userdesktop}\Adam"; Filename: "{app}\Adam.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  29. Name: "{group}\Odinstalovat"; Filename: "{uninstallexe}"; 
  30.  
  31. [Tasks]
  32. Name: "desktopicon"; Description: "Vytvo°it zßstupce na pracovnφ ploÜe"; 
  33.  
  34. [InstallDelete]
  35. Type: filesandordirs; Name: "{group}"; 
  36.  
  37. [UninstallDelete]
  38. Type: files; Name: "{app}\*.gdb"; 
  39. Type: files; Name: "{app}\*.ini"; 
  40. Type: files; Name: "{app}\Lang\*.lng"; 
  41.