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 after that.

From: Cullen Waters
Sent: Tuesday, December 05, 2006 11:08
To: wix-users@lists.sourceforge.net
Cc: Windows Installer Xml Virtual Team
Subject: IIsExtension issue

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 table.  This 
column is defined as a 255 length string, not localized.

Primary key columns cannot be localized, according to ICE03.  However, ICE32 
throws an error when referencing the ApplicationName column from the 
RegisterSSLCert column.

What is the 'best practice' for using these two tables?  Should I just suppress 
the ICE32 error?

Cullen Waters
SDET
Office Live
+1 425 706 6809
x 66809

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to