RegistryCleanupCustomAction.wxs 350 B

1234567
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
  3. <Fragment>
  4. <Binary Id="RegistryCleanup" SourceFile="RegistryCleanup.vbs"/>
  5. <CustomAction Id='RegistryCleanupCustomAction' BinaryKey="RegistryCleanup" VBScriptCall="RegistryCleanup" Return="ignore" Execute="immediate"/>
  6. </Fragment>
  7. </Wix>