IntelliSense for WiX .wxs files

[update 6/2/07]- This info probably still works, but is outdated by Votive, a VS package for WiX.

------------

 

I recently started looking into WiX as a replacement tool to create the install kit for NatLink and Vocola. It's not that I want to make life more difficult, but Visual Studio .Net setup projects don't support features.

WiX of course does.

The problem is that Visual Studio, by default, doesn't recognize .wxs files as XML. The fix for that is the following

1) add to your registry

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.1\Editors\{C76D83F8-A489-11D0-8195-00A0C91BBEE3}\Extensions]
"wxs"=dword:00000028

2) copy wix.xsd and wixloc.xsd from the WiX/doc directory to

C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Packages\schemas\xml\

and provided you reference the WiX namespace at http://schemas.microsoft.com/wix/2003/01/wi you'll get IntelliSense too.

Published Tuesday, August 31, 2004 2:53 PM by swein
Filed under: ,

Comments

Wednesday, September 01, 2004 4:14 AM by Tom Mertens

# re: IntelliSense for WiX .wxs files

Cool trick! Really cool...
Friday, September 10, 2004 11:44 PM by TrackBack

# Syntax highlighting and IntelliSense for WiX in Visual Studio.

Imagine a blog entry where I point out how you can get syntax highlighting and IntelliSense in VisualStudio for WiX source files.
Saturday, September 11, 2004 4:36 AM by TrackBack

# Nice coincidence

Saturday, September 11, 2004 9:45 AM by TrackBack

# Syntax highlighting and intellisens for WiX in VS

Monday, September 13, 2004 10:17 AM by TrackBack

# IntelliSense for NAnt .build files

Monday, September 13, 2004 10:35 AM by TrackBack

# IntelliSense for NAnt .build files

Tuesday, October 12, 2004 12:26 PM by TrackBack

# Intellisense per NAnt e WiX

Wednesday, December 29, 2004 7:28 AM by TrackBack

# WiX (Windows Installer XML) links

Monday, January 17, 2005 5:11 PM by TrackBack

# WiX (Windows Installer XML) links

Tuesday, March 15, 2005 11:22 AM by TrackBack

# Enable Intellisense for NAnt and Wix files in VS2005 Beta1

Enable Intellisense for NAnt and Wix files in VS2005 Beta1
Tuesday, March 15, 2005 12:00 PM by TrackBack

# Intellisense per i file di NAnt e Wix, per 2003 e VS2005 Beta...

Wednesday, March 23, 2005 1:40 PM by TrackBack

# My NAnt, WIX research

Wednesday, March 23, 2005 1:41 PM by TrackBack

# My NAnt, WIX research

Wednesday, March 23, 2005 2:46 PM by TrackBack

# IntelliSense for WiX and NAnt in the VS IDE 2003 by Rui Lacerda

Wednesday, March 23, 2005 2:51 PM by TrackBack

# IntelliSense for WiX and NAnt in the VS IDE 2003 by Rui Lacerda

Saturday, September 16, 2006 12:47 AM by votive, wix, vsip, and all things microsoft

# How to get IntelliSense for WiX in Visual Studio 2003 and 2005

There have been a couple people to blog about this already (one is here), but I wanted to point out that...

Saturday, May 02, 2009 11:12 AM by Rolandas

# re: IntelliSense for WiX .wxs files

Doesn't work for me with VS 2008. Neither wix files nor config files. Could someone share the light?

Saturday, May 02, 2009 5:41 PM by Scott Weinstein

# re: IntelliSense for WiX .wxs files

Rolandas -

Look into Votive, part of the WiX package. This post is way out of date.

Wednesday, December 01, 2010 3:42 AM by su

# re: IntelliSense for WiX .wxs files

Enable Intellisense for NAnt and Wix files in VS2005 Beta1..