Tagged Questions
The rgs tag has no wiki summary.
2
votes
2answers
166 views
windows installer for COM component
I have a C++ activex control that I need to make an installer for. It needs to drop the dll and make some registry keys.
I have about 6 .RGS files which I made for self-registration via regsvr32, ...
1
vote
1answer
679 views
How do I specify binary data in a COM RGS file
I'm adding some custom data data to the registry during the registration of a COM object by adding it to the rgs file.
Adding a DWORD value (specified by = d '3' below) gets entered into the registry ...
0
votes
1answer
1k views
Is there a document on .rgs files syntax?
Resource scripts loaded from .rgs files are used with ATL CComModule::UpdateRegistryFromResource(). It's quite common to see samples of such files on the net but I've never seen a complete description ...