home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 November / maximum-cd-2002-11.iso / Software / Apps / NEWEST / SignPoster4.0.6 / sp4demo.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-09-04  |  4.8 KB  |  73 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=InterLyn SignPoster4
  4. AppVerName=InterLyn SignPoster4
  5. AppId=InterLyn SignPoster4
  6. AppPublisher=InterLyn
  7. AppPublisherURL=http://www.interlyn.com/
  8. AppSupportURL=http://www.signposter.com/support/
  9. AppUpdatesURL=http://www.signposter.com/
  10. DefaultDirName={pf}\InterLyn SignPoster4
  11. DefaultGroupName=InterLyn SignPoster4
  12. UninstallDisplayIcon={app}\SignPoster4.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}\EnCrypt6.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  28. Source: "{sys}\FTP.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}\RICHTX32.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  34. Source: "{sys}\ShowUrl.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  35. Source: "{sys}\Vsspell6.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  36. Source: "{sys}\VSTHES6.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  37. Source: "{sys}\hh.exe"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace sharedfile 
  38. Source: "{sys}\ILHelp.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  39. Source: "{sys}\itircl.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  40. Source: "{sys}\itss.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  41. Source: "{sys}\RICHED32.DLL"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace 
  42. Source: "{app}\AutoRenew.exe"; DestDir: "{app}"; 
  43. Source: "{app}\SignPoster4.exe"; DestDir: "{app}"; 
  44. Source: "{app}\Data\countries.dat"; DestDir: "{app}\Data"; 
  45. Source: "{app}\Data\dictionary.dct"; DestDir: "{app}\Data"; 
  46. Source: "{app}\Data\engines.dat"; DestDir: "{app}\Data"; 
  47. Source: "{app}\Data\formats.dat"; DestDir: "{app}\Data"; 
  48. Source: "{app}\Data\languages.dat"; DestDir: "{app}\Data"; 
  49. Source: "{app}\Data\manengines.dat"; DestDir: "{app}\Data"; 
  50. Source: "{app}\Data\ratings.dat"; DestDir: "{app}\Data"; 
  51. Source: "{app}\Data\robots.dat"; DestDir: "{app}\Data"; 
  52. Source: "{app}\Data\subjects.dat"; DestDir: "{app}\Data"; 
  53. Source: "{app}\Data\thesaurus.the"; DestDir: "{app}\Data"; 
  54. Source: "{app}\Data\types.dat"; DestDir: "{app}\Data"; 
  55. Source: "{app}\Data\updated.dat"; DestDir: "{app}\Data"; 
  56. Source: "{app}\Data\websites.dat"; DestDir: "{app}\Data"; 
  57. Source: "{app}\SignPoster4.chm"; DestDir: "{app}"; 
  58. [INI]
  59. FileName: "{app}\SignPoster4.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.signposter.com/support/"; 
  60. [Run]
  61. Filename: "{app}\SignPoster4.exe"; Description: "Launch InterLyn SignPoster4"; Flags: postinstall skipifsilent nowait
  62. [Icons]
  63. Name: "{group}\InterLyn SignPoster4"; Filename: "{app}\SignPoster4.exe"; 
  64. Name: "{group}\InterLyn SignPoster4 Help"; Filename: "{app}\SignPoster4.chm"; 
  65. Name: "{group}\SignPoster Support Website"; Filename: "{app}\SignPoster4.url"; 
  66. Name: "{userdesktop}\InterLyn SignPoster4"; Filename: "{app}\SignPoster4.exe"; Tasks: desktopicon; 
  67. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\InterLyn SignPoster4"; Filename: "{app}\SignPoster4.exe"; Tasks: quicklaunchicon; 
  68. [Tasks]
  69. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  70. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  71. [UninstallDelete]
  72. Type: files; Name: "{app}\SignPoster4.url"; 
  73.