There's more than one way to apply time zone updates, Outbreaker.
Ricktendo64 prefers to use
custom tzchange.exe commands.
OnePiece uses tzchange.dll similar to the method used by the latest Microsoft update packages.
I apply the packages to a virgin OS install and capture the resultant changes for use in a
custom registry hive in my update pack.
I'll admit that I haven't figured out user_hidden's method, but it seems to work for him. The only difference I've found with the registry results from his latest update pack and mine is the following line, which is the result of a difference in locale:
user_hidden's
Code: Select all
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\India Standard Time","Display",0x0,"(GMT+05:30) Chennai, Kolhata, Mumbai, [color=orange]NuevaDelhi[/color]"
5eraph's
Code: Select all
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\India Standard Time","Display",0x0,"(GMT+05:30) Chennai, Kolkata, Mumbai, [color=orange]New Delhi[/color]"