Any way to use these options? https://github.com/gino0631/pkg/blob/e35bf63bee27b374b36838168fe81c6ceb87244a/pkg-core/src/main/java/com/github/gino0631/pkg/ProductBuilder.java#L223 https://github.com/gino0631/pkg/blob/616d9ae68a1df5193e362d7ac15002ab6c752465/pkg-core/src/main/java/com/github/gino0631/pkg/jaxb/distribution/Options.java Maybe something like that: ``` <installer-script> <options> <customize>allow</customize> <require-scripts>false</require-scripts> </options> </installer-script> ``` or ``` <customize>allow</customize> <require-scripts>false</require-scripts> ```