Showing results for 2007 - Visual Studio Setup

Dec 18, 2007
0
0

Fixes in Microsoft .NET Framework 2.0 SP1 and 3.0 SP1

Heath Stewart
Heath Stewart

A reader pointed out that the list of fixes for .NET Framework 2.0 Service Pack 1 were published. I also see from the .NET Framework 3.5 download page that the list of fixes for .NET Framework 3.0 Service Pack 1 were also published. Both are listed below. But what is the relationship between 3.5 and 2.0 SP1 and 3.0 SP1? I mentioned previously, but ...

DevelopmentNews.NET
Dec 14, 2007
0
0

How to Workaround Error 1330 During Visual Studio 2008 Installation

Heath Stewart
Heath Stewart

When installing Visual Studio 2008, you might run into an error dialog that reads, Error 1330.A file that is required cannot be installed because the cabinet file D:msdncab2.cab has an invalid digital signature. This may indicate that the cabinet file is corrupt.The path and name of the cabinet may be different, but might often be D:msdncab2.cab, w...

InstallationVisual StudioLogging
Dec 4, 2007
0
0

Help Shape the Future of Visual Studio Deployment

Heath Stewart
Heath Stewart

Do you want to help shape the future of deployment for Visual Studio code name "Dev10"? Aaron Ruckman in our Deployment Technologies Group is asking for feedback about what experiences you'd like for the future of Visual Studio.

InstallationVisual Studio
Nov 30, 2007
0
0

The Essentials, or Heath's Greatest Hits

Heath Stewart
Heath Stewart

People commonly ask me what to start reading to learn about Windows Installer. Internally I point people to a wiki I maintain with lots of links to various sources, and some of those links are to my own blog posts. Externally I typically link to all these same sources, and typing all those links and maintaining the list becomes tedious. So I've cre...

Personal
Nov 26, 2007
0
0

Microsoft .NET Framework 2.0 Service Pack 1, and How to Detect It

Heath Stewart
Heath Stewart

No doubt you've heard the Microsoft .NET Framework 3.5 was released. Aaron Stebner has posted a list of links to 3.5, as well as 2.0 Service Pack 1 (SP1) and 3.0 SP1. It's important to note that if you install 3.5 you're actually getting 2.0 SP1 and 3.0 SP1 both.The .NET Framework 3.5 consists of the following: While 2.0 SP1 and 3.0 SP1 are actua...

InstallationVisual StudioWiX
Nov 20, 2007
0
0

How to Install TFC without PPE

Heath Stewart
Heath Stewart

Microsoft Visual Studio 2008, now available for MSDN subscribers and Express editions freely available to everyone, is a huge application. It takes a while to install and, in the case of Visual Studio 2005 Service Pack 1, a long time to patch. Installing or patching multiple copies of shared components can be time-consuming. So if you've installed ...

InstallationVisual StudioNews
Nov 6, 2007
0
0

AppCompat in Windows Installer

Heath Stewart
Heath Stewart

The Application Compatibility (AppCompat) platform in Windows is a powerful feature that allows for fixes on practically any program or package to be loaded on Windows. Windows Installer takes advantage of a protected database full of fixes in the form of transforms and custom action shims.While looking in a verbose Windows Installer log, you will ...

InstallationLoggingUAC
Nov 6, 2007
0
0

Sequencing before Versioning

Heath Stewart
Heath Stewart

File versions in Windows Installer and properties like REINSTALL and REINSTALLMODE determine what files are copied to their destination. But before files versions are even a factor, any patches being installed or already installed are sequenced first.A Windows Installer patch file, a .msp file, contains a set of transforms for one or more target pr...

Installation
Nov 3, 2007
0
0

Shim Database to XML

Heath Stewart
Heath Stewart

Extracts data as XML from a shim database used for application compatibility. Please leave feedback on the tool here on this page. This was developed using what little public documentation is available on MSDN as well as some experimentation at other functions that were exported from apphelp.dll, such as which I reasoned follows the same signature...

DevelopmentPages
Nov 1, 2007
0
0

Windows Installer Properties and Conditions

Heath Stewart
Heath Stewart

In many languages, some variables can take a value of different types but with the same meaning. Variants in script, for example, can take 0 or false; or they can take any non-zero value and true. The following JScript example prints "Same".The same is not true of Windows Installer however, and conditions must acknowledge this. Setting a property t...

InstallationScriptARPSYSTEMCOMPONENT