In a VS package, is it possible to create a temporary command bar?
By temporary I mean, that the command bar is shown when the package is loaded, and absent otherwise.
I would like to avoid
- using the DTE
- using the .vsct
The package should create the toolbar when it's loaded and destroy it on unload.