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…
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…
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.…
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…
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…