We are testing our Ini-based VB6 application on a Windows Server 2008 R2 with the Role Remote Desktop Service installed and configured like we did on Windows Server 2003 and Windows Server 2008 R1.
On Server 2008 R2 we now have the problem that changes made in the ‘master’ ini file during an update of our application are not mirrored to the users ini’s in their home windows directories.
Here are some details on the system and the configuration:
Our application installs the ini file ‘WINACS.ini’ to the c:\windows directory
To include the ini-file to the ini sharing I added the following entries to the registry:
HKLM\Software\Microsoft\WindowsNT\CurrentVersion\TerminalServer\Compatibility\IniFiles=
DWord, Value=4c
HKLM\Software\WoW6432Node\Microsoft\WindowsNT\ CurrentVersion\TerminalServer\Compatibility\IniFiles=
DWord, Value=4c
When I insert the same information on a windows server 2008 R1 and execute change user /install before making changes in the ‘master’ ini file (c:\windows), the changes are copied to the user ini files (c:\users\nn\windows) and everything works fine.
I would appreciate any comments on this case which help’s solving the problem.