User:Afrow UK: Difference between revisions

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


#[[File:SetCursor.zip|SetCursor.zip]] (''v0.1: An NSIS plugin to set the cursor or change its position.'')
#[[File:SetCursor.zip]] (''v0.1: An NSIS plugin to set the cursor or change its position.'')
#[[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: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: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]] (''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]] (''v0.2: NSIS C++ plugin that allows control over the progress bar positioning on the InstFiles page.'')
#[[File:NSISArray.zip|NSISArray.zip]] (''v0.9: A plugin for using arrays in NSIS with over 20 built-in array functions.'')
#[[File:NSISArray.zip]] (''v0.9: A plugin for using arrays in NSIS with over 20 built-in array functions.'')
#[[File:PassDialog.zip|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.'')
#[[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.'')
#[[File:ScrollLicense.zip|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.'')
#[[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.'')
#[[File:GetVersion.zip|GetVersion.zip]] (''v0.2: A plugin that gets Windows version information (name, type, version, server name, service pack, service pack build).'')
#[[File:GetVersion.zip]] (''v0.2: A plugin that gets Windows version information (name, type, version, server name, service pack, service pack build).'')
#[[File:ToggleInstFiles.zip|ToggleInstFiles.zip]] (''v0.6 RC3: A plugin that adds a button to toggle the install files window.'')
#[[File:ToggleInstFiles.zip]] (''v0.6 RC3: A plugin that adds a button to toggle the install files window.'')
#[[File:ShutDown.zip|ShutDown.zip]] (''v0.2: A NSIS plugin to log off, restart or shutdown the computer.'')
#[[File:ShutDown.zip]] (''v0.2: A NSIS plugin to log off, restart or shutdown the computer.'')


== My Other Downloads ==
== My Other Downloads ==

Revision as of 16:59, 12 April 2006

Contact

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

My Articles

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

My Plugins

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