Showing tag results for Installation

Oct 20, 2006
Post comments count0
Post likes count0

Impersonating the Right Token in Vista

Heath Stewart

In The NoImpersonate Bit Mistake, Robert Flaming of the Windows Installer team discusses how some custom actions may fail because they impersonate the non-privileged client token and won't be able to perform some actions. Such a scenario is described in Custom Actions under UAC on Vista. For administrative users on Vista, a client token would typic...

InstallationUACSecurity
Oct 6, 2006
Post comments count0
Post likes count0

VS 2005 SP1 Requires a lot of Disk Space

Heath Stewart

Quite a few beta customers have reported that the Visual Studio 2005 Service Pack 1 Beta install requires a lot of space. This is by design a feature of Windows Installer. The amount of space required to install the patch can be reduced but a lot of space is still consumed after the patch is installed. Patches are cached in whole because when addit...

InstallationVS2005SP1
Oct 6, 2006
Post comments count0
Post likes count0

VS 2005 SP1 Takes a While to Install

Heath Stewart

One of the most-reported feedback issues with Visual Studio 2005 Service Pack 1 Beta is about how long it takes to install. There are, unfortunately, a couple things that account for this and currently nothing we can do to prevent them. We have been considering options to at least inform the users what to expect when installing VS 2005 SP1, and I c...

InstallationVS2005SP1
Oct 4, 2006
Post comments count0
Post likes count0

Introducing the Patch Applicability Browser

Heath Stewart

Today I'm pleased to announce that Sara has helped me post a useful tool I wrote to help eliminate confusion to which products a patch applies and which of those products are installed on your system. There has been quite a bit of confusion because there are a lot of Visual Studio editions, and the Integrated Development Environment, or IDE, is use...

InstallationVS2005SP1
Oct 3, 2006
Post comments count0
Post likes count0

Patch Applicability Browser

Heath Stewart

Windows Installer patches can target multiple products, and Developer Division makes a practice of shipping patches that take advantage of this capability. This typically helps avoid confusion among users about which patch to download. However, because Visual Studio ships as many editions and even the Integrated Development Environment, or IDE, is...

InstallationPages
Sep 26, 2006
Post comments count0
Post likes count0

Custom Actions under UAC in Vista

Heath Stewart

Visual Studio 2005 works for the most part on Windows Vista, but there are some known issues being addressed beyond SP1. One compatibility issue when running on Vista with UAC enabled may actually occur when installing the recently released SP1 beta on certain editions of Visual Studio 2005. User Account Control, or UAC, basically prevents even use...

InstallationVisual StudioVS2005SP1
Sep 22, 2006
Post comments count0
Post likes count0

Enabling Large Patches to Install

Heath Stewart

As we prepare to ship a large minor upgrade known as Visual Studio 2005 Service Pack 1, I'd like to again remind you that large files – not just Windows Installer packages – that must pass through a SAFER check may fail because enough contiguous memory cannot be allocated on Windows XP and Windows Server 2003. I have posted a workaround...

InstallationVS2005SP1
Sep 20, 2006
Post comments count0
Post likes count0

Installing Assemblies for Runtime and Design-time Use

Heath Stewart

The Microsoft .NET Framework installs assemblies into two different locations, and this practice is recommended to developers wishing to deploy assemblies both for runtime and design-time use. Runtime assemblies are those assemblies needed for an application to execute. It is recommended that you add runtime assemblies to the Global Assembly Cache ...

InstallationWiX
Aug 29, 2006
Post comments count0
Post likes count0

Making of a Service Pack

Heath Stewart

In response to a previous post about how large patches can cause problems, reader Zodman asks, "Would it be fair to say that SP1 is actually ready, and that the only hold up is problems with the install?"While I can't comment on any dates or availability, I can tell you we are working hard to provide the best possible customer experience to install...

InstallationNewsVS2005SP1
Aug 23, 2006
Post comments count0
Post likes count0

Size does Matter

Heath Stewart

In response to a previous post where I mentioned that work was being done on Visual Studio 2005 SP1, reader ringi commented, "I would match rather has SP1 as a complete 4GB install, including having to uninstall Visual Studio 2005 then have it delayed just to save a little bit of bandwidth."Unfortunately, it's not just a question of bandwidth - eve...

InstallationVS2005SP1