Get Project References From EnvDTE.Project May 29, 2013Munir HusseiniNo Comments Suppose you’re developing a Visual Studio Extension and need to enumerate the references of a Visual Studio project. Here is…
Convert IVsHierarchy to ProjectItem or Project September 28, 2012Munir Husseini3 Comments The title says it all… here you go: Thanks to Ed Dore in the Visual Studio forums.
Windows Installer Cleanup Utility (MSICUU2) Discontinued November 25, 2011September 29, 2017Munir HusseiniNo Comments When you develope installer packages, you might face the situation where you install you product for testing purposes but cannot…
Windows Installer Custom Actions: Moving Properties from Immediate to Deferred Execution. November 22, 2011September 29, 2017Munir HusseiniNo Comments The Windows Installer works in two phases: the acquisition (or immediate) phase and the execution (or deferred) phase. The user…
Debugging Custom Actions in Windows Installer November 17, 2011September 29, 2017Munir HusseiniNo Comments In Visual Studio, you can add Setup Projects and WiX projects. Especially WiX projects are very powerful. Unfortunately, you cannot…