home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 October - Disc 1 / PCNET_CD_2006_10_1.iso / dergiden / top11 / BlockNote-Free.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-09-04  |  4.6 KB  |  74 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=BlockNote.Net
  4. AppVerName=BlockNote.Net, version 1.8
  5. AppId=BlockNote.Net
  6. AppPublisher=Terra Informatica, Software Design
  7. AppPublisherURL=http://www.blocknote.net
  8. AppSupportURL=http://www.blocknote.net
  9. AppUpdatesURL=http://www.blocknote.net
  10. DefaultDirName={pf}\BlockNote.Net
  11. DefaultGroupName=BlockNote.Net
  12. UninstallDisplayIcon={app}\BlockNote.exe
  13. OutputBaseFilename=BlockNote-Retail
  14. Compression=bzip2
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\BlockNote.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\htmlayout.dll"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\BlockNote.bnk"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\lex\userdic.tlx"; DestDir: "{app}\lex"; Flags: ignoreversion 
  24. Source: "{app}\lex\ssceam2.clx"; DestDir: "{app}\lex"; Flags: ignoreversion 
  25. Source: "{app}\lex\ssceam.tlx"; DestDir: "{app}\lex"; Flags: ignoreversion 
  26. Source: "{app}\lex\tech.tlx"; DestDir: "{app}\lex"; Flags: ignoreversion 
  27. Source: "{app}\Ssce.ini"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\ssce5432.dll"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\help\info1.tip"; DestDir: "{app}\help"; Flags: ignoreversion 
  30. Source: "{app}\help\info2.tip"; DestDir: "{app}\help"; Flags: ignoreversion 
  31. Source: "{app}\help\info3.tip"; DestDir: "{app}\help"; Flags: ignoreversion 
  32. Source: "{app}\help\info4.tip"; DestDir: "{app}\help"; Flags: ignoreversion 
  33. Source: "{app}\help\info5.tip"; DestDir: "{app}\help"; Flags: ignoreversion 
  34. Source: "{app}\help\showlayout.png"; DestDir: "{app}\help"; Flags: ignoreversion 
  35. Source: "{app}\help\showlayouthatch.png"; DestDir: "{app}\help"; Flags: ignoreversion 
  36. Source: "{app}\help\showrulers.gif"; DestDir: "{app}\help"; Flags: ignoreversion 
  37. Source: "{app}\BlockNote.chm"; DestDir: "{app}"; Flags: ignoreversion 
  38. [Registry]
  39. Root: HKCU; Subkey: "Software\TerraInformatica\BlockNote.exe"; Flags: uninsdeletekey 
  40. Root: HKCU; Subkey: "Software\TerraInformatica\BlockNote.exe\shell\edit"; ValueName: "command"; ValueType: String; ValueData: """{app}\BlockNote.exe"" ""%1"""; 
  41. Root: HKCU; Subkey: "Software\TerraInformatica\BlockNote.exe\shellNew"; ValueType: String; ValueData: "NullFile"; 
  42. Root: HKCR; Subkey: "htmlfile\shell\Edit with BlockNote.Net"; ValueType: String; ValueData: "Edit with BlockNote.Net"; Flags: uninsdeletekey 
  43. Root: HKCR; Subkey: "htmlfile\shell\Edit with BlockNote.Net\Command"; ValueType: String; ValueData: """{app}\BlockNote.exe"" ""%1"""; 
  44. Root: HKCR; Subkey: "mhtfile\shell\Edit with BlockNote.Net"; ValueType: String; ValueData: "Edit with BlockNote.Net"; Flags: uninsdeletekey 
  45. Root: HKCR; Subkey: "mhtfile\shell\Edit with BlockNote.Net\Command"; ValueType: String; ValueData: """{app}\BlockNote.exe"" ""%1"""; 
  46. Root: HKCR; Subkey: "mhtfile\shellNew"; ValueType: String; ValueData: """{app}\BlockNote.exe"" -new"; 
  47. Root: HKCR; Subkey: "emlfile\shell\Edit with BlockNote.Net"; ValueType: String; ValueData: "Edit with BlockNote.Net"; Flags: uninsdeletekey 
  48. Root: HKCR; Subkey: "emlfile\shell\Edit with BlockNote.Net\Command"; ValueType: String; ValueData: """{app}\BlockNote.exe"" ""%1"""; 
  49. [Run]
  50. Filename: "{app}\BlockNote.exe"; Description: "Launch BlockNote.Net"; Flags: postinstall skipifsilent nowait
  51. [Icons]
  52. Name: "{group}\BlockNote.Net"; Filename: "{app}\BlockNote.exe"; 
  53. Name: "{group}\BlockNote.Net Help"; Filename: "{app}\BlockNote.chm"; 
  54. Name: "{group}\Uninstall BlockNote.Net"; Filename: "{app}\unins000.exe"; 
  55. Name: "{userdesktop}\BlockNote.Net"; Filename: "{app}\BlockNote.exe"; Tasks: desktopicon; 
  56. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\BlockNote.Net"; Filename: "{app}\BlockNote.exe"; Tasks: quicklaunchicon; 
  57. [Tasks]
  58. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  59. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  60. [CustomMessages]
  61. default.NameAndVersion=%1 version %2
  62. default.AdditionalIcons=Additional icons:
  63. default.CreateDesktopIcon=Create a &desktop icon
  64. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  65. default.ProgramOnTheWeb=%1 on the Web
  66. default.UninstallProgram=Uninstall %1
  67. default.LaunchProgram=Launch %1
  68. default.AssocFileExtension=&Associate %1 with the %2 file extension
  69. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  70. [Languages]
  71. ; These files are stubs
  72. ; To achieve better results after recompilation, use the real language files
  73. Name: "default"; MessagesFile: "embedded\default.isl"; 
  74.