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

Month: November 2011

Error 1402. Could not open key: UNKNOWN\Components\…

November 25, 2011Munir HusseiniNo Comments

Recently, I was developing a setup package whose uninstall actions were broken. During testing, I could install the package but…

Read More 2237 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 1673 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 3277 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 2969 views

netsh http add sslcert “the parameter is incorrect”

November 17, 2011September 29, 2017Munir Husseini1 Comment

In the last post, I referenced a blog post by Dominick Baier about how to set up WCF over SSL.…

Read More 6825 views

SSL Needs Certificates

November 16, 2011September 29, 2017Munir Husseini1 Comment

There are many blogs out there describing how to configure a WCF service to use SSL (for example this one…

Read More 1623 views

Dynamically Configuring WCF Services

November 15, 2011September 27, 2017Munir HusseiniNo Comments

Usually, WCF services are configured either programmatically or within the applications configuration file. Sometimes there are scenarios where the WCF…

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