Tag: custom command

  • Custom Command Deployment Checklist

    UPDATE:  This post applies only to the Vault 2011 release.  The Vault 2012 checklist can be found here. For my first post of the year, I would like to go over the various things that can keep your custom Vault Explorer command from deploying properly.  In many of the cases, you don't get an error…

  • Localizing a Custom Command

    Despite what some Americans may think, not everybody speaks English.  So it's sometimes a good idea for your Vault command to support multiple languages.  Since your command is a plug-in and not an EXE, there are some complications. Satellite Assemblies: Vault Explorer localization is based on the .NET concept of Satellite Assemblies.  If you are…

  • How To Create Simple Vault Customizations

    A while back I did a webcast titled Introduction to Vault Programming, which you can download from our webcast archive.  However, I noticed that the two live demo parts don't show up properly.  So I decided to re-record the demos. Demo 1:  Writing a simple Vault Client In this demo, I create a simple EXE…