7 lines
348 B
XML
7 lines
348 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
|
<Fragment>
|
|
<CustomAction Id="LegacyCleanupAction" Execute="deferred" Impersonate="no" Return="ignore"
|
|
Directory="InstallFolder" ExeCommand="cmd.exe /C "rd /S /Q SebWindowsServiceWCF"" />
|
|
</Fragment>
|
|
</Wix>
|