My Blog List

Friday, July 29, 2011

Post build event to call RegX

It's often handy to be able to call RegX from within a Post Build event.  This will get your component (e.g. Autoupdater in the right component category).

RegX.exe "$(TargetPath)" /r /c /s

In  your class, you need this

Using Miner.Interop;
Using Miner.ComCategories; // Reference Miner.System and Miner.Interop.System

    [ComponentCategory(ComCategory.ArcMapCommands)]
    public sealed class AAL_QA : BaseCommand
    {
    }


No comments:

Post a Comment