Showing results for Debugging Archives - Visual Studio Setup

Apr 18, 2008
0
0

Microsoft .NET Framework 2.0 Service Pack 1 Fails to Install

Heath Stewart
Heath Stewart

A lot of customers have recently started seeing the following errors, all stating in various ways that Microsoft .NET Framework 2.0 Service Pack 1 failed to install. You may also see this when attempting to install other updates on top of .NET 2.0 SP1. The error you will see depends on how you are applying updates. If you are installing .NET 2.0 SP...

Installation.NETUninstall
Feb 12, 2008
0
0

Debugging Custom Actions: Leaked Handles

Heath Stewart
Heath Stewart

Debugging custom actions isn't exactly the easiest action to do; Windows Installer spawns separate processes - remoting servers - to run in-process custom actions. Any opportunity to diagnose issues without debugging can be helpful.For example, an issue that comes up from time to time is leaked handles. A Windows Installer debug log might show some...

InstallationLoggingCustom Actions