Wix: I can't use some tags :/

Posted by Jacek on Stack Overflow See other posts from Stack Overflow or by Jacek
Published on 2010-05-06T17:09:27Z Indexed on 2010/05/07 5:38 UTC
Read the original article Hit count: 289

Filed under:
|
|

Hi :) I want to create installer in Wix. I use 3.5 version integrated with VS2008 Professional. I need detect MS SQL Server installation (I do it) and eventually install it. I try to use bootstrapper, there is code:

    <ItemGroup>
      <BootstrapperFileMax Include="Microsoft.Sql.Server.Express.9.2">
        <ProductName>SQL Server 2005 Express Edition</ProductName>
      </BootstrapperFileMax>
    </ItemGroup>

Compiler return me that error:

Error 2:The Product element contains an unexpected child element 'ItemGroup'.

Maybe I need some references? Should I publish all code?

Thanks for all your help. Jacek

© Stack Overflow or respective owner

Related posts about wix

Related posts about install