i am trying to do an unattended Install of the NTPD
ntp-4.2.4p4@1.1520-modena-o-win32-setup.exe /USEFILE=install.ini
and i am using following install.ini file:
- Code: Select all
[Installer]
InstallDir=C:\Program Files\NTP
UpgradeMode=Reinstall
Logfile=C:\Program Files\NTP\install.log
Silent=no
[Components]
InstallDocs=yes
InstallTools=yes
InstallSSL=yes
CreateStartMenuEntries=yes
[Service]
ModifyFirewall=yes
ServiceAccount=@SYSTEM
DisableOthers=yes
EnableBigInitialTimestep=yes
EnableMMTimer=yes
AutoStart=yes
StartAfterInstallation=yes
[Configuration]
UseConfigFile=D:\Program Files\Data\ntp.conf
After the install procedur the NTP Service isn' started and when checking with the timeserver monitor
i see that the path to the config file is wrong (default path C:\Program Files\NTP\etc\ntp.conf)
and the EnableBigInitialTimestep is set to no.
ZeBe
