home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2001 November / Gamestar_34_2001-11_cd1.bin / PROGRAMY / gnotellainstaller.exe / install_script.iss
Text File  |  2001-09-28  |  3KB  |  60 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=Gnotella
  5. AppVerName=Gnotella 1.0.5
  6. AppId=Gnotella
  7. AppPublisher=Petapeer
  8. AppPublisherURL=http://www.gnotella.com
  9. AppSupportURL=http://www.gnotella.com
  10. AppUpdatesURL=http://www.gnotella.com
  11. DefaultDirName={pf}\Gnotella
  12. DefaultGroupName=Gnotella
  13. UninstallDisplayIcon={app}\Gnotella.exe,1
  14. OutputBaseFilename=setup
  15. Compression=zip
  16. PrivilegesRequired=none
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{sys}\stdole2.tlb"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regtypelib 
  22. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver 
  23. Source: "{sys}\oleaut32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver 
  24. Source: "{sys}\olepro32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver 
  25. Source: "{sys}\asycfilt.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace 
  26. Source: "{sys}\comcat.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver 
  27. Source: "{sys}\Mswinsck.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  28. Source: "{sys}\ComCtl32.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  29. Source: "{group}\Gnotella.com.url"; DestDir: "{group}"; 
  30. Source: "{app}\GnotellaStats.exe"; DestDir: "{app}"; 
  31. Source: "{app}\GnotellaStats.ini"; DestDir: "{app}"; 
  32. Source: "{app}\GnotellaStats.bat"; DestDir: "{app}"; 
  33. Source: "{app}\Gnotella.exe"; DestDir: "{app}"; 
  34. Source: "{app}\skins\meangreen.bmp"; DestDir: "{app}\skins"; 
  35. Source: "{app}\skins\default.bmp"; DestDir: "{app}\skins"; 
  36. Source: "{app}\GnotDB.exe"; DestDir: "{app}"; 
  37. Source: "{app}\history.txt"; DestDir: "{app}"; 
  38.  
  39. [Dirs]
  40. Name: "{app}\stats"; 
  41. Name: "{app}\logs"; 
  42.  
  43. [Run]
  44. Filename: "{app}\GnotDB.exe"; Parameters: "/RegServer"; WorkingDir: "{app}"; Description: "Register the Gnotella support file"; 
  45. Filename: "{app}\gnotella.exe"; Description: "Launch Gnotella"; Flags: postinstall skipifsilent nowait
  46.  
  47. [UninstallRun]
  48. Filename: "{app}\GnotDB.exe"; Parameters: "/UnregServer"; WorkingDir: "{app}"; 
  49.  
  50. [Icons]
  51. Name: "{group}\Gnotella"; Filename: "{app}\Gnotella.exe"; 
  52. Name: "{group}\Online Help"; Filename: "http://www.gnotella.com/helpfile/index.phtml"; IconFilename: "{sys}\shell32.dll"; IconIndex: 23; 
  53. Name: "{group}\Gnotella Webserver Stats"; Filename: "{app}\GnotellaStats.bat"; WorkingDir: "{app}"; IconFilename: "{sys}\shell32.dll"; IconIndex: 21; 
  54. Name: "{userdesktop}\Gnotella"; Filename: "{app}\Gnotella.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  55. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Gnotella"; Filename: "{app}\Gnotella.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  56.  
  57. [Tasks]
  58. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  59. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  60.