Hello,

I built a shell extension to launch my application in a specific way for 
associated files.

The C++ project contains some registry entries in a .rgs file like this:

HKCR
{
   NoRemove .abc = s 'abcfile'
   {
   }
   NoRemove abcfile = s 'ABC input file'
   {
      NoRemove ShellEx
      {
         ContextMenuHandlers
         {
            ForceRemove AbcExtension = s '{UUID-OF-MY-CLASS}'
         }
      }
   }
}

Obviously, I can also put this into the Wix script for my installer and I am 
wondering
whether there are any reasons not to do this ?

Lars

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to