mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 10:20:35 +03:00
Add event message resource for IIS and update build/installation
- Added ModSecurityIISMessage.mc message resource file for event source metadata - Updated Makefile.win to compile .mc to .res resource file and link into ModSecurityIIS.dll - Modified installer.wxs to register event source pointing to ModSecurityIIS.dll
This commit is contained in:
@@ -402,6 +402,9 @@
|
||||
Source="Release\amd64\zlib1.dll" />
|
||||
<File Id="_64_FUZZY" Name="fuzzy.dll"
|
||||
Source="Release\amd64\fuzzy.dll" />
|
||||
<util:EventSource Name="ModSecurity" Log="Application"
|
||||
EventMessageFile="[inetsrv64]ModSecurityIIS.dll"
|
||||
KeyPath="yes" />
|
||||
</Component> </DirectoryRef> <DirectoryRef
|
||||
Id="inetsrv32"> <Component Id="ModSec32" DiskId="1"
|
||||
Guid="514A81F0-2413-42EF-B19F-E2613125ECE7"
|
||||
@@ -480,6 +483,9 @@
|
||||
Source="Release\x86\zlib1.dll" /> <File
|
||||
Id="_32_FUZZY" Name="fuzzy.dll"
|
||||
Source="Release\x86\fuzzy.dll" />
|
||||
<util:EventSource Name="ModSecurity" Log="Application"
|
||||
EventMessageFile="[inetsrv32]ModSecurityIIS.dll"
|
||||
KeyPath="yes" />
|
||||
</Component> </DirectoryRef> <DirectoryRef
|
||||
Id="SystemFolderConfigSchema32"> <Component
|
||||
Id="ConfigSchema32"
|
||||
|
||||
Reference in New Issue
Block a user