Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Aaron Stebner's WebLog
Thoughts about setup and deployment issues, WiX, XNA, the .NET Framework and Visual Studio
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
News
All postings are provided
AS IS
with no warranties, and confer no rights. Additionally, views expressed herein are my own and not those of my employer, Microsoft.
Translate this page
About this blog...
About me
Quick login
Suggest a future topic
My Technorati profile
Link to my file server
My articles
Visual Studio 2005 and .NET Framework 2.0 Troubleshooting Guide
.NET Framework Setup Troubleshooting and Technical Reference
How to Log a Bug for Visual Studio or .NET Framework Setup
Update Rollup 2 for Media Center 2005 Troubleshooting Guide
DUAScriptGen User's Guide
Visual Studio 2005 and .NET Framework 2.0 Deployment Guide
Other Blogs I Read
Michael Kaplan's Blog
Mike Hall's Blog
Raymond Chen's Blog
Windows Embedded Team Blog
Dr. International Blog
Other Deployment Blogs
Robert Flaming's Blog
Stefan Kreuger's InstallSite Blog
Windows Installer Team Blog
Useful Tools
.NET Framework cleanup tool
.NET Framework setup verification tool
Sample code to detect .NET Framework install state and service pack level
MSI custom action debugging utility
Windows Media Center Blogs
Charlie Owen's Blog
Media Center Podcast Network
Media Center Sandbox
Big Screen Blog
Media Center Development Blog
Digital Lifestyle Development Blog
Olcay Buyan's Blog
WiX Developer Blogs
Rob Mensching's Blog
Rob Mensching's Former Blog
Bob Arnson's Blog
Justin Rockwood's Blog
Peter Marcu's Blog
Derek Cicerone's Former Blog
Jason Ginchereau's Blog
Heath Stewart's Blog
Fredrik Grohn's Blog
Tags
.NET Framework 3.5 beta issues
.NET Framework 3.5 setup and deployment
.NET Framework 4.0
.NET Framework setup and deployment
Diagnosing
Essentials for setup troubleshooting
General development topics
Mailbag
Miscellaneous
Setup Issues
Testing issues
Visual Studio 2008 setup and deployment
Visual Studio 2010
Visual Studio and .NET Framework
Visual Studio codename Orcas beta issues
Visual Studio setup and deployment
Windows 7
Windows Embedded
Windows Installer
Windows Media Center - Development
Windows Media Center - General
Windows Vista
Windows Vista Media Center
Windows XP Media Center
WiX
Xbox LIVE Community Games
XNA - General info
XNA Game Studio 2.0
XNA Game Studio 3.0
XNA Game Studio 3.1
Recent Posts
WiX v3.5 now includes support for Visual Studio 2010 beta 2
Suggestions for resolving installation errors for .NET Framework security update MS09-061
Link to information about .NET Framework 4 setup and deployment improvements
Important uninstall instructions for migrating from the .NET Framework 4 and VS 2010 beta 1 to beta
Diagnosing and resolving 1935 errors for Win32 assemblies that occur on Windows Vista and later
Archives
November 2009 (1)
October 2009 (4)
September 2009 (2)
August 2009 (3)
July 2009 (6)
June 2009 (10)
May 2009 (7)
April 2009 (9)
March 2009 (10)
February 2009 (10)
January 2009 (10)
December 2008 (7)
November 2008 (10)
October 2008 (13)
September 2008 (11)
August 2008 (9)
July 2008 (11)
June 2008 (12)
May 2008 (7)
April 2008 (13)
March 2008 (10)
February 2008 (15)
January 2008 (14)
December 2007 (15)
November 2007 (20)
October 2007 (19)
September 2007 (16)
August 2007 (24)
July 2007 (12)
June 2007 (19)
May 2007 (19)
April 2007 (20)
March 2007 (25)
February 2007 (24)
January 2007 (22)
December 2006 (15)
November 2006 (28)
October 2006 (22)
September 2006 (21)
August 2006 (32)
July 2006 (25)
June 2006 (24)
May 2006 (22)
April 2006 (23)
March 2006 (22)
February 2006 (20)
January 2006 (29)
December 2005 (22)
November 2005 (40)
October 2005 (30)
September 2005 (17)
August 2005 (35)
July 2005 (14)
June 2005 (10)
May 2005 (12)
April 2005 (15)
March 2005 (15)
February 2005 (9)
January 2005 (7)
December 2004 (11)
November 2004 (10)
October 2004 (7)
September 2004 (15)
August 2004 (18)
July 2004 (14)
June 2004 (6)
May 2004 (10)
June 2008 - Posts
Thursday, June 26, 2008 8:54 PM
Mailbag: How to perform a silent repair and uninstall of the .NET Framework 3.5
Question: A while back, you posted a set of instructions that can be used to perform silent or unattended repairs and uninstalls for the .NET Framework 2.0 SP1 and the .NET Framework 3.0 SP1 . I would like to automate the repair and uninstall for the
Posted by
astebner
|
2 Comments
Filed under:
Visual Studio and .NET Framework
,
Mailbag
,
.NET Framework setup and deployment
,
.NET Framework 3.5 setup and deployment
Tuesday, June 24, 2008 5:41 PM
Strange .NET Framework 2.0 SP1, 3.0 SP1 and 3.5 installation error caused by orphaned registry value
Recently, I heard from a customer who could not get the .NET Framework 2.0 SP1 to install correctly on their system, and I wanted to explain the issue and how we were eventually able to resolve it in case anyone else runs into a similar issue in the future.
Posted by
astebner
|
5 Comments
Filed under:
Visual Studio and .NET Framework
,
.NET Framework setup and deployment
,
.NET Framework 3.5 setup and deployment
,
Visual Studio 2008 setup and deployment
,
Diagnosing
Sunday, June 22, 2008 12:49 PM
Feature in Wix v3.0 to make it easier to test rollback custom actions
When authoring deferred custom actions (which are custom actions that change the system state) in an MSI, it is necessary to also provide an equivalent set of rollback custom actions to undo the system state change in case the MSI fails and rolls back.
Posted by
astebner
|
0 Comments
Filed under:
Setup Issues
,
WiX
,
Windows Installer
,
Testing issues
Friday, June 20, 2008 2:10 PM
Mailbag: How to install the Visual Studio 2008 SDK in silent mode
Question: I am attempting to automate the installation of the Visual Studio 2008 SDK , but have not been able to figure out how to do so. Running vssdk_sfx.exe /? just displays the normal setup UI and not a usage dialog, and I haven't been able to find
Posted by
astebner
|
5 Comments
Filed under:
Visual Studio and .NET Framework
,
Mailbag
,
Visual Studio 2008 setup and deployment
Tuesday, June 17, 2008 8:43 PM
Notes about a couple of possible issues while using the SubInAcl tool
A while back, I posted some instructions for using a tool from the Windows Resource Kit named SubInAcl that can be used to update file, folder and registry permissions. This tool can help fix some types of access denied errors that can be encountered
Posted by
astebner
|
2 Comments
Filed under:
Setup Issues
,
Miscellaneous
Tuesday, June 17, 2008 8:53 AM
Information about the err.exe tool I use to look up error codes when debugging setup issues
When I am attempting to investigate a setup-related failure, I typically end up looking at verbose log files. These log files can contain information about a wide variety of failures, and the failures will typically include some detailed error information
Posted by
astebner
|
2 Comments
Filed under:
Setup Issues
,
Miscellaneous
,
General development topics
,
Testing issues
,
Diagnosing
Tuesday, June 10, 2008 4:46 PM
June 2008 Cumulative Update for Media Center for Windows Vista available for download
A new cumulative update package for Windows Vista Media Center has been released this week. This update is called the June 2008 Cumulative Update for Media Center for Windows Vista and is also known as KB950126. It is available for download in x86 and
Posted by
astebner
|
3 Comments
Filed under:
Windows Media Center - General
,
Windows Vista
,
Windows Vista Media Center
Sunday, June 08, 2008 8:34 PM
A couple of notes about the contents of the Windows Installer 4.5 SDK
As noted earlier this week , the final versions of the Windows Installer 4.5 redistributable and Windows Installer 4.5 SDK have been released. I installed the Windows Installer 4.5 SDK this weekend and noticed a few interesting things about it that
Posted by
astebner
|
0 Comments
Filed under:
Setup Issues
,
Windows Installer
Thursday, June 05, 2008 8:15 PM
More information about the WiX v3.0 DirectX extension
A little while ago, Bob Arnson posted a description of the WixGamingExtension , which was added to WiX v3.0 to allow setup developers to integrate their game with the Windows Vista Game Explorer . When he created the WixGamingExtension, he also
Posted by
astebner
|
0 Comments
Filed under:
Setup Issues
,
WiX
,
XNA - General info
Thursday, June 05, 2008 9:43 AM
Known installation issues related to the .NET Framework 3.5 client profile
Last week, I started looking at the beta version of the .NET Framework 3.5 client profile in more detail in order to better understand how it works behind the scenes, and I wrote a brief blog post based on my initial experiences. While looking at it,
Posted by
astebner
|
1 Comments
Filed under:
Visual Studio and .NET Framework
,
.NET Framework setup and deployment
,
.NET Framework 3.5 setup and deployment
Tuesday, June 03, 2008 4:44 PM
Final version of Windows Installer 4.5 redistributable and SDK now available for download
As announced earlier today in this post on the Windows Installer team blog , the final version of Windows Installer 4.5 has been released and can now be downloaded by using the following links: Windows Installer 4.5 redistributable Windows Installer 4.5
Posted by
astebner
|
2 Comments
Filed under:
Setup Issues
,
Windows Installer
Monday, June 02, 2008 5:34 PM
Link to online Japanese documentation for XNA Game Studio 2.0
A little while ago, I posted an item about the XNA Game Studio 2.0 Japanese documentation package that was released by the XNA community gaming platform team. This package allows you to install a local collection of Japanese help topics for the XNA Game
Posted by
astebner
|
0 Comments
Filed under:
XNA Game Studio 2.0