home *** CD-ROM | disk | FTP | other *** search
/ L'Encyclopedie Des Jeux Video 8 / EJV8_CD1.ISO / ejv8-cd1 / data / aventure&RPG / Tibia / Tibia.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-06-12  |  1.7 KB  |  41 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Tibia
  4. AppVerName=Tibia 7.1
  5. AppId=Tibia
  6. AppPublisher=CipSoft GmbH
  7. AppPublisherURL=http://www.tibia.com
  8. AppSupportURL=http://www.tibia.com
  9. AppUpdatesURL=http://www.tibia.com
  10. DefaultDirName={pf}\Tibia
  11. DefaultGroupName=Tibia
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\Tibia.exe"; DestDir: "{app}"; 
  21. Source: "{app}\Tibia.dat"; DestDir: "{app}"; 
  22. Source: "{app}\Tibia.pic"; DestDir: "{app}"; 
  23. Source: "{app}\Tibia.spr"; DestDir: "{app}"; 
  24. Source: "{app}\Patch.exe"; DestDir: "{app}"; 
  25. [INI]
  26. FileName: "{app}\Tibia.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.tibia.com"; 
  27. [Run]
  28. Filename: "{app}\Tibia.exe"; Description: "Launch Tibia"; Flags: postinstall skipifsilent nowait
  29. [Icons]
  30. Name: "{group}\Tibia"; Filename: "{app}\Tibia.exe"; WorkingDir: "{app}"; 
  31. Name: "{group}\Tibia Website"; Filename: "{app}\Tibia.url"; 
  32. Name: "{userdesktop}\Tibia"; Filename: "{app}\Tibia.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  33. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Tibia"; Filename: "{app}\Tibia.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  34. [Tasks]
  35. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  36. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  37. [UninstallDelete]
  38. Type: files; Name: "{app}\Tibia.url"; 
  39. Type: files; Name: "{app}\Tibia.cfg"; 
  40. Type: files; Name: "{app}\????????.map"; 
  41.