Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
Heath Stewart's blog
Server & Tools Blogs
>
Developer Tools Blogs
>
Setup & Install by Heath Stewart
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
Setup & Install by Heath Stewart
About Windows Installer, the .NET Framework, and Visual Studio.
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Live Now on Developer Tools Blogs
Tags
.NET
64-bit
Custom Actions
Customizations
Development
Diagnosing
Essentials
Installation
Logging
MSI4.5
News
Pages
Personal
Script
Tip
UAC
Uninstall
Vista
Visual Studio
VS2005SP1
VS2008SP1
VS2010
VS2010SP1
VS2012
WiX
More
▼
Less
▲
Twitter Feed
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Log Collection Utility
Visual Studio Setup and Installation
Archives
Archives
November 2012
(1)
October 2012
(1)
September 2012
(1)
August 2012
(5)
July 2012
(4)
June 2012
(1)
May 2012
(2)
April 2012
(1)
March 2012
(2)
February 2012
(3)
October 2011
(1)
May 2011
(1)
April 2011
(1)
March 2011
(5)
February 2011
(1)
December 2010
(3)
September 2010
(2)
August 2010
(3)
May 2010
(1)
April 2010
(1)
February 2010
(6)
December 2009
(1)
November 2009
(1)
October 2009
(2)
August 2009
(2)
July 2009
(2)
May 2009
(4)
April 2009
(1)
March 2009
(1)
February 2009
(3)
January 2009
(4)
December 2008
(2)
November 2008
(1)
October 2008
(1)
September 2008
(1)
August 2008
(6)
July 2008
(3)
June 2008
(1)
May 2008
(5)
April 2008
(4)
March 2008
(2)
February 2008
(4)
January 2008
(2)
December 2007
(3)
November 2007
(7)
October 2007
(3)
September 2007
(3)
August 2007
(6)
July 2007
(3)
June 2007
(3)
May 2007
(4)
April 2007
(3)
March 2007
(7)
February 2007
(7)
January 2007
(5)
December 2006
(7)
November 2006
(6)
October 2006
(9)
September 2006
(5)
August 2006
(5)
July 2006
(2)
June 2006
(8)
May 2006
(3)
April 2006
(9)
March 2006
(7)
February 2006
(9)
January 2006
(10)
December 2005
(4)
November 2005
(7)
October 2005
(11)
September 2005
(11)
August 2005
(13)
July 2005
(5)
June 2005
(6)
May 2005
(6)
April 2005
(7)
March 2005
(6)
February 2005
(4)
January 2005
(2)
December 2004
(2)
October 2004
(6)
September 2004
(1)
More
▼
Less
▲
Blog - Title
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Heath Stewart's blog
VS 2008 SP1 fails to install because of missing packages from the cache
Posted
over 5 years ago
by
Heath Stewart
3
Comments
Some customers are reporting that Microsoft Visual Studio 2008 SP1 is failing to install with the following error in the HTML log you can view from the error dialog. Patch (C:\Users\heaths\AppData\Local\TEMP\WebDesignerCore_KB950278.msp) install failed...
Heath Stewart's blog
Installing Visual Studio 2010 RTM and Service Pack 1 together
Posted
over 2 years ago
by
Heath Stewart
16
Comments
Now that Visual Studio 2010 SP1 has been released , administrators and developers may wish to install both RTM and SP1 together for a seamless experience. With the release of VS2010 RTM we already published the Visual Studio Administrator Guide that documents...
Heath Stewart's blog
Detecting Patches in .NET 2.0 and Visual Studio 2005
Posted
over 7 years ago
by
Heath Stewart
7
Comments
How to detect certain patches applied to .NET 2.0 and Visual Studio 2005....
Heath Stewart's blog
Visual C++ 2010 SP1 Compiler Update for the Windows SDK 7.1
Posted
over 2 years ago
by
Heath Stewart
3
Comments
After installing Visual Studio 2010 Service Pack 1, some users were unable to use the x64 or IA64 compilers from the Windows SDK 7.1. Now the Visual C++ team has released an update for VS2010 SP1 available here . For more information about the update...
Heath Stewart's blog
Improvements to Localization in Visual Studio 2005
Posted
over 9 years ago
by
Heath Stewart
4
Comments
Designing and developing applications for the global economy can often be difficult, but the .NET Framework made globalization and localization much more simple. In Visual Studio 2005 resources are handled a little bit differently, providing you - the...
Heath Stewart's blog
Suppressing Console Windows for Custom Actions
Posted
over 7 years ago
by
Heath Stewart
20
Comments
How to suppress console windows for EXE custom actions....
Heath Stewart's blog
Uninstall Visual Studio 2005 Service Pack 1 Beta before Installing the Release
Posted
over 7 years ago
by
Heath Stewart
20
Comments
Before installing the release of Visual Studio 2005 Service Pack 1 , you must uninstall the Service Pack 1 Beta . If you do not uninstall the beta first, you will receive the following message localized appropriately for Windows, "The upgrade patch...
Heath Stewart's blog
Detecting Visual Studio 2005 Service Pack 1
Posted
over 7 years ago
by
Heath Stewart
10
Comments
Now that Visual Studio 2005 Service Pack 1 is released, it can be detected programmatically in various ways. Registry detection is recommended for ease and is less impacted by future changes to the product installation. Because there are many different...
Heath Stewart's blog
Different Packages are Required for Different Processor Architectures
Posted
over 5 years ago
by
Heath Stewart
7
Comments
A common question is how to create a Windows Installer package that installs 32-bit binaries on 32-bit platforms, and both 32- and 64-bit binaries on 64-bit platforms. If you're actually trying to install 64-bit binaries to appropriate directories and...
Heath Stewart's blog
The Dangers of RunOnce and Run Registry Keys
Posted
over 8 years ago
by
Heath Stewart
9
Comments
A recent project I worked on was to replace functionality for part of our patching process that runs commands after reboot, a task not too uncommon for installers - most notably because files were in use when the installers ran. Typically when files are...
Heath Stewart's blog
Diagnosing Installation Errors
Posted
over 8 years ago
by
Heath Stewart
6
Comments
How to diagnose errors when installing, repairing or patching, or uninstalling a product using Windows Installer technology....
Heath Stewart's blog
Detection keys for .NET Framework 4.0 and Visual Studio 2010
Posted
over 3 years ago
by
Heath Stewart
4
Comments
Now that Microsoft .NET Framework 4.0 and Visual Studio 2010 have been released, developers may wonder how to detect them on the system. As with previous releases, we support registry detection of either product family and Windows Installer component...
Heath Stewart's blog
Themes Fixed in .NET Framework 2.0 Beta 2
Posted
over 8 years ago
by
Heath Stewart
7
Comments
Surely by now you've seen the news on the Blogs.msdn.com homepage that both .NET Framework 2.0 Beta 2 and Visual Studio 2005 Beta 2 (both also known as "Whidbey Beta 2") have been released , so I won't mention it. ;) I do want to share, however, after...
Heath Stewart's blog
VS 2008 SP1 Beta must be removed prior to installing the release of VS 2008 SP1
Posted
over 5 years ago
by
Heath Stewart
41
Comments
When I announced that Visual Studio 2008 SP1 RTM will install over SP1 beta , we were on track to make that reality. However, when SP1 beta shipped we found that adding new components into existing features was causing a prompt for source for non-default...
Heath Stewart's blog
Verify ISO before burning or mounting Visual Studio 2010 RC
Posted
over 3 years ago
by
Heath Stewart
0
Comments
If you have downloaded the Visual Studio 2010 Release Candidate (RC) from MSDN or the Download Center as an ISO and are having problems installing it, it could be that either the ISO wasn’t downloaded correctly or that it wasn’t burnt to DVD correctly...
Heath Stewart's blog
Verify the ISO checksum for Visual Studio 2010 Service Pack 1 before installing
Posted
over 2 years ago
by
Heath Stewart
2
Comments
While we recommend installing Visual Studio 2010 SP1 using the web download – which only downloads and install those packages needed on your machine – you can also download an ISO for offline use. If you downloaded the ISO for VS2010 SP1 from the Microsoft...
Heath Stewart's blog
Visual Studio 2012 RTM will not install on pre-release versions of Windows 8
Posted
8 months ago
by
Heath Stewart
9
Comments
Symptom Customers installing Visual Studio 2012 RTM on pre-release versions of Windows 8 or Windows Server 2012 may see the following error after launching the setup application: The .Net Framework installed on this machine does not meet the...
Heath Stewart's blog
Changes for Microsoft Visual Studio 2008 Service Pack 1
Posted
over 5 years ago
by
Heath Stewart
14
Comments
Microsoft Visual Studio 2008 Service Pack 1 (Beta) has been released to web , along with Microsoft .NET Framework 3.5 Service Pack 1 (Beta). Included as part of .NET 3.5 SP1 are Microsoft .NET Framework 2.0 Service Pack 2 (Beta) and Microsoft .NET Framework...
Heath Stewart's blog
Paint.NET 2 Go
Posted
over 7 years ago
by
Heath Stewart
4
Comments
How to package up Paint.NET in a tiny, easy-to-distribute, self-extracting executable....
Heath Stewart's blog
Waiting to Install
Posted
over 7 years ago
by
Heath Stewart
11
Comments
How to wait for a previous install session to finish instead of failing a concurrent install....
Heath Stewart's blog
Booting Windows to a Differencing Virtual Hard Disk
Posted
over 4 years ago
by
Heath Stewart
6
Comments
Testing software can be fun and rewarding. You get to see new, upcoming features and provide valuable feedback to the developer. But as with most pre-release software, we recommend that you don’t install it on production machines. You could dedicate extra...
Heath Stewart's blog
How Windows Installer uses Languages
Posted
over 7 years ago
by
Heath Stewart
1
Comments
Language support in Windows Installer can be confusing until you understand how Windows Installer queries for and uses languages. Some wonder why Windows Installer packages have two different places to set the language. Some wonder why, for example, localized...
Heath Stewart's blog
Enabling Large Patches to Install
Posted
over 7 years ago
by
Heath Stewart
6
Comments
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...
Heath Stewart's blog
How to Fix Administrative Deployment for 64-bit .NET Framework Redistributables
Posted
over 8 years ago
by
Heath Stewart
3
Comments
How to fix administrative deployment for ia64 and x64 .NET Framework redistributables using a transform....
Heath Stewart's blog
Feature Changes in Visual Studio 2008 SP1 may prompt for SQLSysClrTypes.msi
Posted
over 4 years ago
by
Heath Stewart
8
Comments
After installing Visual Studio 2008 Service Pack 1 , adding or removing features from Visual Studio may prompt for the file SQLSysClrTypes.msi with the following text: Setup is looking for file SQLSysClrTypes.msi. Please insert Microsoft Visual Studio...
Page 3 of 13 (306 items)
1
2
3
4
5
»