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 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

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()