Skip to main content

IOptimizerExtension Interface

Interface that all optimizer extensions implement.

Methods

MethodDescription
PostOptimize()Called after all files have been compiled, after built-in optimizations, and before all sections are linked into a single section.
PreOptimize()Called after all files have been compiled, before built-in optimizations, and before all sections are linked into a single section.

WixToolset.Extensibility.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71

PostOptimize() Method

Called after all files have been compiled, after built-in optimizations, and before all sections are linked into a single section.

Declaration

public void PostOptimize()

PreOptimize() Method

Called after all files have been compiled, before built-in optimizations, and before all sections are linked into a single section.

Declaration

public void PreOptimize()