home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 February / comcd0202.iso / homepage / testsw / code / csesetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-12-04  |  9.6 KB  |  117 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=CSE HTML Validator Professional v5.0
  4. AppVerName=CSE HTML Validator Professional v5.0021 (Trial Version)
  5. AppId=CSEPRO50
  6. AppPublisher=AI Internet Solutions
  7. AppPublisherURL=http://www.htmlvalidator.com/
  8. AppSupportURL=http://www.htmlvalidator.com/
  9. AppUpdatesURL=http://www.htmlvalidator.com/
  10. DefaultDirName={pf}\HTMLValidator50
  11. DefaultGroupName=CSE HTML Validator Pro v5.0
  12. OutputBaseFilename=csesetup
  13. Compression=zip
  14. LicenseFile=embedded\License.txt
  15. InfoBeforeFile=embedded\InfoBefore.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\cse50.exe"; DestDir: "{app}"; 
  20. Source: "{app}\taginsertercfg.txt"; DestDir: "{app}"; 
  21. Source: "{app}\htmlval.key"; DestDir: "{app}"; 
  22. Source: "{app}\htmlval50.cfg"; DestDir: "{app}"; 
  23. Source: "{app}\license.txt"; DestDir: "{app}"; 
  24. Source: "{app}\log.txt"; DestDir: "{app}"; 
  25. Source: "{app}\output.txt"; DestDir: "{app}"; 
  26. Source: "{app}\scratchpad1.txt"; DestDir: "{app}"; 
  27. Source: "{app}\scratchpad2.txt"; DestDir: "{app}"; 
  28. Source: "{app}\soundplayer.exe"; DestDir: "{app}"; 
  29. Source: "{app}\cmdlineprocessor.exe"; DestDir: "{app}"; 
  30. Source: "{sys}\csevalidator.dll"; DestDir: "{sys}"; 
  31. Source: "{app}\CSE HTML Validator Home Page.url"; DestDir: "{app}"; 
  32. Source: "{app}\Ordering Information.url"; DestDir: "{app}"; 
  33. Source: "{app}\Documentation\about.html"; DestDir: "{app}\Documentation"; 
  34. Source: "{app}\Documentation\attributegroupseditor.html"; DestDir: "{app}\Documentation"; 
  35. Source: "{app}\Documentation\attributeseditor.html"; DestDir: "{app}\Documentation"; 
  36. Source: "{app}\Documentation\attributevalueseditor.html"; DestDir: "{app}\Documentation"; 
  37. Source: "{app}\Documentation\categorieseditor.html"; DestDir: "{app}\Documentation"; 
  38. Source: "{app}\Documentation\characterentitieseditor.html"; DestDir: "{app}\Documentation"; 
  39. Source: "{app}\Documentation\commandlinearguments.html"; DestDir: "{app}\Documentation"; 
  40. Source: "{app}\Documentation\configuration.html"; DestDir: "{app}\Documentation"; 
  41. Source: "{app}\Documentation\contents.html"; DestDir: "{app}\Documentation"; 
  42. Source: "{app}\Documentation\draganddropdefaulttoolselectdialogbox.html"; DestDir: "{app}\Documentation"; 
  43. Source: "{app}\Documentation\editoreditortab.html"; DestDir: "{app}\Documentation"; 
  44. Source: "{app}\Documentation\editorfileoptionstab.html"; DestDir: "{app}\Documentation"; 
  45. Source: "{app}\Documentation\editorfiletypestab.html"; DestDir: "{app}\Documentation"; 
  46. Source: "{app}\Documentation\editorgeneralinfo.html"; DestDir: "{app}\Documentation"; 
  47. Source: "{app}\Documentation\editorgeneraltab.html"; DestDir: "{app}\Documentation"; 
  48. Source: "{app}\Documentation\editorhtmltab.html"; DestDir: "{app}\Documentation"; 
  49. Source: "{app}\Documentation\findreplacedialog.html"; DestDir: "{app}\Documentation"; 
  50. Source: "{app}\Documentation\gettingstarted.html"; DestDir: "{app}\Documentation"; 
  51. Source: "{app}\Documentation\licenseagreement.html"; DestDir: "{app}\Documentation"; 
  52. Source: "{app}\Documentation\noteseditor.html"; DestDir: "{app}\Documentation"; 
  53. Source: "{app}\Documentation\orderinginformation.html"; DestDir: "{app}\Documentation"; 
  54. Source: "{app}\Documentation\programlimitations.html"; DestDir: "{app}\Documentation"; 
  55. Source: "{app}\Documentation\programseditor.html"; DestDir: "{app}\Documentation"; 
  56. Source: "{app}\Documentation\quickref.html"; DestDir: "{app}\Documentation"; 
  57. Source: "{app}\Documentation\resultswindowlinkstab.html"; DestDir: "{app}\Documentation"; 
  58. Source: "{app}\Documentation\settinguprightclickpopupmenus.html"; DestDir: "{app}\Documentation"; 
  59. Source: "{app}\Documentation\spellchecking.html"; DestDir: "{app}\Documentation"; 
  60. Source: "{app}\Documentation\tagnameseditor.html"; DestDir: "{app}\Documentation"; 
  61. Source: "{app}\Documentation\templatetool.html"; DestDir: "{app}\Documentation"; 
  62. Source: "{app}\Documentation\tipsforusinghtmlvalidator.html"; DestDir: "{app}\Documentation"; 
  63. Source: "{app}\Documentation\uninstallinghtmlvalidator.html"; DestDir: "{app}\Documentation"; 
  64. Source: "{app}\Documentation\usingthetools.html"; DestDir: "{app}\Documentation"; 
  65. Source: "{app}\Documentation\valengineclassictab.html"; DestDir: "{app}\Documentation"; 
  66. Source: "{app}\Documentation\valenginegeneraltab.html"; DestDir: "{app}\Documentation"; 
  67. Source: "{app}\Documentation\valengineloggingtab.html"; DestDir: "{app}\Documentation"; 
  68. Source: "{app}\Documentation\valenginenetworktab.html"; DestDir: "{app}\Documentation"; 
  69. Source: "{app}\Documentation\valenginestylestab.html"; DestDir: "{app}\Documentation"; 
  70. Source: "{app}\Documentation\valenginetagnameprogramtab.html"; DestDir: "{app}\Documentation"; 
  71. Source: "{app}\Documentation\valenginetoolstab.html"; DestDir: "{app}\Documentation"; 
  72. Source: "{app}\Documentation\valenginevalidatortab.html"; DestDir: "{app}\Documentation"; 
  73. Source: "{app}\Documentation\valserverside.html"; DestDir: "{app}\Documentation"; 
  74. Source: "{app}\Documentation\warranty.html"; DestDir: "{app}\Documentation"; 
  75. Source: "{app}\Documentation\webbrowser.html"; DestDir: "{app}\Documentation"; 
  76. Source: "{app}\Documentation\welcome.html"; DestDir: "{app}\Documentation"; 
  77. Source: "{app}\Documentation\wizardlinkstab.html"; DestDir: "{app}\Documentation"; 
  78. Source: "{app}\Documentation\wizardmain.html"; DestDir: "{app}\Documentation"; 
  79. Source: "{app}\Documentation\wizardoptionstab.html"; DestDir: "{app}\Documentation"; 
  80. Source: "{app}\Documentation\wizardreportingtab.html"; DestDir: "{app}\Documentation"; 
  81. Source: "{app}\Documentation\wizardtargetlistformat.html"; DestDir: "{app}\Documentation"; 
  82. Source: "{app}\Documentation\wizardtargetproperties.html"; DestDir: "{app}\Documentation"; 
  83. Source: "{app}\Dictionary\AIISAdd.adm"; DestDir: "{app}\Dictionary"; 
  84. Source: "{app}\Dictionary\American.adm"; DestDir: "{app}\Dictionary"; 
  85. Source: "{app}\Dictionary\FHTMLAdd.adm"; DestDir: "{app}\Dictionary"; 
  86. Source: "{app}\Dictionary\HTMLAdd.adm"; DestDir: "{app}\Dictionary"; 
  87. Source: "{sys}\vcl50.bpl"; DestDir: "{sys}"; 
  88. [Registry]
  89. Root: HKCU; Subkey: "Software\AI Internet Solutions\CSE 3310 HTML Validator"; ValueName: "ExternalCapability"; ValueType: String; ValueData: "5"; 
  90. Root: HKCU; Subkey: "Software\AI Internet Solutions\CSE HTML Validator v4"; ValueName: "InstallDir"; ValueType: String; ValueData: "{app}"; 
  91. Root: HKCU; Subkey: "Software\AI Internet Solutions\CSE HTML Validator v4"; ValueName: "ValidatorEXE"; ValueType: String; ValueData: "cmdlineprocessor.exe"; 
  92. Root: HKCU; Subkey: "Software\AI Internet Solutions\CSE HTML Validator v4"; ValueName: "EditorEXE"; ValueType: String; ValueData: "cse50.exe"; 
  93. Root: HKLM; Subkey: "SOFTWARE\Alsoft\CSE 3310 HTML Validator"; ValueName: "HomeSiteCapability"; ValueType: String; ValueData: "5"; 
  94. Root: HKLM; Subkey: "SOFTWARE\Alsoft\CSE 3310 HTML Validator"; ValueName: "ExternalCapability"; ValueType: String; ValueData: "5"; 
  95. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\htmlval.exe"; ValueName: "Path"; ValueType: String; ValueData: "{app}\cmdlineprocessor.exe"; 
  96. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\htmlval.exe"; ValueType: String; ValueData: "{app}\cmdlineprocessor.exe"; 
  97. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\cse50.exe"; 
  98. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\cse50.exe"; ValueType: String; ValueData: "{app}\cse50.exe"; 
  99. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\cse50.exe"; ValueName: "Path"; ValueType: String; ValueData: "{app}\cse50.exe"; 
  100. Root: HKU; Subkey: ".DEFAULT\Software\AI Internet Solutions\CSE HTML Validator v4"; ValueName: "InstallDir"; ValueType: String; ValueData: "{app}"; 
  101. Root: HKU; Subkey: ".DEFAULT\Software\AI Internet Solutions\CSE HTML Validator v4"; ValueName: "ValidatorEXE"; ValueType: String; ValueData: "cmdlineprocessor.exe"; 
  102. Root: HKU; Subkey: ".DEFAULT\Software\AI Internet Solutions\CSE HTML Validator v4"; ValueName: "EditorEXE"; ValueType: String; ValueData: "cse50.exe"; 
  103. [Run]
  104. Filename: "{app}\cse50.exe"; Description: "Launch CSE HTML Validator Professional"; Flags: postinstall skipifsilent nowait
  105. [UninstallRun]
  106. Filename: "{app}\cse50.exe"; Parameters: "-x"; 
  107. [Icons]
  108. Name: "{group}\CSE HTML Validator Pro v5.0"; Filename: "{app}\cse50.exe"; Comment: "Check HTML/XHTML for syntax problems, broken links, and misspellings by using CSE HTML Validator Professional."; 
  109. Name: "{group}\License Agreement"; Filename: "{app}\license.txt"; Comment: "See the license agreement for CSE HTML Validator Professional."; 
  110. Name: "{group}\CSE HTML Validator Home Page"; Filename: "{app}\CSE HTML Validator Home Page.url"; Comment: "Launch your default browser and go to CSE HTML Validator's Home Page"; 
  111. Name: "{group}\Ordering Information"; Filename: "{app}\Ordering Information.url"; Comment: "Launch your default browser and go to CSE HTML Validator's Ordering Page to purchase a license."; 
  112. Name: "{userdesktop}\CSE HTML Validator Pro v5.0"; Filename: "{app}\cse50.exe"; Comment: "Check HTML/XHTML for syntax problems, broken links, and misspellings by using CSE HTML Validator Professional."; Tasks: desktopicon; 
  113. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\CSE HTML Validator Pro v5.0"; Filename: "{app}\cse50.exe"; Comment: "Check HTML/XHTML for syntax problems, broken links, and misspellings by using CSE HTML Validator Professional."; Tasks: quicklaunchicon; 
  114. [Tasks]
  115. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  116. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  117.