We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a857d98 + 7668477 commit 250f938Copy full SHA for 250f938
README.md
@@ -133,6 +133,7 @@ You can then use that script as a custom action during an installation. 
133
```powershell
134
New-InstallerCustomAction -FileId 'CustomAction' -RunOnInstall
135
```
136
+Note that custom actions must be passed to `New-Installer` as an array in the `CustomAction` parameter (and **not** in the `Content` block).
137
138
### Arguments
139
0 commit comments