Hi!
Thanks for the hint, but this doesn't really work:
> You must set the property of cmd object in prepare script.
>
> cmd.serverPort = serverPort;
It seems that I have to write
cmd.serverPort = product.moduleProperty("exampleModule", "serverPort");
Than it works.
Regards,
STephan