Update Safe Exam Browser Patch to 3.10.0.826
This commit is contained in:
7
Setup/LegacyCleanup.wxs
Normal file
7
Setup/LegacyCleanup.wxs
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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>
|
Reference in New Issue
Block a user