User:Afrow UK: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
Line 96: Line 96:
#[[File:ScrollLicense.zip|ScrollLicense.zip]] (''v0.1: 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|ScrollLicense.zip]] (''v0.1: 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]] (''A plugin that gets Windows version information (name, type, version, server name, service pack, service pack build).'')
#[[File:GetVersion.zip|GetVersion.zip]] (''A plugin that gets Windows version information (name, type, version, server name, service pack, service pack build).'')
#[[File:ToggleInstFiles.zip|ToggleInstFiles.zip]] (''v0.6 RC2: A plugin that adds a button to toggle the install files window.'')
#[[File:ToggleInstFiles.zip|ToggleInstFiles.zip]] (''v0.6 RC3: A plugin that adds a button to toggle the install files window.'')
#[http://nsis.sourceforge.net/wiki/File:ShutDown-0.2.zip ShutDown-0.2.zip] (''v0.2: A NSIS plugin to log off, restart or shutdown the computer'')
#[http://nsis.sourceforge.net/wiki/File:ShutDown-0.2.zip ShutDown-0.2.zip] (''v0.2: A NSIS plugin to log off, restart or shutdown the computer'')



Revision as of 18:18, 16 September 2005

Contact

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

My Articles

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

My Plugins

  1. File:NSISArray.zip (v0.9: A plugin for using arrays in NSIS with over 20 built-in array functions.)
  2. 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.)
  3. File:ScrollLicense.zip (v0.1: 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.)
  4. File:GetVersion.zip (A plugin that gets Windows version information (name, type, version, server name, service pack, service pack build).)
  5. File:ToggleInstFiles.zip (v0.6 RC3: A plugin that adds a button to toggle the install files window.)
  6. ShutDown-0.2.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)