There is registry information in the .rgs file, and I want to know how the information in the .rgs file is added to the registry?
I have an AAA project and it will generate an AAA.DLL file , and there is an xxx.rgs file that contains registry information and an AAA.DLL file, then it will be deployed to another computer B, so I donβt know how the information about Registy can be added on machine B, do I need the AAA.dll register with regsvr32?
source
share