home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / komunikace / alleycode / alleycodesetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-04-10  |  6.4 KB  |  100 lines

  1. ;InnoSetupVersion=5.1.10
  2. [Setup]
  3. AppName=Alleycode HTML Editor
  4. AppVerName=Alleycode HTML Editor 2.2.0
  5. AppId=Kobeman
  6. AppPublisher=Konae Technologies, Inc.
  7. AppPublisherURL=http://www.alleycode.com
  8. AppSupportURL=http://www.alleycode.com
  9. AppUpdatesURL=http://www.alleycode.com
  10. AppMutex=alleycodemutex
  11. DefaultDirName={pf}\Alleycode
  12. DefaultGroupName=Alleycode
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\alleycode.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\alleycode.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\alleycode.chm"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\alleycode.INI"; DestDir: "{app}"; Flags: onlyifdoesntexist ignoreversion 
  24. Source: "{app}\htmlhelp.lib"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\Forms\feedback.inc"; DestDir: "{app}\Forms"; Flags: ignoreversion 
  26. Source: "{app}\Forms\fieldset.inc"; DestDir: "{app}\Forms"; Flags: ignoreversion 
  27. Source: "{app}\Forms\order.inc"; DestDir: "{app}\Forms"; Flags: ignoreversion 
  28. Source: "{app}\Forms\survey.inc"; DestDir: "{app}\Forms"; Flags: ignoreversion 
  29. Source: "{app}\Libraries\css.aly"; DestDir: "{app}\Libraries"; Flags: ignoreversion 
  30. Source: "{app}\Libraries\css2.aly"; DestDir: "{app}\Libraries"; Flags: ignoreversion 
  31. Source: "{app}\Libraries\html32.aly"; DestDir: "{app}\Libraries"; Flags: ignoreversion 
  32. Source: "{app}\Libraries\html41.aly"; DestDir: "{app}\Libraries"; Flags: ignoreversion 
  33. Source: "{app}\Libraries\php.aly"; DestDir: "{app}\Libraries"; Flags: ignoreversion 
  34. Source: "{app}\Libraries\php4.phpfuncAG.aly"; DestDir: "{app}\Libraries"; Flags: ignoreversion 
  35. Source: "{app}\Libraries\php4.phpfuncHL.aly"; DestDir: "{app}\Libraries"; Flags: ignoreversion 
  36. Source: "{app}\Libraries\php4.phpfuncMP.aly"; DestDir: "{app}\Libraries"; Flags: ignoreversion 
  37. Source: "{app}\Libraries\php4.phpfuncQZ.aly"; DestDir: "{app}\Libraries"; Flags: ignoreversion 
  38. Source: "{app}\Libraries\php5.phpfuncAG.aly"; DestDir: "{app}\Libraries"; Flags: ignoreversion 
  39. Source: "{app}\Libraries\php5.phpfuncHL.aly"; DestDir: "{app}\Libraries"; Flags: ignoreversion 
  40. Source: "{app}\Libraries\php5.phpfuncMP.aly"; DestDir: "{app}\Libraries"; Flags: ignoreversion 
  41. Source: "{app}\Libraries\php5.phpfuncQZ.aly"; DestDir: "{app}\Libraries"; Flags: ignoreversion 
  42. Source: "{app}\PHP\array.php"; DestDir: "{app}\PHP"; Flags: ignoreversion 
  43. Source: "{app}\PHP\count.php"; DestDir: "{app}\PHP"; Flags: ignoreversion 
  44. Source: "{app}\PHP\date.php"; DestDir: "{app}\PHP"; Flags: ignoreversion 
  45. Source: "{app}\PHP\forloop.php"; DestDir: "{app}\PHP"; Flags: ignoreversion 
  46. Source: "{app}\PHP\form.php"; DestDir: "{app}\PHP"; Flags: ignoreversion 
  47. Source: "{app}\PHP\mail.php"; DestDir: "{app}\PHP"; Flags: ignoreversion 
  48. Source: "{app}\PHP\phpinfo.php"; DestDir: "{app}\PHP"; Flags: ignoreversion 
  49. Source: "{app}\PHP\time.php"; DestDir: "{app}\PHP"; Flags: ignoreversion 
  50. Source: "{app}\PHP\fread.php"; DestDir: "{app}\PHP"; Flags: ignoreversion 
  51. Source: "{app}\PHP\length.php"; DestDir: "{app}\PHP"; Flags: ignoreversion 
  52. Source: "{app}\PHP\math.php"; DestDir: "{app}\PHP"; Flags: ignoreversion 
  53. Source: "{app}\PHP\metatags.php"; DestDir: "{app}\PHP"; Flags: ignoreversion 
  54. Source: "{app}\PHP\pregmatch.php"; DestDir: "{app}\PHP"; Flags: ignoreversion 
  55. Source: "{app}\PHP\replace.php"; DestDir: "{app}\PHP"; Flags: ignoreversion 
  56. Source: "{app}\PHP\variable.php"; DestDir: "{app}\PHP"; Flags: ignoreversion 
  57. Source: "{app}\Templates\temp.ale"; DestDir: "{app}\Templates"; Flags: ignoreversion 
  58. Source: "{app}\Templates\temp.html"; DestDir: "{app}\Templates"; Flags: ignoreversion 
  59. Source: "{app}\Templates\xtemp.html"; DestDir: "{app}\Templates"; Flags: ignoreversion 
  60. Source: "{app}\Templates\temp.php"; DestDir: "{app}\Templates"; Flags: ignoreversion 
  61. Source: "{app}\Templates\temp.txt"; DestDir: "{app}\Templates"; Flags: ignoreversion 
  62. Source: "{app}\Tutorial\images\easybckgrd.gif"; DestDir: "{app}\Tutorial\images"; Flags: ignoreversion 
  63. Source: "{app}\Tutorial\images\easylogo.gif"; DestDir: "{app}\Tutorial\images"; Flags: ignoreversion 
  64. Source: "{app}\Tutorial\images\spacecadet.gif"; DestDir: "{app}\Tutorial\images"; Flags: ignoreversion 
  65. [Dirs]
  66. Name: "{app}\Tutorial\include"; 
  67. [Registry]
  68. Root: HKCR; Subkey: "Alleycode HTML Editor"; ValueType: String; ValueData: "Alleycode HTML Editor"; Flags: uninsdeletekey 
  69. Root: HKCR; Subkey: "Alleycode HTML Editor\DefaultIcon"; ValueType: String; ValueData: "{app}\alleycode.exe,0"; 
  70. Root: HKCR; Subkey: "Alleycode HTML Editor\shell\open\command"; ValueType: String; ValueData: """{app}\alleycode.exe"" ""%1"""; 
  71. [INI]
  72. FileName: "{app}\alleycode.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.alleycode.com"; 
  73. [Run]
  74. Filename: "{app}\alleycode.exe"; Description: "Launch Alleycode HTML Editor"; Flags: postinstall skipifsilent nowait
  75. [Icons]
  76. Name: "{group}\Alleycode HTML Editor"; Filename: "{app}\alleycode.exe"; WorkingDir: "{app}"; 
  77. Name: "{group}\Alleycode HTML Editor on the Web"; Filename: "{app}\alleycode.url"; WorkingDir: "{app}"; 
  78. Name: "{group}\Uninstall Alleycode HTML Editor"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  79. Name: "{userdesktop}\Alleycode HTML Editor"; Filename: "{app}\alleycode.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  80. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Alleycode HTML Editor"; Filename: "{app}\alleycode.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  81. [Tasks]
  82. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  83. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  84. [UninstallDelete]
  85. Type: files; Name: "{app}\alleycode.url"; 
  86. [CustomMessages]
  87. default.NameAndVersion=%1 version %2
  88. default.AdditionalIcons=Additional icons:
  89. default.CreateDesktopIcon=Create a &desktop icon
  90. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  91. default.ProgramOnTheWeb=%1 on the Web
  92. default.UninstallProgram=Uninstall %1
  93. default.LaunchProgram=Launch %1
  94. default.AssocFileExtension=&Associate %1 with the %2 file extension
  95. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  96. [Languages]
  97. ; These files are stubs
  98. ; To achieve better results after recompilation, use the real language files
  99. Name: "default"; MessagesFile: "embedded\default.isl"; 
  100.