This property works in conjunction with the Start After Installing property. These arguments are passed to the ServiceMain method of your service if Start After Installing is true. Otherwise, this property is ignored. In the property editor, enter one argument per line. Each argument is resolved when the service is started.
It is important to note that these start arguments are not maintained in the service control database by Windows. Each time the service is started, the start arguments have to be re-specified. As an example, if you set two start arguments for your service within this bean, and you enable the bean to start the service after installing, those arguments will be passed to your service's ServiceMain method when it is started by the installer. However, if the end user later stops the service manually, then restarts it, those arguments are not passed to your service.