Skip to content

Commit

Permalink
Merge pull request #10 from mfschumann/patch-1
Browse files Browse the repository at this point in the history
add note about correct usage of CustomAction
  • Loading branch information
adamdriscoll authored Nov 26, 2024
2 parents a857d98 + 7668477 commit 250f938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 250f938

Please sign in to comment.