Welcome to MSDN Blogs Sign in | Join | Help

Setup Issues (RSS)

Updated sample code that supports detection of .NET Framework 4

I have posted updated versions of the .NET Framework detection code that I have previously written about on my blog that now support detecting the install state of the .NET Framework 4 client and full products.  In addition, I decided to create a

Sample code to detect .NET Framework install state and service pack level

Introduction Many installers and applications require that one or more versions of the .NET Framework be installed on the system in order to be able to install and function correctly. This article provides sample C++ code that can be used in a setup program

Votive support for Visual Studio 2010 beta has been added to WiX v3.5

As Bob Arnson recently noted , the WiX virtual team has been working on getting initial builds of WiX v3.5 posted to the SourceForge site .  The build from last week, 3.5.0605.0 , includes a couple of big new features contributed by some folks on

Links to information about WiX v3.0 and v3.5 schedules and roadmaps

Rob Mensching recently posted an item on his blog indicating that the WiX toolset will not be shipping in Visual Studio 2010 as originally planned .  In a follow-up post, he outlined a proposed roadmap for WiX v3.0 and v3.5 .  To briefly summarize

Silent install, repair and uninstall command lines for each version of the .NET Framework

I often get asked about how to perform silent and unattended installs for various versions of the .NET Framework.  In order to hopefully make things easier to find going forward, I decided to create a single blog post with information about silent

Creating an MSI-based installer for an XNA Game Studio game that integrates with Windows Game Explorer

I’ve previously written a few posts about how to get started with Windows game deployment for games created with XNA Game Studio 3.0: Introduction to Windows game deployment features in XNA Game Studio 3.0 Creating an MSI-based installer for the XNA Game

Mailbag: How to perform a silent install of the Visual C++ 2008 redistributable packages

Question: You previously posted a list of command line switches to perform silent and unattended installations of the Visual C++ 2005 runtime redistributable packages.  How can I perform silent and unattended installations of the Visual C++ 2008

How to extract a .NET Framework 1.0 and 1.1 patch and run it if the patch setup EXE crashes

Every once in a while, I hear from a customer who is trying to install a hotfix or service pack for the .NET Framework 1.0 or 1.1, but who encounters a crash when double-clicking the setup .exe for the hotfix or service pack.  In some of those cases,

.NET Framework 3.5 SP1 setup will fail if it is run by a user account that starts with a # character

I was working with our product support team on an interesting .NET Framework 3.5 SP1 installation failure earlier this week, and I wanted to describe the issue and options for working around it in case anyone else runs into similar issues in the future.

Updated .NET Framework setup verification tool with product filtering is now available

Over the weekend, I posted an updated version of the .NET Framework setup verification tool that contains a few behavior changes that I wanted to describe here. I have also updated the .NET Framework Setup Verification Tool User's Guide to reflect these

Possible issues with the Visual Studio 2008 bootstrapper and how to work around them

A while back, I posted a set of steps that you can use to create an MSI with WiX and combine it with a Visual Studio setup.exe bootstrapper to create an installer that can chain prerequisites and then install the MSI. Since then, I've gotten a couple

Creating an administrative install point for the .NET Framework 3.0 SP2

A while back, I posted some instructions that can be used to create an administrative install point for the .NET Framework 3.0 SP1. Since then, the .NET Framework 3.0 SP2 has been released (it is required in order to install the .NET Framework 3.5 SP1

Creating an administrative install point for the .NET Framework 2.0 SP2

A while back, I posted some instructions that can be used to create an administrative install point for the .NET Framework 2.0 SP1. Since then, the .NET Framework 2.0 SP2 has been released (it is required in order to install the .NET Framework 3.5 SP1

Possible solution for error 25015 with data error (cyclic redundancy check) during .NET Framework 2.0 setup

I have heard from a few people who have run into error code 25015 with a data error (cyclic redundancy check) message while trying to install the .NET Framework 2.0, 2.0 SP1 or 2.0 SP2.  This error can also occur during .NET Framework 3.0, 3.5 or

Mailbag: How to detect the presence of the Visual C++ 9.0 runtime redistributable package

Question: I saw a couple of previous blog posts that you wrote about how to detect the presence of the Visual C++ 2005 runtime files and the Visual C++ 2005 SP1 runtime files . I am creating an installer that requires the Visual C++ 2008 runtime files.
More Posts Next page »
 
Page view tracker