9

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 on what constructs are allowed in .rgs files. Is there such a document?

sharptooth
  • 167,383
  • 100
  • 513
  • 979

1 Answers1

7

There's some MSDN documentation, but it appears to be pretty unfocused.

The book ATL Internals talks at some length about custom replacements.

Other than that, I haven't seen much...

Mark Jansen
  • 1,491
  • 12
  • 24
Kim Gräsman
  • 7,438
  • 1
  • 28
  • 41
  • 1
    MSDN link broken. THis: https://learn.microsoft.com/en-us/cpp/atl/atl-registry-component-registrar?view=vs-2017 might be the current version. – Martin Ba Mar 12 '19 at 11:35