User:Afrow UK: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
Line 100: Line 100:
#[[File:BrandingURL.zip]] (''v0.1: An NSIS plugin to set branding text to a clickable hyperlink.'')
#[[File:BrandingURL.zip]] (''v0.1: An NSIS plugin to set branding text to a clickable hyperlink.'')
#[[File:SetCursor.zip]] (''v0.2: An NSIS plugin to set the cursor or change its position.'')
#[[File:SetCursor.zip]] (''v0.2: An NSIS plugin to set the cursor or change its position.'')
#[[File:ButtonEvent.zip]] (''v0.4: A plugin that allows NSIS coders to add a custom button and tie a NSIS function to it.'')
#[[File:ButtonEvent.zip]] (''v0.5: A plugin that allows NSIS coders to add a custom button and tie a NSIS function to it.'')
#[[File:EmbeddedLists.zip]] (''v1.2: An NSIS plugin to display list boxes in various flavours.'')
#[[File:EmbeddedLists.zip]] (''v1.2: An NSIS plugin to display list boxes in various flavours.'')
#[[File:PopupListBox.zip]] (''v0.1: Displays a fully customisable popup top-most dialog containing a list box control.'')
#[[File:PopupListBox.zip]] (''v0.1: Displays a fully customisable popup top-most dialog containing a list box control.'')

Revision as of 15:54, 1 August 2007

Contact

E-mail: afrowuk at tiscali dot co dot uk
PM: (NSIS Forums)

My Articles

  1. Multi-volume Distribution
  2. StrReplace v4
  3. NSIS Script Parser (made with NSIS)
  4. CharStrip & StrStrip: Remove character or string from another string
  5. LStrCmp
  6. GetInQuotes: Get string from between quotes
  7. IndexOf & RIndexOf: Find index of character in string
  8. Get vertical space of INI file value
  9. Refreshing labels after color change
  10. Replace all text before a string on a line
  11. Get installer to open in top left hand corner of screen
  12. Replace 1st piece in string, then delete other parts
  13. Update an existing INI file with values from an updated INI file
  14. NSISdl macro system
  15. Get first part of a string
  16. Sort String 1 (from end)
  17. Read from INI style file without section headers
  18. Get extention of file
  19. NSIS Self-Extractor kit
  20. Read from text file line number
  21. Read a string from an e.g. exe or dll file
  22. Replace line that starts with specified string
  23. Search for text in file
  24. Get Steam account name and install path
  25. Combine two text files into one text file
  26. Arrays in NSIS
  27. NSIS Syntax File for Crimson Editor
  28. Sort String 3
  29. More advanced dump log to file
  30. Sort String 3 modified
  31. Convert 5 digit integers to pure text
  32. Delete dirs / files in a directory except one dir / file
  33. Sort String 2
  34. Delete lines from log window by line numbers
  35. Change Uninstall Log Window Font
  36. Simple loop testing macro
  37. Get number of lines in text file
  38. MultiCmd: One NSIS command instead of multiple
  39. Change Log Window Font
  40. VersionCheckNew: Compare version numbers
  41. RecFind: Recursive FindFirst, FindNext, FindClose
  42. Write many values to INI file for reading
  43. MakeFileList: Get files from dir
  44. Some useful DlgItem changes
  45. More advanced replace text in file
  46. Get number of subdirs in dir path
  47. Underline text in LogWindow
  48. Two installations in one installer
  49. Get URL segments for Joel's Internet plugin
  50. Overwrite file line number in text file
  51. Tutorial: Using labels in macro's
  52. Generate a random number
  53. Simple write text to file
  54. Convert "\" to "\\" in a string or dir path
  55. Write to text file line number
  56. Check for spaces in a directory path
  57. Convert Unix new-lines (\n) to Windows (\r\n)
  58. Slice: Cut string out of string
  59. Get last directory path part
  60. Get installer filename
  61. Invoking NSIS run-time commands on compile-time
  62. Delete lines from one line to another line inclusive
  63. SetReqStrLen: Allow compile w/ 8192 special build only
  64. TrimText: Trim text e.g. to fit in a label
  65. Uninstall all dirs and subdirs created by your installer
  66. Delete lines from one line to another line exclusive
  67. Write to INI style file with no section headings
  68. Get first part and rest of string
  69. Find a string in an e.g. exe or dll file
  70. Replace text on a file line number
  71. Backup files on install, restore on uninstall
  72. Copy to, or get from Windows Clipboard
  73. FindIt: Simple search for file / directory
  74. SetCompiler: Set compiler executable for current script
  75. GetBetween: Get text in between two markers in a file
  76. Save on variables
  77. CharIndexReplace: Replace char in string with char size
  78. Splice: Cut string @ index from array type string
  79. ReplaceBetween: Replace text between two markers in a file
  80. Count how many times your installer package has been executed
  81. NSIS-Date (Created for Robert Rainwater)
  82. Uninstall only installed files
  83. StrCSpn, StrCSpnReverse: Scan strings for characters
  84. FileRequest through section or function
  85. System Tray NotifyIcon creator plugin (Created for Nik Medved aka brainsucker)
  86. Working Installation CompletionTime function
  87. How to control Section selections, while using SubSections & InstTypes

My Plugins

  1. File:LockedList.zip (v0.3: An NSIS plugin to display or get a list of programs that are locking a selection of files that have to be uninstalled or overwritten.)
  2. File:AccessControl.zip (Removed error MessageBoxes from existing plugin by Mathias Hasselmann.)
  3. File:BrandingURL.zip (v0.1: An NSIS plugin to set branding text to a clickable hyperlink.)
  4. File:SetCursor.zip (v0.2: An NSIS plugin to set the cursor or change its position.)
  5. File:ButtonEvent.zip (v0.5: A plugin that allows NSIS coders to add a custom button and tie a NSIS function to it.)
  6. File:EmbeddedLists.zip (v1.2: An NSIS plugin to display list boxes in various flavours.)
  7. File:PopupListBox.zip (v0.1: Displays a fully customisable popup top-most dialog containing a list box control.)
  8. File:RealProgress.zip (v0.3: NSIS C++ plugin that allows control over the progress bar positioning on the InstFiles page.)
  9. File:NSISArray.zip (v1.5: A plugin for using arrays in NSIS with over 20 built-in array functions.)
  10. File:NotifyIcon.zip (v0.2: Added event catching for notify icon click.)
  11. File:PassDialog.zip (v0.3: A plugin which displays 4 imbedded dialogs: UserPass (username & password), Password (password), Serial (customisable serial dialog), and InputBox (single input text box). This plugin can be used when security is necessary for the inputted details.)
  12. File:ScrollLicense.zip (v0.6: A plugin that stops the user passing the License page without scrolling to the end of the License box. Also has support for two "Accept" check-boxes when LicenseForceSelection checkbox is set.)
  13. File:GetVersion.zip (v0.7: A plugin that gets Windows version information (name, type, version, server name, service pack, service pack build).)
  14. File:ToggleInstFiles.zip (v0.7: A plugin that adds a button to toggle the install files window.)
  15. File:ShutDown.zip (v0.2: A NSIS plugin to log off, restart or shutdown the computer.)

My Other Downloads

  1. File:LStrCmp.zip (Case sensitive string compare.)
  2. File:AbortToFinish.zip (A Modern UI script which goes to the Finish page if the user clicks Cancel.)
  3. File:IoColors.zip (InstallOptions + Modern UI colors example)
  4. File:Array.zip (NSIS Array Script Header. Note: Not plugin.)
  5. File:MultiCmd.zip (Allows use of multiple NSIS instruction calls on the same line)
  6. File:Ce-nsis.zip (NSIS script highlighter for Crimson Editor)
  7. NSISdl.nsh (Macro system for NSISdl)
  8. NSIS Self-Extractor.exe (The first (original) Self-Extractor kit for NSIS)
  9. RecFind.nsh (Recursive FindFirst, FindNext and FindClose)