Remove old event source registry key

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
Jan-Otto Kröpke 2023-12-05 09:06:05 +01:00
parent 49d9097bf9
commit e76b739e30
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<SetProperty
Id="WixQuietExecCmdLine"
Value="&quot;[%ComSpec]&quot; /c reg delete HKLM\SYSTEM\CurrentControlSet\Services\EventLog\Application\windows_exporter /f"
Before="ConvolutedCoreCountCustomAction"
Before="RemoveEventSource"
Sequence="execute"
/>
<CustomAction