home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2002 November / MICD_2002_11.iso / Programy / PrePromote / prepromote.exe / install_script.iss
Text File  |  2002-08-30  |  4KB  |  65 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=InterLyn PrePromote
  5. AppVerName=InterLyn PrePromote
  6. AppId=InterLyn PrePromote
  7. AppPublisher=InterLyn
  8. AppPublisherURL=http://www.interlyn.com/
  9. AppSupportURL=http://www.prepromote.com/support/
  10. AppUpdatesURL=http://www.prepromote.com/
  11. DefaultDirName={pf}\InterLyn PrePromote4
  12. DefaultGroupName=InterLyn PrePromote
  13. UninstallDisplayIcon={app}\PrePromote.exe
  14. OutputBaseFilename=setup
  15. Compression=zip
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{sys}\stdole2.tlb"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regtypelib sharedfile 
  22. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  23. Source: "{sys}\oleaut32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  24. Source: "{sys}\olepro32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  25. Source: "{sys}\asycfilt.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace sharedfile 
  26. Source: "{sys}\comcat.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  27. Source: "{sys}\COMDLG32.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  28. Source: "{sys}\EclipseCabinet99.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  29. Source: "{sys}\hhctrl.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  30. Source: "{sys}\MSCOMCT2.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  31. Source: "{sys}\Mscomctl.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  32. Source: "{sys}\Msinet.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  33. Source: "{sys}\ShowUrl.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  34. Source: "{sys}\hh.exe"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace sharedfile 
  35. Source: "{sys}\ILHelp.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  36. Source: "{sys}\itircl.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  37. Source: "{sys}\itss.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  38. Source: "{app}\AutoRenew.exe"; DestDir: "{app}"; 
  39. Source: "{app}\PrePromote.exe"; DestDir: "{app}"; 
  40. Source: "{app}\Data\pp4cobrand.pgd"; DestDir: "{app}\Data"; 
  41. Source: "{app}\Data\subjects.dat"; DestDir: "{app}\Data"; 
  42. Source: "{app}\Data\txtswap.ico"; DestDir: "{app}\Data"; 
  43. Source: "{app}\Data\websites.dat"; DestDir: "{app}\Data"; 
  44. Source: "{app}\PrePromote.chm"; DestDir: "{app}"; 
  45.  
  46. [INI]
  47. FileName: "{app}\data\txtswap.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.signposter.com/cgi-bin/countclick.pl?PP4StartMenu"; 
  48.  
  49. [Run]
  50. Filename: "{app}\PrePromote.exe"; Description: "Launch InterLyn PrePromote"; Flags: postinstall skipifsilent nowait
  51.  
  52. [Icons]
  53. Name: "{group}\InterLyn PrePromote"; Filename: "{app}\PrePromote.exe"; Comment: "Create and analyze metatags and generate doorway pages"; 
  54. Name: "{group}\InterLyn PrePromote Help"; Filename: "{app}\PrePromote.chm"; Comment: "Get interactive help with InterLyn PrePromote"; 
  55. Name: "{group}\Txtswap - free advertising"; Filename: "{app}\data\txtswap.url"; IconFilename: "{app}\data\txtswap.ico"; Comment: "Join Txtswap, an online text ad exchange which gives your website free advertising and extra traffic!"; 
  56. Name: "{userdesktop}\InterLyn PrePromote"; Filename: "{app}\PrePromote.exe"; Comment: "Create and analyze metatags and generate doorway pages"; Tasks: desktopicon; 
  57. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\InterLyn PrePromote"; Filename: "{app}\PrePromote.exe"; Comment: "Create and analyze metatags and generate doorway pages"; Tasks: quicklaunchicon; 
  58.  
  59. [Tasks]
  60. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  61. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  62.  
  63. [UninstallDelete]
  64. Type: files; Name: "{app}\data\txtswap.url"; 
  65.