Hallo,
siehe Konwoledgebase:
Problem
When creating a scriptable setup that will roll out Lotus Notes without user interaction, there is a list of parameters that can be used. One of these parameters is for "AdditionalServices=" which, when set to 1, can be used to force the display of the Additional Services panel (even if sufficient information is provided for the relative services/settings for internet, proxy and replication settings).
You find that if you set the "AdditionalServices=" parameter to a value of 0 the Additional Services panels still display during the client setup.
Solution
This is working as designed and as documented. The AdditionalServices parameter does not include an option to prevent the panels from displaying.
An enhancement request to add this functionality was submitted to Quality Engineering as SPR #JNOE5ZRU5X and was addressed in Notes/Domino release 6.5.5. Refer to the Upgrade Central site for details on upgrading Notes/Domino. The AdditionalServices parameter can now be set to a value of -1 to suppress the Additional Services panel.
Excerpt from the Lotus Notes and Domino Release 6.5.5 MR fix list (available at
http://www.ibm.com/developerworks/lotus):
Install/Setup/Registration
SPR# JNOE5ZRU5X - With this fix, the Additional Services dialog can be suppressed during scriptable setup.
Workaround
The Additional Services panels can be avoided by including the following three lines in the setup text file:
AdditionalServices.NetworkDial=0
Replication.Threshold=9999
Replication.Schedule=0