This document discusses different types of custom actions that can be used in Windows Installer (MSI) installations, including launching executables, calling DLLs or scripts, modifying properties, and error handling. It provides examples of using executable custom actions to launch applications like Notepad during installation and describes how to properly schedule custom actions in the InstallShield environment. The key types of custom actions covered are executable actions, DLL/script actions, property actions, and error actions.