Showing results for Diagnosing Archives - Page 2 of 2 - Visual Studio Setup

Jan 23, 2006
0
0

Why is My Feature Advertised?

Heath Stewart
Heath Stewart

If you're patching a feature or features of a Windows Installer package and see that a feature you know to be installed locally is now advertised, look for the following in your Windows Installer log:MSI (c) (B8:C0) [12:00:00:000]: SELMGR: ComponentId '{01234567-89AB-CDEF-0123-456789ABCDEF}' is registered to feature 'FeatureA', but is not present i...

InstallationLoggingDiagnosing
Jan 18, 2006
0
0

Error 2262: Not Necessarily a Fatal Error

Heath Stewart
Heath Stewart

Someone wondered if the following found in a Windows Installer log was indeed an error:MSI (c) (A8:A0) [14:38:51:427]: Transforming table Error.MSI (c) (A8:A0) [14:38:51:427]: Note: 1: 2262 2: Error 3: -2147287038Recall from Diagnosing Installation Errors that field 1 in the second line indicates the Windows Installer error. If you look that up in ...

InstallationLoggingDiagnosing
Dec 14, 2005
0
0

Diagnosing Installation Errors

Heath Stewart
Heath Stewart

When problems occur when installing, repairing or patching, or uninstalling a product using Windows Installer technology, you need to be able to figure out what happened and why it happened. Dialogs that occur when the user interface is displayed can be helpful sometimes, but many times you need to look at a log to determine the exact cause of the ...

InstallationLoggingDiagnosing
Nov 15, 2005
0
0

Setup Troubleshooting Guide Applicable for Patches, Too

Heath Stewart
Heath Stewart

Aaron Stebner has posted a compilation of links to many great posts about troubleshooting setup issues regarding, primarily, Visual Studio 2005 and the .NET Framework 2.0. It's important to note that much of this is relevant to patch issues, too; though, I suspect you'll see far fewer of these than with previous releases because of the many changes...

InstallationLoggingDiagnosing
Oct 20, 2005
0
0

Logging for the New Patch Wrapper

Heath Stewart
Heath Stewart

One of several apparent improvements for the new patch wrapper is better logging support. More often than not if a problem occurred while trying to install the patch it was difficult to diagnose because there was no logs for the patch installation itself. A user would have to extract the .msp file and install it using msiexec.exe and pass verbose l...

InstallationLoggingDiagnosing