In a .LST file for my VB6 installer there are two lines as follow:
File1=@VB6STKIT.DLL,$(WinSysPathSysFile),......
File2=@wshom.ocx,$(WinSysPath),.....
After installing my application, I found out that both go to the same \Windows\System32
folder. Do you know what is the difference between both paths?
Thanks