Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Windows Installer   (RSS)

Diagnosing and resolving 1935 errors for Win32 assemblies that occur on Windows Vista and later

Introduction 1935 errors can occur during an MSI-based installation while installing .NET assemblies or Win32 assemblies.  Most of the workarounds that can be found on blogs and forums (including all of the information in my 1935 error troubleshooting

Link to information about upgrading WiX v2.0 projects to WiX v3.0

Now that WiX v3.0 has officially released , you may want to start looking at upgrading your existing setup authoring from WiX v2.0 to WiX v3.0 to take advantage of some of the new WiX v3.0 features.  There are some breaking changes in v3.0, so you

Final version of WiX v3.0 now available for download

Over this past weekend, the 3.0.5419 build of WiX v3.0 was declared the final production build.  If you are using any builds of WiX v3.0 for your projects, I strongly encourage you to update to the 3.0.5419 build at this time. Here is some additional

Using WiX 3.0 to create an MSI-based installer for Visual Studio project templates

A while back, I wrote a blog post where I introduced a set of Visual Studio 2005 and 2008 project templates that I created to supplement the ones that shipped in one of the earlier versions of the Windows Vista Media Center SDK.  I used WiX v3.0

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

Windows Installer 5.0 support now available in WiX v3.0

Windows Installer 5.0 will be included in Windows 7 and Windows Server 2008 R2 .  A beta version of the Windows 7 SDK was released last week to go along with the beta of Windows 7.  Bob Arnson recently announced on his blog that WiX v3.0 now

Online WiX 3.0 help documentation now available on the WiX SourceForge site

As mentioned in the release notes for the WiX v3.0.4827.0 build, Bob Arnson has done some work to enable publishing of an online version of the WiX v3.0 documentation on the WiX SourceForge site . You can access the online WiX v3.0 help documentation

How to implement, build and test a Windows Installer major upgrade in WiX v3.0

When I create an MSI-based installer, one of the things I typically include in the setup authoring is some logic to allow me to implement Windows Installer major upgrades if/when I need to release a new version of the MSI in the future. I typically include

WiX v3.0.4805.0 build is declared an official beta build

Last week, Rob Mensching and Bob Arnson posted some information on their blogs about the upcoming declaration of a beta build of WiX v3.0 in preparation for locking down WiX v3.0 to get it ready to ship in Visual Studio 2010 (an older 3.0 build is currently

Creating an MSI-based installer for the XNA Game Studio 3.0 platformer starter kit

I previously wrote an introductory post describing Windows game deployment features that are a part of XNA Game Studio 3.0 . That post focuses mostly on ClickOnce publishing and the Visual Studio bootstrapper that can be used to create an installer to

Mailbag: How to retain user-customized files during a Windows Installer major upgrade

Question: I have an application that installs some .config files that users can customize.  I want to implement a Windows Installer major upgrade to install new versions of my application on systems that have an older version installed.  During

Naming an assembly incorrectly when creating an MSI can cause a 1935 error with HRESULT 0x80131047

Recently, I heard from a customer who was attempting to create an MSI-based installer using WiX v3.0 . They needed to install an assembly to the global assembly cache (GAC) in their installer, but when they attempted to run their MSI, the installation

Enabling in-place assembly upgrades using Windows Installer and WiX

Recently, I tried to create a Windows Installer major upgrade for an MSI that I was working on.  This MSI installs assemblies to the GAC and I did not want to change the assembly version for these assemblies in the new MSI.  As a result, I scheduled

How to use WiX to create an MSI-based installer that will install the DirectX 9.0 redistributable

As noted in the Highlights of WiX v3.0.4311.0 post on Bob Arnson's blog , Neil Enns recently contributed several how-to topics to the WiX v3.0 documentation. One of these how-to topics describes how to include DirectX 9.0c runtime files in an MSI-based

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.
More Posts Next page »
 
Page view tracker