According to technote # 1112689 the “AdditionalServices=0” parameter in scriptable setup should not work in 6.0 and 6.01.
I try to use this parameter setting up 6.5.1 clients but the additional services menu keep popping up.
Does anyone know if the has been fixed in 6.5.1 or do you have a workaround???
Kind regards
Per Carlsen
Subject: Scriptable setup - AdditionalServices parameter
Found the solution (not quite the explanation):If I include three other parameters in my “config.txt” it works:
AddtionalService.NetworkDial=0
Replication.Threshold=9999
Replication.Schedule=0
Subject: Scriptable setup - AdditionalServices parameter
Per,
The sciptable settings don’t work directly in the notes.ini file. You need to put them into a config text file which is called in the notes.ini file.
The following is a sample line of text pointing to a config text file called ‘setup.txt’.
ConfigFile=C:\Program Files\Lotus\Notes\Data\setup.txt
I put the parameter in the .ini file and it worked great.
EO
Ostly Consulting Group
eostly@ostly.com
Subject: RE: Scriptable setup - AdditionalServices parameter
I know…