User:Afrow UK: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
Line 93: Line 93:
== My Plugins ==
== My Plugins ==


#[[File:ButtonEvent.zip|ButtonEvent.zip]] (''v0.1: A plugin that allows NSIS coders to add a custom button and tie a NSIS function to it.'')
#[[File:EmbeddedLists.zip|EmbeddedLists.zip]] (''v0.1: An NSIS plugin to display list boxes in various flavours.'')
#[[File:PopupListBox.zip|PopupListBox.zip]] (''v0.1: Displays a fully customisable popup top-most dialog containing a list box control.'')
#[[File:PopupListBox.zip|PopupListBox.zip]] (''v0.1: Displays a fully customisable popup top-most dialog containing a list box control.'')
#[[File:RealProgress.zip|RealProgress.zip]] (''v0.2: NSIS C++ plugin that allows control over the progress bar positioning on the InstFiles page.'')
#[[File:RealProgress.zip|RealProgress.zip]] (''v0.2: NSIS C++ plugin that allows control over the progress bar positioning on the InstFiles page.'')

Revision as of 17:36, 30 March 2006

Contact

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

My Articles

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

My Plugins

  1. File:ButtonEvent.zip (v0.1: A plugin that allows NSIS coders to add a custom button and tie a NSIS function to it.)
  2. File:EmbeddedLists.zip (v0.1: An NSIS plugin to display list boxes in various flavours.)
  3. File:PopupListBox.zip (v0.1: Displays a fully customisable popup top-most dialog containing a list box control.)
  4. File:RealProgress.zip (v0.2: NSIS C++ plugin that allows control over the progress bar positioning on the InstFiles page.)
  5. File:NSISArray.zip (v0.9: A plugin for using arrays in NSIS with over 20 built-in array functions.)
  6. File:PassDialog.zip (v0.1: 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.)
  7. File:ScrollLicense.zip (v0.5: 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.)
  8. File:GetVersion.zip (v0.2: A plugin that gets Windows version information (name, type, version, server name, service pack, service pack build).)
  9. File:ToggleInstFiles.zip (v0.6 RC3: A plugin that adds a button to toggle the install files window.)
  10. 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)