WIX 3.5 Unexpected Child Element iis:Certificate

Posted by Wil Peck on Geeks with Blogs See other posts from Geeks with Blogs or by Wil Peck
Published on Tue, 01 Mar 2011 21:59:53 GMT Indexed on 2011/03/01 23:25 UTC
Read the original article Hit count: 365

Filed under:

Came across this today when I switched from WIX 3.0 and VS 2008 to WIX 3.5 and VS 2010.  The solution ended up being pretty simple.  Just need to update the Wix Project Properties to provide an additional parameter to the compiler and linker. These can be found at Wix Installer Project Properties > Tool Settings > Additional Parameters Compiler and Wix Installer Project Properties > Tool Settings > Additional Parameters Linker.  Just make sure to add ‘-ext WixIIsExtension’ in the fields and recompile.

 

Technorati Tags: ,,

© Geeks with Blogs or respective owner