Hi,
I am creating a registration file (.reg), where the user will be able to doubleclick on the file and details will be inserted into the registry. The OS is WINXP.
The information I want to insert is a particular path under C:\Program Files.
The problem is that if the WINXP is not English version, I want the path "Program Files" to be written in the language of the OS.
Is there anybody who can tell me how the following path can be changed in order to cater for this.
[HKEY_LOCAL_MACHINE\SOFTWARE\E HACCP\E HACCP\03.00.00]
"myFile"="C:\\Program Files\\Folder1\\"
Many Thanks in advance
I am creating a registration file (.reg), where the user will be able to doubleclick on the file and details will be inserted into the registry. The OS is WINXP.
The information I want to insert is a particular path under C:\Program Files.
The problem is that if the WINXP is not English version, I want the path "Program Files" to be written in the language of the OS.
Is there anybody who can tell me how the following path can be changed in order to cater for this.
[HKEY_LOCAL_MACHINE\SOFTWARE\E HACCP\E HACCP\03.00.00]
"myFile"="C:\\Program Files\\Folder1\\"
Many Thanks in advance