home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 October - Disc 1 / PCNET_CD_2006_10_1.iso / shareware / NotePadSX_Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-09-13  |  2.9 KB  |  60 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=NotePad SX
  4. AppVerName=NotePad SX 1.2
  5. AppId=NotePad SX
  6. AppPublisher=SX Software, Inc.
  7. AppPublisherURL=http://www.sxsoftware.com/
  8. AppSupportURL=http://www.sxsoftware.com/
  9. AppUpdatesURL=http://www.sxsoftware.com/
  10. DefaultDirName={pf}\NotePad SX
  11. DefaultGroupName=SX Software
  12. OutputBaseFilename=NotePadSX_Setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\NotepadSX.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\TextEd.icl"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\16.icl"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\16a.icl"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\24.icl"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\24a.icl"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\Blue.style"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  26. Source: "{app}\Default 2.style"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  27. Source: "{app}\Far Big.style"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  28. Source: "{app}\Far Tool.style"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  29. Source: "{app}\Far.style"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  30. Source: "{app}\Full Screen.style"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  31. Source: "{app}\Tool Window.style"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  32. Source: "{app}\Untitled.style"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  33. Source: "{app}\Window.style"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  34. [INI]
  35. FileName: "{app}\NotepadSX.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.sxsoftware.com/"; 
  36. [Run]
  37. Filename: "{app}\NotepadSX.exe"; Description: "{cm:LaunchProgram,NotePad SX}"; Flags: postinstall skipifsilent nowait
  38. [Icons]
  39. Name: "{group}\NotePad SX"; Filename: "{app}\NotepadSX.exe"; 
  40. Name: "{group}\{cm:ProgramOnTheWeb,NotePad SX}"; Filename: "{app}\NotepadSX.url"; 
  41. Name: "{userdesktop}\NotePad SX"; Filename: "{app}\NotepadSX.exe"; Tasks: desktopicon; 
  42. [Tasks]
  43. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  44. [UninstallDelete]
  45. Type: files; Name: "{app}\NotepadSX.url"; 
  46. [CustomMessages]
  47. default.NameAndVersion=%1 version %2
  48. default.AdditionalIcons=Additional icons:
  49. default.CreateDesktopIcon=Create a &desktop icon
  50. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  51. default.ProgramOnTheWeb=%1 on the Web
  52. default.UninstallProgram=Uninstall %1
  53. default.LaunchProgram=Launch %1
  54. default.AssocFileExtension=&Associate %1 with the %2 file extension
  55. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  56. [Languages]
  57. ; These files are stubs
  58. ; To achieve better results after recompilation, use the real language files
  59. Name: "default"; MessagesFile: "embedded\default.isl"; 
  60.