views:

208

answers:

1

WiX 3.5 still is having issues with creating websites in IIS7. I can get around most of them, but I'm getting hosed by the inability to configure the website authentication mode.

Traditionally, you would just use the WebDirProperties to, for instance, turn on windows authentication:

<iis:WebDirProperties Id="OMFG3.5BUGSUX" WindowsAuthentication="yes" />

Well, this doesn't work. So, now, once my nice lovely installer exits you get a big fat screw-you-unauthorized-jerk message. Not exactly professional looking.

Does anybody have any suggestions/tips on working around these shortcomings in WiX?

A: 

These issues are being fixed on an ongoing basis. People interested should participate in the listserv https://lists.sourceforge.net/lists/listinfo/wix-users and keep an eye on the latest build http://wix.sourceforge.net/releases/wix3.5.feed

Will