User Tools

Site Tools


userspace:nettime_3.14_network_time_3.14

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
userspace:nettime_3.14_network_time_3.14 [2014/11/20 11:38]
staube
userspace:nettime_3.14_network_time_3.14 [2021/08/23 08:37] (current)
Line 1: Line 1:
-Tested with OPSI 4.0.4.0\\ 
-Winst 4.11.3.11\\ 
-Works fine with Win7 x86 and x64 (and probable with Windows XP).\\ 
-by --- //[[S. Taube]] 2014/11/20 12:00// 
-\\ 
-\\ 
 ======NetTime 3.14 / Network Time 3.14====== ======NetTime 3.14 / Network Time 3.14======
 +
 +Tested with OPSI 4.0.4.0 \\
 + Winst 4.11.3.11 \\
 + Works fine with Win7 x86 and x64 \\ 
 +
 +By //[[s.taube@schneiderprintmedien.de|Steve Taube]] 2014/11/20 12:00//
 + 
 You need the Installer for NetTime\\ You need the Installer for NetTime\\
 And You can download it here: http://www.timesynctool.com/ And You can download it here: http://www.timesynctool.com/
 \\ \\
 =====Steps====== =====Steps======
-  -Attention!!! - I have named the install and uninstall files like these: setup3264.ins / uninstall3264.ins / delsub3264.ins \\ Please note these when you create the new CLIENT-DATA with opsi-newprod!!!+  -Attention!!! - I have named the install and uninstall files like these: 'setup3264.ins'uninstall3264.ins'delsub3264.ins\\ Please note these when you create the new CLIENT-DATA with opsi-newprod!!!
   -Create a Directory called 'files' under the CLIENT_DATA-directory   -Create a Directory called 'files' under the CLIENT_DATA-directory
   -Download the Installer for NetTime 3.14 / Network Time 3.14 \\    and put it to the CLIENT_DATA\files -directory on your Workbench.\\   -Download the Installer for NetTime 3.14 / Network Time 3.14 \\    and put it to the CLIENT_DATA\files -directory on your Workbench.\\
 +  -Create two new registry-files named 'nettime32.reg' and 'nettime64.reg' \\ and fill it up with the scripts provided down there \\ (if you want to install 'NetTime' with your own Specials) \\ and put this file in the CLIENT-DATA\files -directory too.
   -Create new textfiles in the CLIENT_DATA-directory and fill them up with the scripts provided down there.\\    You might want to edit some lines in order to fit your needs.\\   -Create new textfiles in the CLIENT_DATA-directory and fill them up with the scripts provided down there.\\    You might want to edit some lines in order to fit your needs.\\
   -Ready the package and install it on your server.    -Ready the package and install it on your server. 
Line 475: Line 477:
  endif  endif
 endif endif
 +
 +</code>
 +
 +\\
 +\\
 +
 +======Registry-Files======
 +If you want to install NetTime without your own Specials, please comment the following lines out:\\
 +===install3264.ins script:====
 +<code winst>
 +[Winbatch_reg_32]
 +; "%systemroot%\regedit.exe" /s "%scriptpath%\files\nettime32.reg"
 + 
 + 
 +[Winbatch_reg_64]
 +; "%systemroot%\regedit.exe" /s "%scriptpath%\files\nettime64.reg"
 +</code>
 +
 +===uninstall3264.ins script:===
 +<code winst>
 +[Registry_uninstall_32]
 +; Example of deleting a registry key:
 +;
 +;deletekey [HKEY_LOCAL_MACHINE\Software\$Regschluessel32$]
 + 
 + 
 +[Registry_uninstall_64]
 +; Example of deleting a registry key:
 +;
 +;deletekey [HKEY_LOCAL_MACHINE\Software\$Regschluessel64$]
 +</code>
 +
 +Now you don't need the following Registry-Files! 
 +\\
 +\\
 +
 +
 +==Please use for the Reg's the Notepad++ Editor!==
 +==Attention: Please enter under "Hostname" your correct Time Server (IP) address!!!==
 +
 +====nettime32.reg====
 +<code>
 +Windows Registry Editor Version 5.00
 +
 +[HKEY_LOCAL_MACHINE\SOFTWARE\Subjective Software]
 +
 +[HKEY_LOCAL_MACHINE\SOFTWARE\Subjective Software\NetTime]
 +"Hostname"="192.168.10.23"
 +"Protocol"=dword:00000000
 +"Port"=dword:0000007b
 +"SyncFreq"=dword:00000002
 +"SyncFreqUnits"=dword:00000003
 +"LostSync"=dword:00000018
 +"LostSyncUnits"=dword:00000003
 +"LargeAdjustmentThreshold"=dword:00000002
 +"LargeAdjustmentThresholdUnits"=dword:00000002
 +"LargeAdjustmentAction"=dword:00000000
 +"Retry"=dword:00000001
 +"RetryUnits"=dword:00000002
 +"Server"=dword:00000000
 +"AlwaysProvideTime"=dword:00000000
 +"DemoteOnErrorCount"=dword:00000004
 +"LogLevel"=dword:00000002
 +"AutomaticUpdateChecks"=dword:00000001
 +"DaysBetweenUpdateChecks"=dword:00000007
 +"LastUpdateCheck"=dword:546da24b
 +
 +</code>
 +
 +====nettime64.reg====
 +<code>
 +Windows Registry Editor Version 5.00
 +
 +[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Subjective Software]
 +
 +[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Subjective Software\NetTime]
 +"Hostname"="192.168.10.23"
 +"Protocol"=dword:00000000
 +"Port"=dword:0000007b
 +"SyncFreq"=dword:00000002
 +"SyncFreqUnits"=dword:00000003
 +"LostSync"=dword:00000018
 +"LostSyncUnits"=dword:00000003
 +"LargeAdjustmentThreshold"=dword:00000002
 +"LargeAdjustmentThresholdUnits"=dword:00000002
 +"LargeAdjustmentAction"=dword:00000000
 +"Retry"=dword:00000001
 +"RetryUnits"=dword:00000002
 +"Server"=dword:00000000
 +"AlwaysProvideTime"=dword:00000000
 +"DemoteOnErrorCount"=dword:00000004
 +"LogLevel"=dword:00000002
 +"AutomaticUpdateChecks"=dword:00000001
 +"DaysBetweenUpdateChecks"=dword:00000007
 +"LastUpdateCheck"=dword:546da24b
  
 </code> </code>
  
  
userspace/nettime_3.14_network_time_3.14.1416483480.txt.gz ยท Last modified: 2021/08/23 08:37 (external edit)