home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / bonus / soft_rev / files / CheMax17.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-08-21  |  1.6 KB  |  34 lines

  1. ;InnoSetupVersion=3.0.0
  2. [Setup]
  3. AppName=CheMax
  4. AppVerName=CheMax 1.7
  5. AppId=CheMax
  6. AppVersion=1.7
  7. AppPublisher=CheMax Team
  8. AppPublisherURL=http://www.CheMax.yo.lv/
  9. DefaultDirName={pf}\CheMax
  10. DefaultGroupName=CheMax
  11. UninstallDisplayIcon={app}\CheMax.exe
  12. OutputBaseFilename=setup
  13. Compression=bzip2
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\CheMax.exe"; DestDir: "{app}"; 
  19. Source: "{app}\Cheats.dat"; DestDir: "{app}"; 
  20. Source: "{app}\Readme.eng.txt"; DestDir: "{app}"; 
  21. Source: "{app}\Readme.rus.txt"; DestDir: "{app}"; 
  22. Source: "{app}\Readme.lv.txt"; DestDir: "{app}"; 
  23. [Run]
  24. Filename: "{app}\CheMax.exe"; Description: "Run CheMax"; Flags: postinstall 
  25. [Icons]
  26. Name: "{group}\CheMax"; Filename: "{app}\CheMax.exe"; WorkingDir: "{app}"; Comment: "CheMax - one of the best offline cheat-base."; 
  27. Name: "{group}\Readme (English)"; Filename: "{app}\Readme.eng.txt"; WorkingDir: "{app}"; Comment: "Readme (English)"; 
  28. Name: "{group}\Readme (Russian)"; Filename: "{app}\Readme.rus.txt"; WorkingDir: "{app}"; Comment: "Readme (Russian)"; 
  29. Name: "{group}\Readme (Latvian)"; Filename: "{app}\Readme.lv.txt"; WorkingDir: "{app}"; Comment: "Readme (Latvian)"; 
  30. Name: "{group}\Uninstall CheMax"; Filename: "{app}\unins000.exe"; WorkingDir: "{app}"; Comment: "Uninstall CheMax"; 
  31. Name: "{userdesktop}\CheMax"; Filename: "{app}\CheMax.exe"; WorkingDir: "{app}"; Comment: "CheMax - one of the best offline cheat-base."; 
  32. [Tasks]
  33. Name: "{userdesktop}\CheMax"; Description: "Create a &desktop icon"; 
  34.