home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 Ekstra 100 Spil / K-CD_2003_Ekstra_100_Spil.iso / Board / 4free / 4free.exe / install_script.iss
Text File  |  2002-01-31  |  3KB  |  62 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=4Free
  5. AppVerName=4Free
  6. AppId=4Free
  7. DefaultDirName={pf}\Twilight\4Free
  8. DefaultGroupName=4Free
  9. UninstallDisplayIcon={app}\4Free.exe
  10. OutputBaseFilename=setup
  11. Compression=zip
  12. PrivilegesRequired=none
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\RELEASE_GDITools.dll"; DestDir: "{app}"; 
  18. Source: "{app}\RELEASE_Gkernel.dll"; DestDir: "{app}"; 
  19. Source: "{app}\RELEASE_Common.dll"; DestDir: "{app}"; 
  20. Source: "{app}\4Free.exe"; DestDir: "{app}"; 
  21. Source: "{app}\emptyplayer.zip"; DestDir: "{app}"; 
  22. Source: "{app}\logoad.bmp"; DestDir: "{app}"; 
  23. Source: "{app}\game.ini"; DestDir: "{app}"; 
  24. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  25. Source: "{app}\open4.txt"; DestDir: "{app}"; 
  26. Source: "{app}\version.dat"; DestDir: "{app}"; 
  27. Source: "{app}\Engines\Keith Pomakis\Engine.dll"; DestDir: "{app}\Engines\Keith Pomakis"; 
  28. Source: "{app}\Engines\Keith Pomakis\Readme.txt"; DestDir: "{app}\Engines\Keith Pomakis"; 
  29. Source: "{app}\Engines\Velena\Engine.dll"; DestDir: "{app}\Engines\Velena"; 
  30. Source: "{app}\Engines\Velena\Readme.txt"; DestDir: "{app}\Engines\Velena"; 
  31. Source: "{app}\Engines\Velena\velena.cn4"; DestDir: "{app}\Engines\Velena"; 
  32. Source: "{app}\MSVCRT.DLL"; DestDir: "{app}"; 
  33. Source: "{app}\MFC42.DLL"; DestDir: "{app}"; 
  34. Source: "{app}\Pictures\cursor.bmp"; DestDir: "{app}\Pictures"; 
  35. Source: "{app}\Pictures\bluepiece.bmp"; DestDir: "{app}\Pictures"; 
  36. Source: "{app}\Pictures\flashingback.bmp"; DestDir: "{app}\Pictures"; 
  37. Source: "{app}\Pictures\flashingplay.bmp"; DestDir: "{app}\Pictures"; 
  38. Source: "{app}\Pictures\gridsquare.bmp"; DestDir: "{app}\Pictures"; 
  39. Source: "{app}\Pictures\humanvscomp_off.bmp"; DestDir: "{app}\Pictures"; 
  40. Source: "{app}\Pictures\humanvscomp_on.bmp"; DestDir: "{app}\Pictures"; 
  41. Source: "{app}\Pictures\humanvshuman.bmp"; DestDir: "{app}\Pictures"; 
  42. Source: "{app}\Pictures\humanvshuman_on.bmp"; DestDir: "{app}\Pictures"; 
  43. Source: "{app}\Pictures\instructions.bmp"; DestDir: "{app}\Pictures"; 
  44. Source: "{app}\Pictures\redpiece.bmp"; DestDir: "{app}\Pictures"; 
  45. Source: "{app}\Pictures\takeback.bmp"; DestDir: "{app}\Pictures"; 
  46. Source: "{app}\Pictures\titlebar.bmp"; DestDir: "{app}\Pictures"; 
  47. Source: "{app}\Pictures\toolbar.bmp"; DestDir: "{app}\Pictures"; 
  48. Source: "{app}\Pictures\xmarksthespot.bmp"; DestDir: "{app}\Pictures"; 
  49. Source: "{app}\sounds\click.wav"; DestDir: "{app}\sounds"; 
  50.  
  51. [Run]
  52. Filename: "{group}"; Description: "View Folder"; Flags: shellexec postinstall 
  53.  
  54. [Icons]
  55. Name: "{userdesktop}\4Free"; Filename: "{app}\4Free.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  56. Name: "{commonprograms}\4free\4free"; Filename: "{app}\4free.exe"; WorkingDir: "{app}"; 
  57. Name: "{commonprograms}\4free\Readme.txt and Support Info"; Filename: "{app}\readme.txt"; WorkingDir: "{app}"; 
  58. Name: "{commonprograms}\4free\Open4 Notes"; Filename: "{app}\open4.txt"; WorkingDir: "{app}"; 
  59.  
  60. [Tasks]
  61. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  62.