Re: [WiX-users] IIsExtension issue

2006-12-05 Thread Rob Mensching
No, we need to fix the RegisterIIsSSLCertificate code. I've long noted that SSL was poorly implemented in the WiX toolset. I'm actually working on that right now (in my day job, woohoo!). I *expect* to have SSL fixed in WiX v2 by the end of the week. I'll look at porting the fix up to WiX v3

[WiX-users] IIsExtension issue

2006-12-05 Thread Cullen Waters
The IIsExtension defines the IIsWebApplicationName (which shows up in MMC as the app name) as a localized string of 255 chars. This string is referenced, as a foreign key, from the RegisterIIsSSLCertificate table. The column in the register table is part of a multi-column primary key for that