Windows Installer XML Standard CustomActions

The WiX toolset contains several CustomActions to handle configuring resources such as Internet Information Services web sites and virtual directories, SQL Server databases and scripts, user accounts, file shares, and more. These CustomActions are provided in two separate .wixlibs: sca.wixlib and wixca.wixlib. The former contain "Server CustomActions" while the latter has more general installation CustomActions. In the future, these .wixlib's may merge together but for now (for mostly historical reasons) they are separate.

sca.wixlib - Server CustomActions

wixca.wixlib - General CustomActions

New CustomActions are always under development. Our goal is to one day have standard CustomActions for just about any need. Feel free to open a Feature Request if you have a CustomAction need.