I wanted to use the NSISpcre plugin (http://nsis.sourceforge.net/NSISpcre_plug-in) but after copying the .dll and .nsh files to the appropriate folders and adding the following to my .nsi script:
I get the following error on compile:# include this header
!include NSISpcre.nsh
...
# include any functions that will be used in the installer
!insertmacro RESetOption
!insertmacro REClearOption
!insertmacro REGetOption
!insertmacro REClearAllOptions
!insertmacro REMatches
!insertmacro RECaptureMatches
!insertmacro REReplace
!insertmacro: macro named "RECaptureMatches" not found!I'm using NSIS 2.46.5 (unicode).
Error in script "D:\Tools\Templates\Default.nsi" on line 27 -- aborting creation process
Is that error fixable? I need the RECaptureMatches macro...