Slide 13
Slide 13 text
EXTENSIONS
Use extensions by adding references to the dlls in your project, and adding the
namespace at the top of your wix files that will use that extension
WixUIExtension
• UI Infrastructure for WiX
WixUtilExtension
• XMLConfig, XmlFile, DirectorySearch, FileSearch, Permissions, PerfCounters,
RestartResource, CloseApplication, and many more!
WixIISExtension
• Create and Modify Websites and Web Applications with IIS 6 and 7
WixSqlExtension
• Run queries of all kinds including database creation if you have the permissions
Several other extensions are available for WiX, including the ability to write your own.