You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gerry Weißbach edited this page Aug 13, 2019
·
2 revisions
Custom scripts are allowed at certain stages of the build process. They can be configured as followed:
[msi,dmg,debrpm]{// add a script to the pre-installation phase. Can be set multiple timespreinst="<script>"// add a script to the post-installation phase. Can be set multiple timespostinst="<script>"// add a script to the pre-removal phase. Can be set multiple timesprerm="<script>"// add a script to the post-removal phase. Can be set multiple timespostrm="<script>"}
Please note, that these scripts are platform dependent and have to be set up as such.