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

View File

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