Before the release of Visual Studio 2012, I used to have a small set of macro functions ready that would make my life easier during software development. With the introduction of Visual Studio 2012, the macro functionality has been removed because it was rarely used. The macros that I used to use a lot, I have now replaced with a visual studio package called PB's Visual Studio Utilities. For now, this package contains two functions that I use a lot when creating Wix installers.
These options are available via the tools menu, or via the keyboard shortcuts Alt-I , I (for an ID) and Alt-I + G (for a GUID). |
Home >