home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / oddech / horror / horror.exe / install_script.iss
Text File  |  2003-11-05  |  3KB  |  63 lines

  1. ;InnoSetupVersion=4.0.5
  2.  
  3. [Setup]
  4. AppName=Horrorween
  5. AppVerName=Horrorween v1.00
  6. AppId=Horrorween
  7. AppPublisher=DGDev Team
  8. AppPublisherURL=http://www.horrorween.tk
  9. AppSupportURL=http://www.horrorween.tk
  10. AppUpdatesURL=http://www.horrorween.tk
  11. DefaultDirName=C:\games\Horrorween
  12. DefaultGroupName=games\Horrorween
  13. OutputBaseFilename=HorrorweenSetupV1.00
  14. Compression=zip
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\server.dat"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\status.dat"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\data.pak"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\fmod.dll"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\SDL_image.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\jpeg.dll"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\libpng1.dll"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\zlib.dll"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\SDL_net.dll"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\wrapper.dll"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  33. Source: "{app}\credits.txt"; DestDir: "{app}"; Flags: ignoreversion 
  34. Source: "{app}\Horror.cfg"; DestDir: "{app}"; Flags: ignoreversion 
  35. Source: "{app}\ConfigHorror.exe"; DestDir: "{app}"; Flags: ignoreversion 
  36. Source: "{app}\Horrorween.exe"; DestDir: "{app}"; Flags: ignoreversion 
  37.  
  38. [Run]
  39. Filename: "{app}\ConfigHorror.exe"; Parameters: "config"; WorkingDir: "{app}"; Description: "Launch Horrorween configuration tool"; Flags: skipifsilent 
  40.  
  41. [Icons]
  42. Name: "{group}\Horrorween"; Filename: "{app}\Horrorween.exe"; WorkingDir: "{app}"; 
  43. Name: "{group}\Read Me"; Filename: "{app}\readme.txt"; 
  44. Name: "{group}\Game Configuration"; Filename: "{app}\ConfigHorror.exe"; Parameters: "config"; WorkingDir: "{app}"; 
  45. Name: "{group}\Credits"; Filename: "{app}\credits.txt"; 
  46. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  47. Name: "{userdesktop}\Horrorween"; Filename: "{app}\Horrorween.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  48.  
  49. [Tasks]
  50. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  51.  
  52. [UninstallDelete]
  53. Type: files; Name: "{app}\Horrorween.log"; 
  54. Type: filesandordirs; Name: "{app}\sys"; 
  55. Type: files; Name: "{app}\*.dat"; 
  56. Type: files; Name: "{app}\*.dll"; 
  57. Type: files; Name: "{app}\*.cfg"; 
  58.  
  59. [Languages]
  60. ; These files are stubs
  61. ; To achieve better results after recompilation, use the real language files
  62. Name: "default"; MessagesFile: "embedded\default.isl"; 
  63.