home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / servis / prepromote / prepromote.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-02-14  |  4.1 KB  |  58 lines

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