Close
Skip to content

Softwareproduction

Software Development Blog, mainly C# and .NET

  • ASP.NET Core
  • Mobile Development
  • Code Generation
  • General Programming
  • Development Tools
  • Servers
  • Miscellaneous

Category: Development Tools

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…

Read More 7783 views

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.

Read More 4036 views

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…

Read More 1682 views

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…

Read More 3304 views

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…

Read More 3000 views
(c) 2011-2020 Munir Husseini