Category: <span>WiX</span>

WiX Snippet: change enable32BitAppOnWin64

As discussed in the last post, you can run both 32-bit and 64-bit app pools side-by-side on Windows Server 2008.  I decided I didn’t want to have to remember to change the settings on one of my app pools every time I install my application on x64, so I added a custom action to the…

Read MoreView 2 Comments

Me – 1, WiX – 0 (issues with WiX and Windows Server 2008)

It looks like "upgrading" our installers to work on Windows Server 2008 wasn’t as painful as I expected, at least not once I figured out some of the core issues.  This post summarizes some of the lessons learned. Install IIS 6.0 Management Capability Feature Out of the box, WiX can’t talk to IIS 7, so…

Read MoreView 1 Comment

WiX Snippet: Creating a scheduled task

(Whoa, my goal was to hit three posts by the end of the week, but I’ve already hit three today!  Now taking bets on how long until I get bored…) A fair bit of my days involve some sort of agonizing over WiX.  That’s because I maintain the installers for my employer’s product, which is…

Read More

WiX PermissionEx problem solved

In my previous post, I discussed how I was having difficulty getting a WiX-built MSI installer to correctly assign permissions for the Internet guest account to a folder on both Windows Server 2003 and Windows Server 2008.  The thing about WiX/MSI is that if you keep hammering at it long enough, you can usually find…

Read MoreView 5 Comments

Cross-platform WiX installer woes

For the past couple of days, I’ve been trying to upgrade a "simple" WiX installer to work with Windows Server 2008 (note that the installer works fine on Windows Server 2003).  This has proven to be an exercise in PAIN, and here’s why. What’s changed? Well, lots.  First, IIS was completely rewritten between Windows Server…

Read More