diff --git a/README.md b/README.md index 660eb43..98b4ab3 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ You can then use that script as a custom action during an installation. ```powershell New-InstallerCustomAction -FileId 'CustomAction' -RunOnInstall ``` +Note that custom actions must be passed to `New-Installer` as an array in the `CustomAction` parameter (and **not** in the `Content` block). ### Arguments