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…