IOptimizerExtension Interface
Interface that all optimizer extensions implement.
Methods
Method | Description |
---|---|
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.1+2f00cbe680fb01ab485d56f16de9cd19b133f875
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()